@charset "UTF-8";
meta.foundation-version {
  font-family: "/5.5.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  background: #fff;
  color: #262626;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.inline-block {
  display: inline-block !important;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 84rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}

[class*=column] + [class*=column].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
/* Text Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.txt-wt, .editCreateMemoPage .pageOptionsContainer ul li button {
  color: rgb(255, 255, 255) !important;
}

.txt-wt-md {
  color: rgba(255, 255, 255, 0.7) !important;
}

.txt-wt-lt {
  color: rgba(255, 255, 255, 0.5) !important;
}

.txt-aluminum {
  color: #999999 !important;
}

.txt-dk {
  color: rgba(0, 0, 0, 0.87) !important;
}

.txt-dk-md {
  color: rgba(0, 0, 0, 0.54) !important;
}

.txt-dk-lt {
  color: rgba(0, 0, 0, 0.3) !important;
}

.txt-dk-xlt {
  color: rgba(0, 0, 0, 0.12) !important;
}

.txt-bl, .editCreateMemoPage .pageOptionsContainer ul li:last-child button {
  color: #61B2DE !important;
}

.txt-newbl {
  color: #3BB4E4 !important;
}

.txt-purple {
  color: #6F55F9 !important;
}

.txt-yellow {
  color: #E8CD00 !important;
}

.txt-base {
  color: #AAAAAA;
}

.txt-steel {
  color: #666666;
}

.txt-red {
  color: #DF6365;
}

.txt-green {
  color: #09B79E;
}

.txt-green-high {
  color: #9DCB3B;
}

.txt-bluegray {
  color: #33475B !important;
}

.txt-jet {
  color: #262626;
}

/* Swatches
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.bkgd-upm-bl {
  background-color: #61B2DE !important;
}

.bkgd-upm-ltbl {
  background-color: #E7F5FA !important;
}

.bkgd-upm-dkbl, .editCreateMemoPage .pageOptionsContainer ul li button {
  background-color: #61B2DE !important;
}

.bkgd-upm-green {
  background-color: #09B79E !important;
}

.bkgd-upm-green-high {
  background-color: #9DCB3B !important;
}

.bkgd-wt, .editCreateMemoPage .pageOptionsContainer ul li:last-child button {
  background-color: #FFFFFF !important;
}

.bkgd-gr-lt {
  background-color: #FAFAFA !important;
}

.bkgd-gr-md {
  background-color: #F5F5F5 !important;
}

.bkgd-gr {
  background-color: #E0E0E0 !important;
}

.bkgd-gr-dk {
  background-color: #212121 !important;
}

.page404Message .error404Page__button, .invitation-page__button-wrapper button, .side-panel-button, .icon-text-button, .settings-navbar-button, .default-button {
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  height: 2.6rem;
  line-height: normal;
  padding: 0.5rem 1rem;
  position: relative;
  text-align: center;
}
.page404Message .error404Page__button:focus, .invitation-page__button-wrapper button:focus, .side-panel-button:focus, .icon-text-button:focus, .settings-navbar-button:focus, .default-button:focus {
  outline: none;
}
.page404Message .full-width.error404Page__button, .invitation-page__button-wrapper button.full-width, .editCreateMemoPage .pageOptionsContainer ul li .page404Message button.error404Page__button, .page404Message .editCreateMemoPage .pageOptionsContainer ul li button.error404Page__button, .editCreateMemoPage .pageOptionsContainer ul li .invitation-page__button-wrapper button, .invitation-page__button-wrapper .editCreateMemoPage .pageOptionsContainer ul li button, .full-width.side-panel-button, .editCreateMemoPage .pageOptionsContainer ul li button.side-panel-button, .full-width.icon-text-button, .editCreateMemoPage .pageOptionsContainer ul li button.icon-text-button, .full-width.settings-navbar-button, .editCreateMemoPage .pageOptionsContainer ul li button.settings-navbar-button, .full-width.default-button, .editCreateMemoPage .pageOptionsContainer ul li button.default-button {
  width: 100%;
}

.side-panel-close-button _default-position, .close-button, .moreOptionsBtn {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.side-panel-close-button _default-position, .close-button, .moreOptionsBtn, .circle-button {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.defaultCellExtraLarge, .radioButtonComponent, .upmViewerSidebarContainer .filterItem__flexWrapper, .memberRowTemplate .memberEmail, .fileData .upFileItem.fileMetadata ul,
.fileData .fileDetailsItem.fileMetadata ul,
.fileDetails .upFileItem.fileMetadata ul,
.fileDetails .fileDetailsItem.fileMetadata ul, .analyticDialog .analytics-dialog__header, .settingAddConditionButton, .bigCheckboxButtonWrapper button, .bigCheckboxButtonWrapper a, .search-option-box .search-option-box__heading, .icon-text-button, .settings-icon-text-button, .settings-navbar-button {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.invitation-page__button-wrapper {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

* {
  outline: none;
}

button {
  border: none;
  cursor: pointer;
}

.default-button {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.default-button._large {
  font-size: 1rem;
  height: 3.5rem;
}
.default-button._blank {
  background-color: transparent;
  color: #61B2DE;
}
.default-button._blank a {
  color: #61B2DE;
  font-size: 1rem;
}
.default-button._link-button {
  background-color: transparent;
  color: #61B2DE;
  padding: 0;
  font-size: 1.25rem;
}
.default-button._primary-color {
  background-color: #61B2DE;
  color: #FFFFFF;
}
.default-button._primary-color:hover {
  background: #33475B;
}
.default-button._primary-color:active {
  background: #2a3a4b;
}
.default-button._primary-color a {
  color: #FFFFFF;
  font-size: 1rem;
}
.default-button._reserve-color {
  background-color: #9DCB3B;
  color: #FFFFFF;
}
.default-button._reserve-color:hover {
  background: #abd257;
}
.default-button._reserve-color:active {
  background: #8fbb32;
}
.default-button._reserve-color a {
  color: #FFFFFF;
  font-size: 1rem;
}
.default-button._border {
  background-color: transparent;
  color: #262626;
  border: 1px solid #E3E3E3;
  display: inline-block;
}
.default-button._border:hover {
  background: #61B2DE;
  color: #FFFFFF;
  border-color: #61B2DE;
}
.default-button._border:active {
  background: #61B2DE;
  color: #FFFFFF;
  border-color: #61B2DE;
}
.default-button._dark {
  background-color: #33475B;
  color: #FFFFFF;
}
.default-button._dark:hover {
  background: #405972;
}
.default-button._dark:active {
  background: #45617c;
}
.default-button._dark-border {
  background-color: transparent;
  color: #262626;
  border: 1px solid #262626;
}
.default-button._dark-border:hover {
  background: #61B2DE;
  color: #FFFFFF;
  border: 1px solid #61B2DE;
}
.default-button._dark-border:active {
  background: #61B2DE;
  color: #FFFFFF;
}
.default-button._alert {
  background-color: #DF6365;
  color: #FFFFFF;
}
.default-button._alert:hover {
  background: #e68586;
}
.default-button._alert:active {
  background: #d84144;
}
.default-button._alert-light {
  background-color: #FFFFFF;
  color: #DF6365;
  border: 1px solid #DF6365;
}
.default-button._alert-light:hover {
  background: #f9e2e2;
}
.default-button._alert-light:active {
  background: #efafb0;
}
.default-button._light {
  background-color: #FFFFFF;
  color: #61B2DE;
  border: 1px solid #61B2DE;
}
.default-button._light:hover {
  background: #61B2DE;
  color: #FFFFFF;
  border-color: #61B2DE;
}
.default-button._light:active {
  background: #61B2DE;
  color: #FFFFFF;
  border-color: #61B2DE;
}
.default-button._icon {
  padding-left: 17px;
}
.default-button._icon .icon-item {
  margin-right: 5px;
}
.default-button._icon i {
  font-size: 20px;
}
.default-button._icon img {
  margin-right: 5px;
  width: 12px;
}
.default-button._info {
  background-color: #52B59F;
  color: #FFFFFF;
}
.default-button._info:hover {
  background: #6bc0ad;
}
.default-button._info:active {
  background: #449f8b;
}

._upm-default-button-margin {
  padding: 1rem 0;
}

.optional-button {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  color: #262626;
  font-size: 18px;
  height: 37px;
  padding: 0;
  width: 37px;
}
.optional-button span {
  font-size: 12px !important;
}
.optional-button img {
  height: 12px;
  width: 14px;
}
.optional-button._icon {
  padding: 0 14px 0 3px;
}
.optional-button._icon i {
  color: #212121;
}

.blank-button {
  background-color: transparent;
  margin: 0;
  padding: 0 5px;
}

.circle-button {
  background: none;
  cursor: pointer;
  padding: 0;
}
.circle-button.drawerIcon img {
  height: 23px !important;
  width: 23px !important;
}

.moreOptionsBtn {
  background-color: transparent;
  border: 1px solid transparent;
  color: #262626;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  padding: 0;
  border-radius: 4px;
}
.moreOptionsBtn:focus {
  outline: none;
}
.moreOptionsBtn:hover {
  background-color: #FFFFFF;
  box-shadow: 1px 1px 5px rgba(38, 38, 38, 0.15);
}
.moreOptionsBtn._activeBtn {
  background-color: #61B2DE;
  color: #FFFFFF;
}
.moreOptionsBtn.drawerIcon img {
  height: 23px !important;
  width: 23px !important;
}
.moreOptionsBtn[data-has-hazard=true] {
  background-color: #ffe628;
}
.moreOptionsBtn[data-has-hazard=true]._activeBtn {
  color: #262626;
  background-color: #ffd900;
}

.close-button {
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
}
.close-button:focus {
  outline: none;
}
.close-button._dark-icon {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #262626;
  border-radius: 20px;
}
.close-button._dark-icon:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: rgba(0, 0, 0, 0.05);
}

.settings-navbar-button {
  background-color: transparent;
  color: #262626;
  font-weight: 500;
  padding: 0.5rem 0;
}
.settings-navbar-button i {
  margin-right: 10px;
}
.settings-navbar-button.active {
  color: #61B2DE;
}
.settings-navbar-button._active, .settings-navbar-button:hover {
  color: #61B2DE;
}
.settings-navbar-button a {
  color: #262626;
  font-weight: 500;
}

.settings-icon-text-button {
  background-color: transparent;
  color: #212121;
  border: 0;
  cursor: pointer;
  font-size: 1.25rem;
  padding: 0;
}
.settings-icon-text-button i {
  margin-right: 16px;
}
.settings-icon-text-button.active {
  color: #61B2DE;
}
.settings-icon-text-button i {
  font-size: 1.5rem;
  margin-top: 0 !important;
}

.settings-icon-text_label {
  margin-top: 4px !important;
  margin-left: 34px !important;
}
@media screen and (max-width: 425px) {
  .settings-icon-text_label {
    margin-left: 0 !important;
  }
}

.icon-text-button {
  background-color: transparent;
  color: #212121;
  padding: 6px 0;
}
.icon-text-button i {
  margin-right: 1px;
}
.icon-text-button.active {
  color: #61B2DE;
}
.icon-text-button i {
  font-size: 20px;
}

.fund-matching-vertical-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 67px;
  left: 74px;
  background: white;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
@media screen and (max-width: 480px) {
  .fund-matching-vertical-menu {
    left: 0;
  }
}
.fund-matching-vertical-menu::after {
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #777777 transparent;
  content: "";
  position: absolute;
  transform: rotate(180deg);
  right: 84%;
  top: 100%;
}
@media screen and (max-width: 480px) {
  .fund-matching-vertical-menu::after {
    right: 46%;
  }
}
.fund-matching-vertical-menu ul {
  padding: 0 !important;
}
.fund-matching-vertical-menu li {
  transition: all 0.25s ease-in-out;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 12px;
  font-weight: 300;
  margin-right: 0 !important;
}
.fund-matching-vertical-menu li:hover {
  color: #33475B;
  background-color: #F4FBFF;
}
.fund-matching-vertical-menu li i {
  font-size: 20px;
  padding-right: 14px;
  vertical-align: bottom;
}

.footer-nav-button {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  background: #F8F8F8;
  border: none;
  color: #212121;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: "museo-sans", sans-serif;
  height: 100%;
  width: 3.5rem;
  padding: 0;
  margin: 0.05rem;
  position: relative;
  transition: color 0.3s;
}
.footer-nav-button i {
  font-size: 20px;
}
.footer-nav-button span {
  margin-top: 0.5rem;
  font-size: 0.7rem;
  font-weight: 500;
  color: #69707D;
}
.footer-nav-button label {
  width: auto;
}
.footer-nav-button:hover {
  border: 1px solid #777777;
}
.footer-nav-button:hover span {
  font-weight: 700;
}
.footer-nav-button._alert {
  background-color: #FFF8F8;
}
.footer-nav-button._alert span {
  color: #EB8590;
}
.footer-nav-button._alert i {
  color: #DF6365;
}
.footer-nav-button._alert:hover {
  border: 1px solid #ff9494;
}
.footer-nav-button._blueIcon {
  background-color: #F4FBFF;
}
.footer-nav-button._blueIcon span {
  color: #2B75AB;
}
.footer-nav-button._blueIcon i {
  color: #569CD4;
}
.footer-nav-button._blueIcon:hover {
  border: 1px solid #2B75AB;
}
.footer-nav-button._purpleIcon {
  background-color: #F6F5FF;
}
.footer-nav-button._purpleIcon span {
  color: #8075F2;
}
.footer-nav-button._purpleIcon i {
  color: #8075F2;
}
.footer-nav-button._purpleIcon:hover {
  border: 1px solid #8075F2;
}
.footer-nav-button._moreBtn {
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
}
.footer-nav-button .fontBehaviour {
  font-size: 16px;
  font-weight: 300;
}
.footer-nav-button._dropUpMenuSpacing {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  padding: 0.65rem 1.5rem;
  margin: 0;
  align-items: center;
  background: transparent;
}
.footer-nav-button._dropUpMenuSpacing i {
  margin-right: 0.5rem;
  width: auto;
}
.footer-nav-button._dropUpMenuSpacing span {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #262626;
}
.footer-nav-button._dropUpMenuSpacing:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 1px solid transparent;
}
.footer-nav-button._dropUpMenuSpacing:hover label {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: rgba(97, 178, 222, 0.9);
}
.footer-nav-button._dropUpMenuSpacing:hover i {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: rgba(97, 178, 222, 0.9);
}
.footer-nav-button._deleteButton span {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #DF6365;
}
.footer-nav-button._deleteButton:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.footer-nav-button._deleteButton:hover span {
  color: rgba(223, 99, 101, 0.8);
}
.footer-nav-button._deleteButton:hover i {
  color: rgba(223, 99, 101, 0.8);
}

.notification-close-button__wrapper {
  position: absolute;
  top: 23px;
  right: 8px;
}

.notification-close-button {
  background-color: transparent;
  border: none;
  color: #AAAAAA;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.notification-close-button i {
  font-size: 18px;
}

.fundHistoricalPerformance-button-row {
  gap: 0.25rem;
}

.fundHistoricalPerformance-button {
  background-color: transparent !important;
  padding: 0.25rem 0.5rem !important;
  border-radius: 3px !important;
  color: #000000 !important;
  border: none !important;
}
.fundHistoricalPerformance-button:hover {
  background-color: #E9EFF4 !important;
}
.fundHistoricalPerformance-button.highlight {
  background-color: #E9EFF4 !important;
}

.side-panel-button {
  align-items: center;
  background: #61B2DE;
  border-color: #61B2DE;
  color: #FFFFFF;
  font-weight: 300;
  display: -webkit-box;
  display: flex;
  padding: 4px 16px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  height: 45px;
  justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.side-panel-button i {
  color: #FFFFFF;
  font-size: 1.25rem;
  margin-right: 8px;
}
.side-panel-button:hover {
  background-color: #33475B;
  border-color: #33475B;
  color: #FFFFFF;
}
.side-panel-button:hover i {
  color: #FFFFFF;
}
.side-panel-button:active {
  background-color: #33475B;
  color: #FFFFFF;
}
.side-panel-button:active i {
  color: #FFFFFF;
}
.side-panel-button._center {
  justify-content: center;
  text-align: center;
}
.side-panel-button._alert {
  color: #DF6365;
  border-color: #DF6365;
  background: none !important;
}
.side-panel-button._alert:hover {
  background-color: #fff5f5;
}
.side-panel-button._alert i {
  color: #DF6365;
}
.side-panel-button.active {
  background-color: #33475B;
  color: #FFFFFF !important;
  border-color: #33475B;
}
.side-panel-button.active i {
  color: #FFFFFF;
}
.side-panel-button._alternate {
  background-color: #5f7388;
  color: #FFFFFF;
}
.side-panel-button._alternate i {
  color: #FFFFFF;
}
.side-panel-button._alternate:hover {
  background-color: #51657a;
}
.side-panel-button._alternate:active {
  background-color: #7288a0;
  border-color: #7288a0;
}
.side-panel-button.highlight {
  color: #FFFFFF;
  border-color: #33475B;
  background-color: #33475B;
}
.side-panel-button.highlight i {
  color: #FFFFFF;
}

.upgrade-button {
  background-color: #61B2DE;
  border-radius: 3px;
  font-size: 14px;
  padding: 10px;
  width: 100%;
}
.upgrade-button:hover {
  background-color: #33475B;
  color: #fff !important;
}
.upgrade-button a {
  color: #FFFFFF;
}
.upgrade-button a:hover {
  color: #FFFFFF;
}

.tags-list {
  display: flex;
  flex-wrap: wrap;
}
.tags-list > li {
  position: relative;
  padding: 0 5px 5px 0;
}
.tags-list._small-tags .tag-item {
  height: 1.5rem;
}
.tags-list._big-tags .tag-item {
  height: 2.8rem;
}

.tag-item {
  align-items: center;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  background-color: #f5f8fa;
  border: 1px solid #61B2DE;
  border-radius: 4px;
  color: #262626;
  cursor: auto;
  font-size: 1rem;
  font-weight: 300;
  line-height: normal;
  padding: 0 1.3rem 0 1rem;
}
.tag-item .delete-icon {
  position: relative;
  left: 13px;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 1px solid transparent;
}
.tag-item .delete-icon:hover {
  border: 1px solid #DF6365;
}
.tag-item .delete-icon i {
  color: #DF6365;
  position: relative;
}
.tag-item .delete-icon:hover {
  border: 1px solid #DF6365;
}

.tags-section {
  padding-bottom: 13px;
}
.tags-section .tags-group-heading {
  color: rgba(0, 0, 0, 0.54);
  display: block;
  font-size: 12px;
  padding-bottom: 10px;
}
.tags-section:last-child {
  padding-bottom: 0;
}

.type-of-tags-list {
  padding-bottom: 1.5rem;
}
.type-of-tags-list__heading {
  margin-top: 0;
}

.addToListComponent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.addToListComponent .addToListComponent_button {
  position: relative;
  right: unset;
  margin: 0.5rem !important;
  padding: 0.25rem;
  width: auto;
}
.addToListComponent .addToListComponent_list {
  padding: 5px 0 0 0;
  margin-top: 0 !important;
  margin: 0;
}
.addToListComponent .addToListComponent_list li {
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-right: 5px;
}
.addToListComponent .addToListComponent_list li:last-child {
  margin-right: 0;
}
.addToListComponent .addToListComponent_list li a {
  font-size: 11px;
}
.addToListComponent .addToListComponent_list li:hover {
  background: none;
}

.distribution-list-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 2rem;
}

.distribution-list-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #E3E3E3;
  gap: 2rem;
}

.distribution-list-item-sub-container-left {
  display: flex;
  align-items: center;
  width: 60%;
  gap: 2rem;
}

.distribution-list-item-sub-container-right {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 180px;
  gap: 2rem;
}

.distribution-list-item-name {
  width: 50%;
}

.full-access-text {
  color: #55B5AC;
}

.partial-access-text {
  color: #FFAA00;
}

.no-access-text {
  color: #DF6365;
}

.dist-list-options-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  color: #262626;
  height: 2.5rem;
  width: 2.5rem;
  padding: 0;
  border-radius: 4px;
}
.dist-list-options-icon-container:hover {
  box-shadow: 1px 1px 5px rgba(38, 38, 38, 0.15);
}

.dist-list-item-options-dropdown {
  position: absolute;
  right: 3.5rem;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  width: 80px;
}

.dist-list-item-option {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  height: 50px;
  line-height: 1;
  padding: 0 10px;
}
.dist-list-item-option:hover {
  background-color: #F4FBFF;
  color: #33475B;
}

.dist-list-remove-access-option {
  color: #DF6365 !important;
}
.dist-list-remove-access-option:hover {
  background: rgba(240, 67, 36, 0.082);
}

@media screen and (max-width: 768px) {
  .distribution-list-item-description {
    display: none;
  }
  .distribution-list-item-name {
    width: 100%;
  }
}
.tglWrapper {
  font-size: 1rem;
  font-weight: 300;
}
.tglWrapper .tgl {
  display: none;
}
.tglWrapper .tgl, .tglWrapper .tgl:after, .tglWrapper .tgl:before, .tglWrapper .tgl *, .tglWrapper .tgl *:after, .tglWrapper .tgl *:before, .tglWrapper .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tglWrapper .tgl::selection, .tglWrapper .tgl:after::selection, .tglWrapper .tgl:before::selection, .tglWrapper .tgl *::selection, .tglWrapper .tgl *:after::selection, .tglWrapper .tgl *:before::selection, .tglWrapper .tgl + .tgl-btn::selection {
  background: none;
}
.tglWrapper .tgl + .tgl-btn {
  outline: 0;
  display: inline-block;
  width: 42px !important;
  height: 23px !important;
  margin: 1rem 1rem 1rem 0;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.tglWrapper .tgl + .tgl-btn:after, .tglWrapper .tgl + .tgl-btn:before {
  position: relative;
  display: inline-block;
  content: "";
  width: 50%;
  height: 100%;
}
.tglWrapper .tgl + .tgl-btn:after {
  left: 0;
}
.tglWrapper .tgl + .tgl-btn:before {
  display: none;
}
.tglWrapper .tgl:checked + .tgl-btn:after {
  left: 50%;
}
.tglWrapper .tgl-light + .tgl-btn {
  background: #AAAAAA;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}
.tglWrapper .tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #FFFFFF;
  transition: all 0.2s ease;
}
.tglWrapper .tgl-light:checked + .tgl-btn {
  background: #09B79E;
}

.get-share-link {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border: 1px solid #262626;
  border-radius: 4px;
  background-color: #eaeff4;
  font-size: 12px;
}
.get-share-link .inner1,
.get-share-link .inner2 {
  padding: 0 4px;
}
.get-share-link .inner1 {
  width: calc(100% - 82px);
}
.get-share-link .inner2 {
  width: 82px;
  text-align: center;
  cursor: not-allowed;
  position: relative;
}
.get-share-link .inner2::before {
  content: "";
  width: 82px;
  height: 100%;
  background: grey;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.get-share-link .inner2 img {
  width: 100%;
}
.get-share-link .inner2 div {
  color: #61B2DE;
}
.get-share-link .link-box {
  border: 1px solid #61B2DE;
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  overflow: hidden;
}
.get-share-link .link-box input {
  width: calc(100% - 50px);
  margin: 0;
  border: 0;
  border-radius: 0;
}
.get-share-link .link-box button {
  width: 50px;
  background-color: #61B2DE;
  color: #FFFFFF;
  font-size: 10px;
}
.get-share-link label {
  font-size: 12px;
  display: block;
  padding-top: 4px;
  text-transform: none !important;
}
.get-share-link .get-share-link__icon {
  position: absolute;
  top: 9px;
  right: unset;
  bottom: unset;
  left: 12px;
  color: #6E6E6E;
  cursor: pointer;
  font-size: 23px;
  z-index: 1;
}

.get-select-icon-holder {
  position: relative;
}
.get-select-icon-holder label {
  font-size: 12px;
  display: block;
  padding-top: 4px;
  text-transform: none !important;
}
.get-select-icon-holder .get-select-icon-holder__icon {
  position: absolute;
  top: 8px;
  right: unset;
  bottom: unset;
  left: 12px;
  color: #6E6E6E;
  cursor: pointer;
  font-size: 23px;
  padding-right: 8px;
  border-right: 1px solid #e3e3e3;
  z-index: 1;
}
.get-select-icon-holder input {
  margin: 0;
  padding-left: 40px !important;
}
.get-select-icon-holder select {
  padding-left: 52px !important;
  padding-right: 24px !important;
}

.select-input-Wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.select-input-Wrapper select {
  position: absolute;
  width: 120px !important;
  z-index: 1;
  margin: 0 !important;
  border: 1px solid #61B2DE;
  height: 42px;
  font-size: 13px;
  border-radius: 4px 0 0 4px;
}
.select-input-Wrapper select + input {
  padding-left: 130px;
  flex: 0 0 24rem;
  border: 1px solid #61B2DE;
  background: #FFFFFF;
  height: 42px;
}
@media screen and (max-width: 768px) {
  .select-input-Wrapper select + input {
    flex: auto;
  }
}
.select-input-Wrapper select.secondSelect {
  margin: 8px 0;
  position: relative;
  padding-left: 120px !important;
  padding-right: 30px;
  flex: 0 0 24rem;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .select-input-Wrapper select.secondSelect {
    flex: auto;
  }
}
@media screen and (max-width: 425px) {
  .select-input-Wrapper select.secondSelect {
    width: 12rem !important;
  }
}

.defaultRemovableList {
  margin: 5px 0;
}
.defaultRemovableList li {
  padding: 10px 0;
  border-bottom: 1px solid #EEEEEE;
}
.defaultRemovableList li a i {
  font-size: 18px;
}
.defaultRemovableList li .basicInfo {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-basis: auto;
}
.defaultRemovableList li .basicInfo .buttonWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
}
.defaultRemovableList li .basicInfo .buttonWrapper button {
  background: none;
  display: inline-block;
  padding: 0 6px;
  margin: 0;
  line-height: 15px;
  height: auto;
}
.defaultRemovableList li .advancedInfo {
  color: #33475B;
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  flex-basis: auto;
  margin-top: 5px;
  margin-right: 28px;
  font-size: 0.8rem;
  line-height: 1rem;
}
.defaultRemovableList li .advancedInfo a, .defaultRemovableList li .advancedInfo span {
  font-size: 0.8rem;
  line-height: 1rem;
}
.defaultRemovableList li .advancedInfo i {
  font-size: 16px;
}
.defaultRemovableList li .advancedInfo > * {
  padding-right: 5px;
}
.defaultRemovableList li .advancedInfo > *:last-child {
  padding-right: 0;
}
.defaultRemovableList li .infoWrapper {
  flex-grow: 1;
  flex-shrink: 1;
}
.defaultRemovableList li .staticWrapper {
  flex-grow: 0;
  flex-shrink: 0;
}
.defaultRemovableList li .date {
  display: block;
  text-align: right;
}
.defaultRemovableList.defaultRemovableList_moreInfo .advancedInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.defaultRemovableList.table-view-3 .monthItem:first-child {
  padding-right: 20px;
}
.defaultRemovableList.table-view-3 .table-3-header .monthItem:first-child:hover {
  background-color: transparent;
}
.defaultRemovableList.table-view-2 .monthFirstLetterBox .monthItem, .defaultRemovableList.table-view-2 .monthFirstLetterBox .monthLabel {
  white-space: unset;
  text-overflow: unset;
}

.upmDropDownComponent {
  display: none;
  position: absolute;
  right: 0px;
  top: 22px;
  min-width: 120px;
  width: 147px;
  z-index: 30;
}
.upmDropDownComponent.show {
  display: block;
}
.upmDropDownComponent .upmDropDownPointer {
  height: 18px;
  width: 17px;
  position: absolute;
  top: 5px;
  right: 9px;
}
.upmDropDownComponent._without-pointer {
  padding-top: 10px;
}
.upmDropDownComponent._without-pointer .upmDropDownPointer {
  display: none;
}
.upmDropDownComponent .upmDropDownMenuHolder {
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
}
.upmDropDownComponent .upmDropDownMenuItem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  align-items: center;
  cursor: pointer;
  padding: 12px;
  font-weight: 300;
}
.upmDropDownComponent .upmDropDownMenuItem:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.upmDropDownComponent .upmDropDownMenuItem:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.upmDropDownComponent .upmDropDownMenuItem:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #33475B;
  background-color: #F4FBFF;
}
.upmDropDownComponent .upmDropDownMenuItem:hover span {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #33475B;
}
.upmDropDownComponent .upmDropDownMenuItem:last-child {
  border-bottom: none;
}
.upmDropDownComponent .upmDropDownMenuItem label {
  text-transform: none;
}
.upmDropDownComponent .upmDropDownMenuItem ._single-icon {
  font-size: 20px;
  padding-right: 14px;
  vertical-align: bottom;
}
.upmDropDownComponent .upmDropDownMenuItem img._single-icon {
  display: inline-block;
  line-height: 1;
  margin-right: 9px;
  margin-left: 2px;
  padding-right: 0 !important;
}
.upmDropDownComponent .upmDropDownMenuItem [data-has-hazard=true] {
  border: none;
  background-size: 1.4rem;
  background-repeat: no-repeat;
  content: url("../images/svgIcons/tickerhazard.svg");
}
.upmDropDownComponent .upmDropDownMenuItem.removeItem:hover {
  color: rgba(255, 100, 73, 0.7882352941);
  background-color: rgba(240, 67, 36, 0.082);
}
.upmDropDownComponent .verifyItem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.upmDropDownComponent .verifyItem .verifyButton {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  flex: auto;
  height: 2.2rem;
  border-radius: 4px;
  font-size: 1rem;
  border: 1px solid transparent;
}
.upmDropDownComponent .verifyItem[data-verified=false] .verifyButton {
  color: #FFFFFF;
  background-color: #AE9BF2;
  border: 1px solid transparent;
}
.upmDropDownComponent .verifyItem[data-verified=false] .verifyButton:hover {
  background-color: #776CFC;
}
.upmDropDownComponent .verifyItem[data-verified=true] .verifyButton {
  color: #776CFC;
  background-color: #FFFFFF;
  border: 1px solid #776CFC;
}
.upmDropDownComponent .verifyItem[data-verified=true] .verifyButton:hover {
  background-color: #f5f2ff;
}
.upmDropDownComponent .verifyItem:hover {
  background-color: #FFFFFF;
}
.upmDropDownComponent._fileListDropdown {
  right: 0rem;
  top: 2.8rem;
  width: 14rem;
}
.upmDropDownComponent._fileListUp {
  display: block;
  right: 0;
  top: unset;
  bottom: 40px;
  width: 14rem;
}
.upmDropDownComponent._fileListUp::after {
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #777777 transparent;
  content: "";
  position: absolute;
  transform: rotate(180deg);
  right: 13%;
  top: 100%;
}
.upmDropDownComponent._fileListUp ul {
  padding: 0 !important;
}
.upmDropDownComponent._fileListUp ul li {
  margin: 0 !important;
}
.upmDropDownComponent._fileListUp ul li .privacyButtonIcon {
  display: none;
}
.upmDropDownComponent._fileListUp ul li[data-privacy-status=private] {
  color: #DF6365;
  border-color: #DF6365;
}
.upmDropDownComponent._fileListUp ul li[data-privacy-status=private] .privateButtonIcon {
  display: block;
}
.upmDropDownComponent._fileListUp ul li[data-privacy-status=semipublic] {
  color: #FFAA00;
  border-color: #FFAA00;
}
.upmDropDownComponent._fileListUp ul li[data-privacy-status=semipublic] .semipublicButtonIcon {
  display: block;
}
.upmDropDownComponent._fileListUp ul li[data-privacy-status=public] {
  color: #55B5AC;
  border-color: #55B5AC;
}
.upmDropDownComponent._fileListUp ul li[data-privacy-status=public] .publicButtonIcon {
  display: block;
}

._table-dropdown-wrapper {
  position: relative;
}

._table-dropdown {
  top: 52px;
  right: 25px;
}

.upm-dropdown-card {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 4px;
  border: 1px solid #61B2DE;
  min-width: 123px;
  width: 160px;
  z-index: 1;
}
.upm-dropdown-card._large {
  width: 240px;
}
@media screen and (min-width: 400px) {
  .upm-dropdown-card._large {
    width: 274px;
  }
}
.upm-dropdown-card._small {
  width: 69px;
}
.upm-dropdown-card._collapsed-width {
  width: 40px;
  min-width: 40px;
}
.upm-dropdown-card.show .upm-dropdown-card__list,
.upm-dropdown-card.show .upm-dropdown-card__footer {
  display: block;
  background-color: #FFFFFF;
}
.upm-dropdown-card.show .upm-dropdown-card__list._settings,
.upm-dropdown-card.show .upm-dropdown-card__footer._settings {
  border-left: 3px solid rgba(64, 133, 179, 0.2);
  border-bottom: 1px solid #EEEEEE;
  border-right: 1px solid #eeeeee;
}
.upm-dropdown-card.show .upm-dropdown-card__pointer-icon {
  transform: rotate(180deg);
}
.upm-dropdown-card .upm-dropdown-card__list {
  display: none;
}
@media screen and (max-width: 768px) {
  .upm-dropdown-card .upm-dropdown-card__list {
    background-color: #FFFFFF;
    border-radius: 3px;
    min-width: 110px;
    width: 121px;
    z-index: 1;
  }
}
.upm-dropdown-card .upm-dropdown-card__list .upm-dropdown-card__item {
  border-top: 1px solid #cbd6e2;
}
.upm-dropdown-card .upm-dropdown-card__list .upm-dropdown-card__item._rightBorder {
  border-right: 1px solid #F1F1F1;
}
.upm-dropdown-card .upm-dropdown-card__list .upm-dropdown-card__item:hover {
  background-color: #F1F1F1;
}
.upm-dropdown-card .upm-dropdown-card__list._collapsed {
  background-color: #FFFFFF;
  border-radius: 3px;
  min-width: 170px;
  width: 100%;
  z-index: 1;
}
.upm-dropdown-card .upm-dropdown-card__list._collapsed .upm-dropdown-card__item {
  border-right: 1px solid #cbd6e2;
  height: 50px;
}
.upm-dropdown-card .upm-dropdown-card__list._collapsed .upm-dropdown-card__item:last-child {
  border-bottom: 1px solid #cbd6e2;
}
.upm-dropdown-card .upm-dropdown-card__pointer {
  background: url("../images/svgIcons/dropdown_icon_rounded.svg") no-repeat;
  height: 18px;
  width: 17px;
  position: absolute;
  top: 5px;
  right: 9px;
}
.upm-dropdown-card .upm-dropdown-card__item {
  align-items: center;
  border-bottom: none;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  height: 40px;
  line-height: 1;
  padding: 0 10px;
  position: relative;
  text-transform: capitalize;
}
.upm-dropdown-card .upm-dropdown-card__item._collapsed {
  padding: 0 0 0 0.5rem;
  overflow: visible;
}
.upm-dropdown-card .upm-dropdown-card__item span {
  font-size: 1rem;
}
.upm-dropdown-card .upm-dropdown-card__item._select {
  padding-left: 0;
}
.upm-dropdown-card .upm-dropdown-card__pointer-icon {
  position: absolute;
  top: 9px;
  right: 8px;
  bottom: unset;
  left: unset;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 18px;
  color: #61B2DE;
}
.upm-dropdown-card .upm-dropdown-card__footer {
  border-top: 1px solid #EEEEEE;
  display: none;
}
.upm-dropdown-card .upm-dropdown-card__footer .upm-dropdown-card__item {
  font-size: 0.8rem;
}
.upm-dropdown-card .upm-dropdown-card__footer .upm-dropdown-card__item:hover {
  background-color: #FFFFFF;
}
.upm-dropdown-card .upm-dropdown-card__footer a {
  color: #61B2DE;
}
.upm-dropdown-card .upm-dropdown-card__footer-icon {
  font-size: 20px;
  margin-right: 8px;
}
.upm-dropdown-card._spaces {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: block;
  font-size: 12px;
  height: 41px;
  overflow: inherit;
  position: relative;
  font-weight: 300;
}
.upm-dropdown-card._spaces .upm-dropdown-card__item {
  font-size: 0.8rem;
  font-weight: 300;
}
@media screen and (max-width: 425px) {
  .upm-dropdown-card._spaces .upm-dropdown-card__item {
    padding: 0 6px;
  }
}
@media screen and (max-width: 680px) {
  .upm-dropdown-card._spaces {
    width: 60px;
  }
}
.upm-dropdown-card._spaces ._upm-color {
  border-left: 3px solid #61B2DE;
  border-radius: 3px 0 0 3px;
}
.upm-dropdown-card._spaces ._private-color {
  border-left: 3px solid #33475B;
  border-radius: 3px 0 0 3px;
}
.upm-dropdown-card._spaces ._public-color {
  border-left: 3px solid #6f55f9;
  border-radius: 3px 0 0 3px;
}
.upm-dropdown-card ._loading {
  align-items: center;
  display: flex;
}
.upm-dropdown-card ._loading .spaces-loader {
  margin-right: 5px;
}
.upm-dropdown-card .checkboxComponent {
  align-items: center;
}
.upm-dropdown-card select {
  background: none;
  border: none;
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.upm-dropdown-card input {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.upm-dropdown-card.filter-type-date {
  width: 175px;
}
.upm-dropdown-card ._text-toggle {
  display: none;
}
.upm-dropdown-card ._icon-toggle {
  display: block;
  height: 23px;
}
.upm-dropdown-card._positioning {
  position: absolute;
}

.user-mail-wrapper {
  margin: 0.5rem 0;
  background-color: #F6F6F6;
}
.user-mail-wrapper .topRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.user-mail-wrapper .topRow .userName .userFrom {
  color: #888888;
  font-size: 0.8rem;
}
.user-mail-wrapper .topRow button.closeMark {
  background: transparent;
  margin: 0;
}
.user-mail-wrapper .topRow button.closeMark i {
  font-size: 1.5rem;
  color: #DF6365;
}
.user-mail-wrapper .bottomRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.user-mail-wrapper .bottomRow .firstName {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 5rem;
}
.user-mail-wrapper .bottomRow .lastName {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.userRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.userRow .firstName {
  flex: 1;
}
.userRow .lastName {
  flex: 2;
}
.userRow .mail {
  flex: 5;
}
.userRow .decline {
  flex: 0.5;
}
.userRow .decline .declineBtn {
  background: transparent;
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #DF6365;
  border-radius: 22px;
  padding: 0;
}
.userRow .decline .declineBtn i {
  margin-top: 2px;
  font-size: 1.2rem;
  color: white;
}
.userRow .approve {
  flex: 0.5;
}
.userRow .approve .approveBtn {
  background: transparent;
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #09B79E;
  border-radius: 22px;
  padding: 0;
}
.userRow .approve .approveBtn i {
  margin-top: 4px;
  font-size: 1.2rem;
  color: white;
}
.userRow .date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 3;
  justify-content: flex-end;
}
.userRow .date[data-user-status=approved] p {
  color: #09B79E;
}
.userRow .date[data-user-status=pending] p {
  color: #212121;
}
.userRow .date[data-user-status=declined] p {
  color: #DF6365;
}

.upm-table-component {
  width: 100%;
}
.upm-table-component ._small-text-column {
  min-width: 135px;
  width: 135px;
}
.upm-table-component ._normal-text-column {
  min-width: 200px;
  width: 200px;
}
.upm-table-component ._large-text-column {
  flex: 1 1 0;
  min-width: 200px;
}
.upm-table-component ._ticker-column {
  min-width: 165px;
  width: 165px;
}
.upm-table-component ._icon-column {
  min-width: 30px;
  width: 30px;
}
.upm-table-component ._large-icon-column {
  min-width: 70px;
  width: 70px;
}
.upm-table-component ._date-column {
  min-width: 100px;
  width: 100px;
}
.upm-table-component ._date-column i {
  font-size: 17px;
}
.upm-table-component ._multiple-rows-title {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}

.upm-table__row {
  display: flex;
  height: 4rem;
  margin: 0 2rem;
}

.upm-table__column {
  border-bottom: 1px dotted #E3E3E3;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  padding: 0 10px;
  white-space: nowrap;
}
.upm-table__column ._text-wrapper {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

.upm-table__header {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  color: #AAAAAA;
}
.upm-table__header .upm-table__column {
  border-bottom: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  font-weight: bold;
}
.upm-table__header ._text-wrapper i {
  margin-top: -3px;
}

.upm-table__body ._unactionable > div {
  background-color: #EFEFEF;
}

.privacyInfo {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 10px;
  height: 10px;
  background-color: #AAAAAA;
  border-radius: 50%;
}
.privacyInfo[data-file-privacy=private] {
  background-color: #DF6365;
}
.privacyInfo[data-file-privacy=semipublic] {
  background-color: #FFAA00;
}
.privacyInfo[data-file-privacy=public] {
  background-color: #55B5AC;
}

.filePreviewConainer img {
  width: 100%;
  height: auto;
}
.filePreviewConainer p {
  color: #FFFFFF;
  font-size: 11px;
}

.upm-dropdown {
  background-color: #FFFFFF;
  border: 1px solid #212121;
  border-radius: 3px;
  display: inline-block;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .upm-dropdown {
    min-width: 128px;
    max-width: 255px;
  }
}
.upm-dropdown .upm-dropdown__header {
  margin-right: 7px;
  position: relative;
}
.upm-dropdown .upm-dropdown__item {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  cursor: pointer;
  font-size: 12px;
  height: 32px;
  padding: 0 38px 0 11px;
  padding-left: 0;
  position: relative;
  width: 100%;
}
.upm-dropdown .upm-dropdown__item._dropdown-icon {
  background-image: url("../images/svgIcons/baseline-keyboard_arrow_down-24px.svg");
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 24px;
}
.upm-dropdown .upm-dropdown__item ._col-1 {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: 31px;
}
.upm-dropdown .upm-dropdown__item ._col-2 {
  flex: 2 1 0;
}
.upm-dropdown .upm-dropdown__list .upm-dropdown__item:first-child {
  border-top: 1px solid #F1F1F1;
}
.upm-dropdown .upm-dropdown__list .upm-dropdown__item:hover {
  background-color: #F1F1F1;
}
.upm-dropdown .upm-dropdown__list .upm-dropdown__item.selected {
  background-image: url("../images/svgIcons/check.svg");
  background-repeat: no-repeat;
  background-position: 94%;
  background-size: 20px;
}
.upm-dropdown .upm-dropdown__footer {
  border-top: 1px solid #F1F1F1;
}
.upm-dropdown .upm-dropdown__footer a {
  color: #61B2DE;
}
.upm-dropdown .upm-dropdown__footer .upm-dropdown__footer-icon {
  font-size: 19px;
}
.upm-dropdown .upm-dropdown__footer .upm-dropdown__icon-holder:last-child {
  position: absolute;
  top: 7px;
  right: 4px;
  bottom: unset;
  left: unset;
}
.upm-dropdown .upm-dropdown__circle-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  width: 8px;
}
.upm-dropdown .upm-dropdown__checked {
  margin-left: 9px;
}
.upm-dropdown .upm-dropdown__checked i {
  font-size: 20px;
}
.upm-dropdown .upm-dropdown_upm-color {
  background-color: #61B2DE;
}
.upm-dropdown .upm-dropdown_public-color {
  background-color: #6f55f9;
}
.upm-dropdown .upm-dropdown_private-color {
  background-color: #33475B;
}
.upm-dropdown .upm-dropdown__list,
.upm-dropdown .upm-dropdown__footer {
  display: none;
}
@media screen and (max-width: 767px) {
  .upm-dropdown .upm-dropdown__header-label {
    display: none;
  }
}
.upm-dropdown.open .upm-dropdown__header-label,
.upm-dropdown.open .upm-dropdown__list,
.upm-dropdown.open .upm-dropdown__footer {
  display: block;
}

.multiple-rows-card {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.multiple-rows-card .multiple-rows__column-view {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.multiple-rows-card .multiple-rows__column-view > section {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .multiple-rows-card .multiple-rows__column-view > section {
    width: 50%;
  }
}

.search-results-card {
  background-color: #F5F5F5;
  border-radius: 6px;
  border: 1px solid #EEEEEE;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.search-results-card .search-results__info {
  padding-top: 1rem;
}
.search-results-card .search-results__info > span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0.25rem 0;
}
.search-results-card .search-results__info i {
  cursor: pointer;
  margin-right: 6px;
}
.search-results-card .search-results__item {
  padding: 1.5rem;
}
.search-results-card .upm-space-badge-wrapper {
  margin-left: 0;
  font-size: 1rem;
}

.search-option-box .search-option-box__heading {
  color: #61B2DE;
  cursor: pointer;
  margin: 0;
  margin-top: 3px;
}
.search-option-box .search-option-box__heading i {
  margin-right: 4px;
}
.search-option-box .search-option-box__list {
  padding: 23px 0 7px;
}
.search-option-box .search-option-box__item {
  margin-bottom: 6px;
}
.search-option-box .search-option-box__list-icon {
  font-size: 15px;
  margin-top: -1px;
  margin-right: 11px;
}
.search-option-box._active .search-option-box__heading {
  color: #212121;
  cursor: auto;
}

.searchSettingsModule {
  display: flex;
  padding: 30px;
  flex-direction: column;
}
.searchSettingsModule .searchSettingsModule__run-search {
  background-color: #58ADD9;
  border-color: #2E85BC;
}
.searchSettingsModule .fixed-screen-actions {
  position: sticky;
  bottom: 30px;
  transform: translateX(-43%);
}
.searchSettingsModule__fileLayout__list {
  display: flex;
  justify-content: space-around;
}
.searchSettingsModule__fileLayout__list button._active {
  background: #33475B;
  color: #FFFFFF;
}
.searchSettingsModule__fileLayout__list button._active .context-view-icon {
  filter: invert(1);
}
.searchSettingsModule .svg-filter-container {
  margin: 12px 0px;
}
.searchSettingsModule .searchSettingsModule__item .innerBorderWrapper {
  padding: 20px !important;
}
.searchSettingsModule .searchSettingsModule__item .innerBorderWrapper._active {
  border-color: #61B2DE;
}
.searchSettingsModule .searchSettingsModule__item .SearchSettingsModule__item__inner .SearchSettingsModule__item__inner__box {
  cursor: pointer;
}
.searchSettingsModule .searchSettingsModule__item .SearchSettingsModule__item__inner .SearchSettingsModule__item__inner__box__list {
  display: flex;
  flex-direction: column;
}
.searchSettingsModule .searchSettingsModule__item .SearchSettingsModule__item__inner .SearchSettingsModule__item__inner__box__list__item {
  display: flex;
  flex-direction: column;
}
.searchSettingsModule span._textReset {
  display: flex;
  align-items: center;
}
.searchSettingsModule span._textReset._fontSettings {
  font-size: 13px !important;
  display: flex;
}
.searchSettingsModule span._textReset .restrictionIcons {
  font-size: 16px;
  margin-right: 18px;
  margin-bottom: 24px;
  padding-top: 3px;
}
.searchSettingsModule span i {
  font-size: 22px;
  margin-right: 10px;
}
.searchSettingsModule .searchSettingsModule__item__wrapper {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 440px) {
  .searchSettingsModule .searchSettingsModule__item__wrapper {
    flex-direction: row;
  }
}
.searchSettingsModule .searchSettingsModule__item__wrapper__list {
  width: 100%;
}
@media screen and (min-width: 440px) {
  .searchSettingsModule .searchSettingsModule__item__wrapper__list {
    width: 50%;
  }
}
.searchSettingsModule .searchSettingsModule__item__wrapper__list__item .search-settings-button {
  background: none;
  padding: 10px 15px;
  border-radius: 4px;
  margin: 5px;
  border: 1px solid transparent;
  width: 100%;
  font-weight: 300;
  color: #666666;
}
.searchSettingsModule .searchSettingsModule__item__wrapper__list__item .search-settings-button._active {
  color: #262626;
  border: 1px solid #61B2DE;
  font-weight: 500;
}
.searchSettingsModule .searchSettingsModule__item__wrapper__list__item .search-settings-button._active:hover {
  background: none;
}
.searchSettingsModule .searchSettingsModule__item__wrapper__list__item .search-settings-button:hover {
  color: #262626;
  background: #F4FBFF;
}
.searchSettingsModule ._iconSize {
  font-size: 19px;
  margin-right: 20px;
  width: 25px;
}
.searchSettingsModule ._iconSize._RunSearch {
  margin-right: 8px;
}
.searchSettingsModule .searchSettingsModule__font {
  font-size: 12px;
}

.upload-img-section {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: 38px;
  margin-bottom: 8px;
}
.upload-img-section .upload-img__icon {
  height: 38px;
}
.upload-img-section .upload-img__icon img {
  height: 100%;
}
.upload-img-section .upload-img__state-2 {
  color: #979797;
}
.upload-img-section .upload-img__upload-zone {
  flex: 2 1 0;
  font-size: 12px;
  padding: 0 35px 0 18px;
}

.upload-bar {
  height: 3px;
  position: relative;
  padding: 5px 0;
  width: 100%;
}
.upload-bar > span {
  display: block;
  height: 3px;
}
.upload-bar .upload-bar__base-bar {
  background-color: #ededed;
  width: 100%;
}
.upload-bar .upload-bar__load-bar {
  background-color: #61B2DE;
  position: absolute;
  top: 5px;
}

.floating-tooltip-wrapper {
  pointer-events: none;
  position: fixed;
  z-index: 100000;
}
.floating-tooltip-wrapper.tooltip-width .floating-tooltip {
  display: block;
  max-width: 230px;
  white-space: unset;
}
@media screen and (min-width: 500px) {
  .floating-tooltip-wrapper.tooltip-width .floating-tooltip {
    display: inline;
    max-width: 640px;
    white-space: nowrap;
  }
}

.floating-tooltip {
  border-radius: 5px;
  transform: translateX(0);
  transition: opacity 0.3s linear;
  line-height: 1.4;
  max-width: 640px;
  text-transform: none;
  background: rgba(33, 33, 33, 0.8);
  color: #EEEEEE;
  font-size: 12px;
  padding: 8px 1rem 9px;
}

.hide-floating-tooltip {
  display: none;
}

.doc-type-configuration .first-row {
  padding-bottom: 16px 20px 48px;
}
.doc-type-configuration .listOfDropdowns select {
  background-color: transparent;
  background-position: 97% 50%;
}

.doc-type__list {
  display: flex;
  justify-content: flex-start;
}
.doc-type__list .slick-arrow {
  background-color: transparent !important;
  position: absolute;
  top: 24px;
}
.doc-type__list .slick-prev {
  left: -27px;
}
.doc-type__list .slick-next {
  right: -24px;
}
.doc-type__list._with-slider {
  padding-left: 4%;
}
.doc-type__list._without-slider {
  display: none;
}
@media screen and (min-width: 487px) {
  .doc-type__list .wrapper,
  .doc-type__list .slick-arrow {
    display: none !important;
  }
  .doc-type__list._without-slider {
    display: flex;
  }
}

.doc-type__item-wrapper {
  position: relative;
}
.doc-type__item-wrapper .remove-item {
  position: absolute;
  top: 2px;
  right: unset;
  bottom: unset;
  left: 33px;
  text-align: right;
  color: #212121;
  cursor: pointer;
  display: none;
}
@media screen and (min-width: 487px) {
  .doc-type__item-wrapper .remove-item {
    right: 13px;
    left: unset;
    width: 78%;
  }
}
.doc-type__item-wrapper .remove-item i {
  font-size: 12px;
  font-weight: 700;
}
.doc-type__item-wrapper._selected .doc-type__item {
  background-color: #61B2DE;
  border: 1px solid #212121;
}
.doc-type__item-wrapper._selected .remove-item {
  display: block;
}

.doc-type__item {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #F4FBFF;
  border: 1px solid #F4FBFF;
  border-radius: 3px;
  color: #212121;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  height: 73px;
  margin-right: 9px;
  padding: 0 5px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
  word-break: break-word;
}
.doc-type__item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .doc-type__item:hover {
    background-color: #61B2DE;
    border: 1px solid #61B2DE;
  }
}

.doc-type__dropdown-menu {
  padding-bottom: 100px;
}
.doc-type__dropdown-menu select {
  margin: 0;
  width: 50%;
}

.doc-type__delete-item .doc-type__item {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  background: white;
  border: none;
  cursor: default;
  height: 73px;
  align-items: center;
}
@media screen and (max-width: 486px) {
  .doc-type__delete-item .doc-type__item {
    justify-content: flex-start;
    padding: 0;
  }
}
.doc-type__delete-item i {
  cursor: pointer;
  font-size: 20px;
}
.doc-type__delete-item:hover .doc-type__item {
  background-color: transparent;
}

.doc-type__column-number {
  color: rgba(0, 0, 0, 0.54);
  display: block;
  font-size: 12px;
  margin: 6px 0 0 22px;
}

.upm-select-dropdown {
  background: transparent url(../images/baseline-keyboard_arrow_down-24px.png) no-repeat 98% 50%;
  border-bottom: 1px solid #212121;
  color: #61B2DE;
  line-height: 1.7;
  padding-right: 10px;
  width: 147px;
}
.upm-select-dropdown span {
  font-size: 14px !important;
  display: inline-block;
}

.column-3x5-list {
  align-items: unset;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 150px;
  max-height: 250px;
  padding-top: 5px;
}
@media screen and (min-width: 477px) {
  .column-3x5-list {
    height: 105px;
  }
}

.column-3x5-item {
  color: rgba(0, 0, 0, 0.54);
  font-size: 13px;
  padding: 0 7px 3px 0;
  user-select: all;
}

.column-3-list-wrapper {
  align-items: unset;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 5px;
}
.column-3-list-wrapper .column-3-list {
  margin-bottom: 10px;
  column-count: 3;
}
@media screen and (min-width: 480px) {
  .column-3-list-wrapper .column-3-list {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 425px) {
  .column-3-list-wrapper .column-3-list {
    column-count: 2;
  }
}
.column-3-list-wrapper .column-3-item {
  float: none !important;
  font-size: 12px;
  padding: 0 12px 9px 0;
  user-select: all;
}
@media screen and (min-width: 500px) {
  .column-3-list-wrapper .column-3-item {
    font-size: 13px;
  }
}

.open-close-bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -20px;
  background: #F6F6F6;
  border: 1px solid #EEEEEE;
  cursor: pointer;
  width: 24px;
}
.open-close-bar i {
  color: #212121;
  font-size: 22px;
  font-size: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.open-close-bar i._rotate {
  transform: rotate(180deg);
}

.custom-color-picker {
  display: flex;
  margin: 1rem 0px;
}
.custom-color-picker .spectrum-input {
  margin-left: 5px;
  margin: 0;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .custom-color-picker {
    position: relative;
  }
}

.color-picker-box-wrapper {
  display: flex;
  align-items: center;
  margin: 0.5rem 0.5rem 0 0;
}

.color-picker-box {
  border: 1px solid #212121;
  background: #61B2DE;
  display: inline-block;
  height: 20px;
  cursor: pointer;
  width: 27px;
}

.color-picker-palette {
  position: absolute;
  top: 50%;
  right: unset;
  bottom: unset;
  left: 50%;
  background: orange;
  height: 200px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 200px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .color-picker-palette {
    position: absolute;
    top: 24px;
    right: unset;
    bottom: unset;
    left: 15px;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}

.customToggleIcon {
  background-color: #AAAAAA;
  border-radius: 14px;
  border: 1px solid #AAAAAA;
  cursor: pointer;
  display: inline-block;
  height: 23px !important;
  position: relative;
  transition: background-color 0.3s, left 0.3s;
  min-width: 43px;
  width: 43px !important;
}
.customToggleIcon .circle {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  height: 19px;
  left: 1px;
  position: absolute;
  top: 1px;
  transition: left 0.3s;
  width: 18px;
}
.customToggleIcon.active {
  background-color: #09B79E;
  border: 1px solid #09B79E;
}
.customToggleIcon.active .circle {
  left: 22px;
}

.switch-state-btns .switch-state-btns__item {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #FFFFFF;
  border: 1px solid #979797;
  color: #262626;
  cursor: pointer;
  font-size: 1rem;
  font-family: "museo-sans", sans-serif;
  height: 40px;
  margin-right: -8px;
  line-height: normal;
  padding: 7px 16px;
  position: relative;
  text-align: center;
  font-weight: 300;
}
.switch-state-btns .switch-state-btns__item:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.switch-state-btns .switch-state-btns__item:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-right: 0;
}
.switch-state-btns .switch-state-btns__item._active {
  border-top-color: #61B2DE;
  border-bottom-color: #61B2DE;
  color: #FFFFFF;
  background: #61B2DE;
}
.switch-state-btns .switch-state-btns__item._active:first-child {
  border-left-color: #61B2DE;
}
.switch-state-btns .switch-state-btns__item._active:last-child {
  border-right-color: #61B2DE;
}
.switch-state-btns .switch-state-btns__item._icon-indent {
  padding-left: 9px;
}
.switch-state-btns .switch-state-btns__search-settings {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 440px) {
  .switch-state-btns .switch-state-btns__search-settings {
    width: auto;
  }
}
.switch-state-btns .switch-state-btns__search-settings._active {
  border-top-color: #61B2DE;
  border-bottom-color: #61B2DE;
  color: #FFFFFF;
  background-color: #61B2DE;
}
.switch-state-btns .switch-state-btns__toggle {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #FFFFFF;
  border: 1px solid #999999;
  color: #999999;
  cursor: pointer;
  font-size: 1rem;
  font-family: "museo-sans", sans-serif;
  margin-right: -6px;
  line-height: normal;
  padding: 16px 12px;
  position: relative;
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .switch-state-btns .switch-state-btns__toggle {
    margin: 5px 0;
  }
}
.switch-state-btns .switch-state-btns__toggle:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.switch-state-btns .switch-state-btns__toggle:last-child {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  margin-right: 0;
}
.switch-state-btns .switch-state-btns__toggle._active {
  background-color: #33475B;
  border-top-color: #33475B;
  border-bottom-color: #33475B;
  color: #FFFFFF;
}
.switch-state-btns .switch-state-btns__toggle._active:first-child {
  border-left-color: #33475B;
}
.switch-state-btns .switch-state-btns__toggle._active:last-child {
  border-right-color: #33475B;
}
.switch-state-btns_indentButton {
  margin-left: 11%;
  margin-top: 20px;
}
.switch-state-btns_centerButton {
  transform: translateX(-50%);
  display: inline-block;
  left: 50%;
  margin-top: 26px;
  margin-bottom: 26px;
  max-width: 280px;
  position: relative;
}
@media screen and (min-width: 505px) {
  .switch-state-btns_centerButton {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .switch-state-btns_centerButton {
    max-width: 280px;
  }
}
@media screen and (min-width: 940px) {
  .switch-state-btns_centerButton {
    max-width: 100%;
  }
}

.spaces-loader {
  display: none;
}

.spaces-status {
  display: block;
}

.spaces-loader-container .spaces-status {
  display: none !important;
}
.spaces-loader-container .spaces-loader {
  background: url(../images/loader_fancy.svg) no-repeat 50%;
  background-size: 20px;
  display: block;
  height: 20px;
  width: 20px;
}

.box-component {
  background-color: #F7F7F7;
  border-radius: 3px;
  padding: 25px;
  width: 100%;
}
.box-component .box__header {
  padding-bottom: 35px;
}
.box-component .box__header img {
  height: 35px;
}
.box-component p {
  margin: 0;
}
.box-component .box__connection {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px 0 25px;
}
.box-component .box__connection .box__connection-info p {
  margin-bottom: 0;
}
.box-component .box__connection .box__connection-info label {
  font-size: 9px;
  line-height: 1.2;
}
.box-component .box__connection .box__connection-info ._connected p {
  color: #55B5AC;
}
.box-component .box__connection .box__connection-info ._disconnected p {
  color: #DF6365;
}
@media screen and (max-width: 1024px) {
  .box-component .box__connection .box__connection-info {
    padding-bottom: 20px;
  }
  .box-component .box__connection .box__connection-button-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}
.box-component button {
  margin: 0;
}
.box-component .box__footer {
  border-top: 1px solid #D8D8D8;
}
.box-component .box__footer .box__footer-item {
  padding-top: 25px;
}
.box-component .box__footer .box__footer-text {
  display: block;
  padding-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .box-component .box__footer .box__footer-item {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box-component .box__footer .box__footer-text {
    padding-bottom: 0;
  }
}
.box-component ._active .box__footer-text {
  color: #55B5AC;
}
@media screen and (min-width: 1025px) {
  .box-component {
    height: auto;
  }
  .box-component .box__content {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.source-icon-svg {
  background-position: center;
  background-size: 100%;
  display: inline-block;
  height: 14px;
  width: 20px;
}
.source-icon-svg.box-icon {
  background-image: url("../images/svgIcons/box-icon.svg");
}
.source-icon-svg.box-icon-solid {
  background-image: url("../images/svgIcons/box-icon.svg");
  filter: invert(48%) sepia(11%) saturate(5627%) hue-rotate(188deg) brightness(100%) contrast(104%);
}
.source-icon-svg.intralinks-icon {
  background-image: url("../images/svgIcons/intralinks-logo.svg");
}

.account-name-container {
  display: flex;
  align-items: center;
  width: 100%;
}

.intralinksWorkspace-header {
  width: 100%;
  border: 1px solid #CDD6E2 !important;
}

.intralinksWorkspaces-container {
  padding-left: 4rem !important;
  padding-right: 2rem !important;
  padding-top: 5px !important;
  background: white !important;
}

.collapse-folders-icon-container {
  margin-right: 0.25rem;
}

.intralinks-workspace-item {
  align-items: start !important;
}

@media screen and (max-width: 768px) {
  .intralinksWorkspaces-container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-top: 0px !important;
  }
}
.intralinks-accordion-item-container {
  padding-top: 0 !important;
}

.intralinks-accordion-container {
  margin-top: 25px;
}

.connectedFolders-container {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .connectedFolders-container {
    width: 100%;
  }
}
.intralinks-workspace-name {
  font-weight: 500;
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .intralinks-workspace-name {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .intralinks-disconnect-text-button {
    display: none;
  }
}
.intralinks-disconnect-icon-button {
  color: #DF6365;
  border-radius: 5px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  margin-left: 1rem !important;
}
.intralinks-disconnect-icon-button:hover {
  border: 1px solid #DF6365;
}

@media screen and (min-width: 769px) {
  .intralinks-disconnect-icon-button {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .intralinks-account-name-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .intralinks-account-text {
    display: none;
  }
}
.intralinks-workspace-indicator {
  height: 0.7rem;
  width: 0.7rem;
  border-radius: 50%;
  display: inline-block;
  margin-left: 0.5rem;
}

.intralinks-account-indicator {
  height: 0.7rem;
  width: 0.7rem;
  border-radius: 50%;
  display: inline-block;
  margin-left: 0.5rem;
}

@media screen and (max-width: 768px) {
  .intralinks-account-indicator {
    margin-left: 0;
  }
}
.intralinks-workspace-indicator-green {
  background-color: #55B5AC;
}

.intralinks-workspace-indicator-gray {
  background-color: #D8D8D8;
}

.intralinks-workspace-indicator-red {
  background-color: #DF6365;
}

.intralinks-synced-folders {
  color: #55B5AC;
  margin-left: 1.3rem;
}

.intralinks-not-setup-folders {
  color: #666666;
  margin-left: 1.3rem;
}

.intralinks-error-folders {
  color: #DF6365;
  margin-left: 1.3rem;
}

.folder-container {
  margin-left: -16px !important;
  align-items: center;
}

.folder-child-container {
  padding-left: 24px !important;
  margin-left: 18px !important;
  border-left: 1px solid #CCCCCC;
}

.folderIconWrapper {
  font-size: 1.2rem;
  margin-right: 0.5rem;
  color: #61B2DE;
}

.collapse-folder-icon {
  transition: all 0.2s ease-in-out;
  font-weight: bold;
  cursor: pointer;
}

.folder-selection-description {
  margin-top: -0.5rem;
  margin-bottom: 1.5rem;
}

.chevron-icon-open {
  transform: rotate(-90deg);
}

.upm-badge {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  line-height: initial;
  min-width: 22px;
  text-align: center;
  padding: 4px;
}
.upm-badge._notification {
  background-color: #DF6365;
  color: #FFFFFF;
  min-width: 16px;
  height: 16px;
  display: block;
  border-radius: 30px;
  padding: 2px;
  font-size: 10px;
  position: absolute;
  top: 9px;
  font-weight: 500;
  left: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-circle-animation svg {
  height: 31px;
  position: relative;
  min-width: 31px;
  transform: rotate(-90deg);
}
.loading-circle-animation svg circle {
  fill: none;
  height: 100%;
  stroke: #EEEEEE;
  stroke-width: 2;
  stroke-linecap: round;
  width: 100%;
  transform: translate(1px, 1px);
}
.loading-circle-animation svg ._dynamic-border {
  stroke: #4085B3;
  stroke-dashoffset: 220;
  stroke-dasharray: 220;
}
.loading-circle-animation ._step-1-animation {
  animation: step-1 0.7s linear forwards;
}
.loading-circle-animation ._step-2-animation {
  animation: step-2 0.7s linear forwards;
}
.loading-circle-animation ._step-2-animation-backwards {
  animation: step-2-backwards 0.7s linear forwards;
}
@keyframes step-1 {
  0% {
    stroke-dasharray: 220;
  }
  100% {
    stroke-dasharray: 264;
  }
}
@keyframes step-2 {
  0% {
    stroke-dasharray: 264;
  }
  100% {
    stroke-dasharray: 307;
  }
}
@keyframes step-2-backwards {
  0% {
    stroke-dasharray: 307;
  }
  100% {
    stroke-dasharray: 264;
  }
}

.multiple-rows-tooltip {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal !important;
}

.sliding-notification {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 8px 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  width: 400px;
  z-index: 1000;
}
.sliding-notification p {
  color: #212121;
  font-size: 11px;
  font-style: italic;
  line-height: 16px;
  margin: 0;
}
.sliding-notification.open {
  opacity: 1;
}
.sliding-notification.open._left-position {
  transform: translate(0px, -50%);
}
.sliding-notification._left-position {
  border-left: 8px solid;
  transform: translate(90px, -50%);
}
.sliding-notification._right-position {
  border-right: 8px solid;
  transform: translate(-90px, -50%);
}

._link-color {
  color: #61B2DE;
}

._alert-color {
  color: #DF6365 !important;
}
._alert-color:hover {
  color: #DF6365;
}

._alert-hover {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 5px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
._alert-hover:hover {
  color: #DF6365;
  border: 1px solid #DF6365;
}
._alert-hover:active {
  background: #DF6365;
  color: #FFFFFF !important;
}

.absolute-center {
  position: absolute;
  top: 50%;
  right: unset;
  bottom: unset;
  left: 50%;
  transform: translate(-50%, -50%);
}

._rotate-180 {
  transform: rotate(180deg);
}

.overflox-x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.scrollableAppBody {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding-bottom: 171px;
}

._no-border {
  border: none;
}

.text-wrapper-for-tooltip {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

.no-styles-label {
  display: block;
  font-size: 14px;
  text-transform: none !important;
}

._text-align-right {
  text-align: right;
  justify-content: flex-end;
}
._text-align-right span {
  display: block;
}

._text-align-center {
  justify-content: center;
}
._text-align-center span {
  display: block;
}

.char-counter__wrapper {
  position: relative;
}

.char-counter {
  position: absolute;
  top: unset;
  right: 5px;
  bottom: 5px;
  left: unset;
  color: #E3E3E3;
}
.char-counter.progress-warning {
  color: #FFBF15;
}
.char-counter.progress-alert {
  color: #DF6365;
}

.tox .tox-collection__item-icon {
  height: 35px !important;
}

.multilines-label {
  white-space: normal !important;
  height: auto !important;
}

.valid-error {
  transition: all 0.25s linear;
  color: #DF6365 !important;
  display: block;
  font-size: 13px !important;
  height: 24px;
  opacity: 1;
  text-transform: none !important;
}
.valid-error.hide {
  display: none;
  opacity: 0;
}

._transparent-bg {
  background-color: transparent !important;
}

._borderless-element {
  border: none;
}

.basic-flex-position {
  display: flex;
}

._extra-bottom-space {
  padding-bottom: 120px;
}

._inline-error-msg {
  align-items: center;
  display: inline-flex;
  width: auto;
}

._capital-first-letter {
  display: inline-block !important;
}
._capital-first-letter::first-letter {
  text-transform: capitalize;
}

._cursor-pointer {
  cursor: pointer;
}

._flex-horizontal-center {
  display: flex;
  justify-content: center;
}

[data-favorite-status=true] .budicon-star {
  display: none !important;
}

[data-favorite-status=false] .budicon-star-solid {
  display: none !important;
}

[data-interest-status=none] .budicon-ui-flag-solid {
  display: none !important;
}

[data-interest-status=high] .budicon-ui-flag-solid {
  color: #4085b3;
}
[data-interest-status=high] .budicon-ui-flag {
  display: none !important;
}

[data-interest-status=low] .budicon-ui-flag {
  display: none !important;
}

[data-sign-status=true] .sign-document-icon {
  display: none !important;
}

[data-sign-status=false] .sign-document-icon-solid {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .contacts-nav-button-large {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .contacts-nav-button-small {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .contacts-nav-button-filter {
    display: none !important;
  }
}
.no-user-activity-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 70%;
}

.contacts-nav-export-button {
  margin-bottom: 1rem !important;
  margin-right: 80px !important;
}
@media screen and (max-width: 1450px) {
  .contacts-nav-export-button {
    margin-right: 0 !important;
  }
}

.rotate180 {
  transform: rotate(180deg);
}

/* Typefaces
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.font-an {
  font-family: Avenir Next, sans-serif;
}

.font-su {
  font-family: Segoe UI, sans-serif;
}

.font-vd {
  font-family: Verdana, sans-serif;
}

.font-ga {
  font-family: Georgia, serif;
}

.txt-body {
  font-size: 1rem !important;
}

.txt-caption {
  font-size: 0.8rem !important;
}

.txt-small {
  font-size: 0.64rem !important;
}

/* Line-height
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.line-height-130 {
  line-height: 130% !important;
}

.line-height-140 {
  line-height: 140% !important;
}

.line-height-150 {
  line-height: 150% !important;
}

/* Icons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.md-0-3 {
  font-size: 0.75rem !important;
}

.md-0-2 {
  font-size: 1rem !important;
}

.md-1-2, .horizontalListOfFilesModule .fileMetaButtonContainer .fileMetaButton .material-icons, .horizontalListOfFilesModule .listOfOptions button .material-icons, .upmHomePage .fileMetaButtonContainer .fileMetaButton .material-icons, .upmHomePage .listOfOptions button .material-icons, .dashboardModule .thumbnailIcon .button i, .dashboardModule .thumbnailIcon .editCreateMemoPage .pageOptionsContainer ul li button i, .editCreateMemoPage .pageOptionsContainer ul li .dashboardModule .thumbnailIcon button i, .dashboardModule .thumbnailIcon .buttonAction i,
.dashboardModule .shareButton .button i,
.dashboardModule .shareButton .editCreateMemoPage .pageOptionsContainer ul li button i,
.editCreateMemoPage .pageOptionsContainer ul li .dashboardModule .shareButton button i,
.dashboardModule .shareButton .buttonAction i, .getThumbnailButton i, .fileData .upFileItem.fileFlaggs button .fa, .fileData .upFileItem.fileFlaggs button i,
.fileData .fileDetailsItem.fileFlaggs button .fa,
.fileData .fileDetailsItem.fileFlaggs button i,
.fileDetails .upFileItem.fileFlaggs button .fa,
.fileDetails .upFileItem.fileFlaggs button i,
.fileDetails .fileDetailsItem.fileFlaggs button .fa,
.fileDetails .fileDetailsItem.fileFlaggs button i, .fileData .upFileItem .fileMoreOptions button .fa, .fileData .upFileItem .fileMoreOptions button .material-icons,
.fileData .fileDetailsItem .fileMoreOptions button .fa,
.fileData .fileDetailsItem .fileMoreOptions button .material-icons,
.fileDetails .upFileItem .fileMoreOptions button .fa,
.fileDetails .upFileItem .fileMoreOptions button .material-icons,
.fileDetails .fileDetailsItem .fileMoreOptions button .fa,
.fileDetails .fileDetailsItem .fileMoreOptions button .material-icons {
  font-size: 1.25rem !important;
}

.md-2-2 {
  font-size: 1.5rem !important;
}

.md-1 {
  font-size: 1rem !important;
}

.md-2 {
  font-size: 2rem !important;
}

.md-2-7 {
  font-size: 2.7rem !important;
}

.md-3 {
  font-size: 3rem !important;
}

.md-4 {
  font-size: 4rem !important;
}

.md-5 {
  font-size: 5rem !important;
}

.md-6 {
  font-size: 6rem !important;
}

.fw-300 {
  font-weight: 300;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

html {
  font-size: 100% !important;
  margin: 0;
  padding: 0;
}

body {
  color: #262626;
  font-family: "museo-sans", sans-serif;
  line-height: 1.5rem;
  margin: 0px;
  padding: 0px;
  text-rendering: optimizeLegibility;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.textUppercase {
  text-transform: uppercase !important;
}

.textCapitalize {
  text-transform: capitalize !important;
}

h1, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, h2, h3, h4, h5, h6 {
  line-height: 130%;
  text-rendering: optimizeLegibility;
}
h1 a, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-weight: inherit;
  text-rendering: optimizeLegibility;
}
h1 a:hover, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #61B2DE;
}

.h1 {
  font-size: 3.05rem !important;
}

.h2 {
  font-size: 2.44rem !important;
}

.h3 {
  font-size: 1.95rem !important;
}

.h4 {
  font-size: 1.56rem !important;
}

.h5 {
  font-size: 1.25rem !important;
}

.h6 {
  font-size: 1rem !important;
  text-transform: uppercase !important;
}

h1, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select {
  font-size: 3.05rem;
  font-weight: 700;
}

h2 {
  font-size: 2.44rem;
  font-weight: 500;
}

h3 {
  font-size: 1.95rem;
  font-weight: 500;
}

h4 {
  font-size: 1.56rem;
  font-weight: 500;
}

h5 {
  font-size: 1.25rem;
  font-weight: 500;
}

h6 {
  font-size: 1rem;
  font-weight: 300;
}

p {
  font-size: 1rem;
  font-weight: 300;
  word-break: break-word;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  h1, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select {
    font-size: 2.44rem;
  }
  h2 {
    font-size: 1.95rem;
  }
  h3 {
    font-size: 1.56rem;
  }
  h4 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  h1, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 1.95rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.875rem;
  }
  p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
blockquote {
  background-color: rgba(0, 0, 0, 0.12);
  border-bottom-right-radius: 3px;
  border-left: 2px solid #33475B;
  border-top-right-radius: 3px;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 1.5rem;
  padding: 1rem;
  text-rendering: optimizeLegibility;
}

p + * {
  margin-top: 1rem;
}

label {
  color: #262626;
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  vertical-align: middle;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 767px) {
  label {
    font-size: 0.875rem;
  }
}
label p, label span {
  font-size: inherit !important;
  font-weight: inherit !important;
  margin: 0;
}

dl dt, dl dd {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
  margin: 0;
  padding: 0;
}
dl.inline-list dt, dl.inline-list dd {
  display: inline-block;
}

ul, ol {
  font-size: 1rem;
}
ul li, ol li {
  font-size: 16px;
  line-height: 1.5rem;
}
ul li.no-margin, ol li.no-margin {
  margin: 0;
}
ul.list-margin li, ol.list-margin li {
  margin-bottom: 2.25rem;
}
ul.list-no-margin li, ol.list-no-margin li {
  margin-bottom: 0 !important;
}
ul.reset-list, ol.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.inline-list li, ol.inline-list li {
  display: inline-block;
  float: none;
  margin-right: 8px;
}
ul.inline-list li:last-child, ol.inline-list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  ul.inline-list li, ol.inline-list li {
    margin-right: 0.75rem;
  }
}
ul.inline-list .separator, ol.inline-list .separator {
  margin: -0.75rem;
}
ul .default-list, ol .default-list {
  list-style: disc;
}
ul .default-list li:before, ul .default-list li:after, ol .default-list li:before, ol .default-list li:after {
  display: none !important;
}
ul.list-icon li i, ol.list-icon li i {
  color: #61B2DE;
  font-size: 1rem;
  margin-left: -16px;
}
ul.check-icon, ol.check-icon {
  margin-left: 30px;
  margin-top: 8px;
}
ul.check-icon li, ol.check-icon li {
  line-height: 1.5;
}
ul.check-icon li i, ol.check-icon li i {
  color: #61B2DE;
  font-size: 1.5rem;
  margin-left: -30px;
  margin-right: 8px;
}
ul.line-heightx1, ol.line-heightx1 {
  line-height: 1;
}
ul.line-heightx2, ol.line-heightx2 {
  line-height: 2;
}
ul.line-heightx3, ol.line-heightx3 {
  line-height: 3;
}

.inputWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
}
.inputWrapper div {
  position: relative;
}
.inputWrapper button {
  background-color: #FFFFFF;
  margin-left: 8px;
}
.inputWrapper button i {
  color: #61B2DE;
  font-size: 2.15rem;
}

.resetPM {
  margin: 0 !important;
  padding: 0 !important;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #61B2DE;
  cursor: pointer;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  text-decoration: none;
}
a:hover {
  color: #33475B;
}
a:focus {
  outline: none;
}
a label {
  color: inherit;
}
a label:hover {
  color: #33475B;
  cursor: pointer;
}

a.a-nav {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a.a-nav:hover {
  text-decoration: underline;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button,
.buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button,
a.button {
  font-family: "museo-sans", sans-serif;
}
button label,
.button label,
.buttonAction label,
.editCreateMemoPage .pageOptionsContainer ul li button label,
a.button label {
  color: inherit;
  font-family: "museo-sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}
button label:hover,
.button label:hover,
.buttonAction label:hover,
.editCreateMemoPage .pageOptionsContainer ul li button label:hover,
a.button label:hover {
  cursor: pointer;
}
button.padding,
.button.padding,
.padding.buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.padding,
a.button.padding {
  padding: 0.25rem 2rem 0 2rem !important;
}
button.no-padding,
.button.no-padding,
.no-padding.buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.no-padding,
a.button.no-padding {
  padding: 0;
}
button.no-background,
.button.no-background,
.no-background.buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.no-background,
a.button.no-background {
  background: none;
}
button.blank,
.button.blank,
.blank.buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.blank,
a.button.blank {
  background-color: transparent;
  padding-left: 1px;
  padding-right: 1px;
}
button.blankIcon,
.button.blankIcon,
.blankIcon.buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.blankIcon,
a.button.blankIcon {
  height: auto;
  line-height: 0;
  margin: 0;
  min-height: auto;
}
button.active,
.button.active,
.active.buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.active,
a.button.active {
  color: #61B2DE !important;
}
button.hide,
.button.hide,
.hide.buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.hide,
a.button.hide {
  display: none !important;
}
button.big,
.button.big,
.big.buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.big,
a.button.big {
  height: 3.5rem;
  padding: 0.5rem 3rem;
}

button.full-width, .editCreateMemoPage .pageOptionsContainer ul li button,
.button.full-width,
.full-width.buttonAction {
  width: 100%;
}

button.inline,
.button.inline,
.inline.buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.inline {
  display: inline-block;
}

button.animate,
.button.animate,
.animate.buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.animate {
  transition: background-color 0.8s ease-out;
}

button.animate:hover,
.button.animate:hover,
.animate.buttonAction:hover,
.editCreateMemoPage .pageOptionsContainer ul li button.animate:hover {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #61B2DE;
  color: #61B2DE;
}

.circle-button {
  width: 2.5rem;
  height: 2.5rem;
}

button.icon,
.button.icon,
.icon.buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.icon,
a.button.icon,
.circle-button {
  display: inline-block;
  color: #212121;
  border-radius: 5px;
  border: 1px solid transparent;
}
button.icon i,
.button.icon i,
.icon.buttonAction i,
.editCreateMemoPage .pageOptionsContainer ul li button.icon i,
a.button.icon i,
.circle-button i {
  font-size: 24px;
}
button.icon .privacyButtonIcon,
.button.icon .privacyButtonIcon,
.icon.buttonAction .privacyButtonIcon,
.editCreateMemoPage .pageOptionsContainer ul li button.icon .privacyButtonIcon,
a.button.icon .privacyButtonIcon,
.circle-button .privacyButtonIcon {
  display: none;
}
button.icon[data-privacy-status=private],
.button.icon[data-privacy-status=private],
.icon[data-privacy-status=private].buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.icon[data-privacy-status=private],
a.button.icon[data-privacy-status=private],
.circle-button[data-privacy-status=private] {
  color: #DF6365 !important;
}
button.icon[data-privacy-status=private] .privateButtonIcon,
.button.icon[data-privacy-status=private] .privateButtonIcon,
.icon[data-privacy-status=private].buttonAction .privateButtonIcon,
a.button.icon[data-privacy-status=private] .privateButtonIcon,
.circle-button[data-privacy-status=private] .privateButtonIcon {
  display: inline-block;
  margin-right: 0 !important;
}
button.icon[data-privacy-status=semipublic],
.button.icon[data-privacy-status=semipublic],
.icon[data-privacy-status=semipublic].buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.icon[data-privacy-status=semipublic],
a.button.icon[data-privacy-status=semipublic],
.circle-button[data-privacy-status=semipublic] {
  color: #FFAA00 !important;
}
button.icon[data-privacy-status=semipublic] .semipublicButtonIcon,
.button.icon[data-privacy-status=semipublic] .semipublicButtonIcon,
.icon[data-privacy-status=semipublic].buttonAction .semipublicButtonIcon,
a.button.icon[data-privacy-status=semipublic] .semipublicButtonIcon,
.circle-button[data-privacy-status=semipublic] .semipublicButtonIcon {
  display: inline-block;
  margin-right: 0 !important;
}
button.icon[data-privacy-status=public],
.button.icon[data-privacy-status=public],
.icon[data-privacy-status=public].buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.icon[data-privacy-status=public],
a.button.icon[data-privacy-status=public],
.circle-button[data-privacy-status=public] {
  color: #55B5AC !important;
}
button.icon[data-privacy-status=public] .publicButtonIcon,
.button.icon[data-privacy-status=public] .publicButtonIcon,
.icon[data-privacy-status=public].buttonAction .publicButtonIcon,
a.button.icon[data-privacy-status=public] .publicButtonIcon,
.circle-button[data-privacy-status=public] .publicButtonIcon {
  display: inline-block;
  margin-right: 0 !important;
}
button.icon[data-user-favorite-file=true] .notFavoriteIcon,
.button.icon[data-user-favorite-file=true] .notFavoriteIcon,
.icon[data-user-favorite-file=true].buttonAction .notFavoriteIcon,
a.button.icon[data-user-favorite-file=true] .notFavoriteIcon,
.circle-button[data-user-favorite-file=true] .notFavoriteIcon {
  display: none;
}
button.icon[data-user-favorite-file=true] .isFavoriteIcon,
.button.icon[data-user-favorite-file=true] .isFavoriteIcon,
.icon[data-user-favorite-file=true].buttonAction .isFavoriteIcon,
a.button.icon[data-user-favorite-file=true] .isFavoriteIcon,
.circle-button[data-user-favorite-file=true] .isFavoriteIcon {
  display: inline-block;
  color: #61B2DE !important;
}
button.icon[data-user-favorite-file=false] .notFavoriteIcon,
.button.icon[data-user-favorite-file=false] .notFavoriteIcon,
.icon[data-user-favorite-file=false].buttonAction .notFavoriteIcon,
a.button.icon[data-user-favorite-file=false] .notFavoriteIcon,
.circle-button[data-user-favorite-file=false] .notFavoriteIcon {
  display: inline-block;
}
button.icon[data-user-favorite-file=false] .isFavoriteIcon,
.button.icon[data-user-favorite-file=false] .isFavoriteIcon,
.icon[data-user-favorite-file=false].buttonAction .isFavoriteIcon,
a.button.icon[data-user-favorite-file=false] .isFavoriteIcon,
.circle-button[data-user-favorite-file=false] .isFavoriteIcon {
  display: none;
}
button.icon[data-owner-favorite-file=true] .notFavoriteIcon,
.button.icon[data-owner-favorite-file=true] .notFavoriteIcon,
.icon[data-owner-favorite-file=true].buttonAction .notFavoriteIcon,
a.button.icon[data-owner-favorite-file=true] .notFavoriteIcon,
.circle-button[data-owner-favorite-file=true] .notFavoriteIcon {
  display: none;
}
button.icon[data-owner-favorite-file=true] .isFavoriteIcon,
.button.icon[data-owner-favorite-file=true] .isFavoriteIcon,
.icon[data-owner-favorite-file=true].buttonAction .isFavoriteIcon,
a.button.icon[data-owner-favorite-file=true] .isFavoriteIcon,
.circle-button[data-owner-favorite-file=true] .isFavoriteIcon {
  display: inline-block;
}
button.icon .locationButtonIcon,
.button.icon .locationButtonIcon,
.icon.buttonAction .locationButtonIcon,
.editCreateMemoPage .pageOptionsContainer ul li button.icon .locationButtonIcon,
a.button.icon .locationButtonIcon,
.circle-button .locationButtonIcon {
  display: none;
}
button.icon[data-memo-location=personal],
.button.icon[data-memo-location=personal],
.icon[data-memo-location=personal].buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.icon[data-memo-location=personal],
a.button.icon[data-memo-location=personal],
.circle-button[data-memo-location=personal] {
  color: #DF6365;
  border-color: #DF6365;
}
button.icon[data-memo-location=personal] .personButtonIcon,
.button.icon[data-memo-location=personal] .personButtonIcon,
.icon[data-memo-location=personal].buttonAction .personButtonIcon,
a.button.icon[data-memo-location=personal] .personButtonIcon,
.circle-button[data-memo-location=personal] .personButtonIcon {
  display: inline-block;
}
button.icon[data-memo-location=entity],
.button.icon[data-memo-location=entity],
.icon[data-memo-location=entity].buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.icon[data-memo-location=entity],
a.button.icon[data-memo-location=entity],
.circle-button[data-memo-location=entity] {
  color: #61B2DE;
  border-color: #61B2DE;
}
button.icon[data-memo-location=entity] .businessButtonIcon,
.button.icon[data-memo-location=entity] .businessButtonIcon,
.icon[data-memo-location=entity].buttonAction .businessButtonIcon,
a.button.icon[data-memo-location=entity] .businessButtonIcon,
.circle-button[data-memo-location=entity] .businessButtonIcon {
  display: inline-block;
}
button.icon[data-user-interest],
.button.icon[data-user-interest],
.icon[data-user-interest].buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.icon[data-user-interest],
a.button.icon[data-user-interest],
.circle-button[data-user-interest] {
  font-size: 10px;
}
button.icon[data-user-interest=none] .noInterest,
.button.icon[data-user-interest=none] .noInterest,
.icon[data-user-interest=none].buttonAction .noInterest,
a.button.icon[data-user-interest=none] .noInterest,
.circle-button[data-user-interest=none] .noInterest {
  display: inline-block;
}
button.icon[data-user-interest=none] .isInterest,
.button.icon[data-user-interest=none] .isInterest,
.icon[data-user-interest=none].buttonAction .isInterest,
a.button.icon[data-user-interest=none] .isInterest,
.circle-button[data-user-interest=none] .isInterest {
  display: none;
}
button.icon[data-user-interest=low] .noInterest,
.button.icon[data-user-interest=low] .noInterest,
.icon[data-user-interest=low].buttonAction .noInterest,
a.button.icon[data-user-interest=low] .noInterest,
.circle-button[data-user-interest=low] .noInterest {
  display: none;
}
button.icon[data-user-interest=low] .isInterest,
.button.icon[data-user-interest=low] .isInterest,
.icon[data-user-interest=low].buttonAction .isInterest,
a.button.icon[data-user-interest=low] .isInterest,
.circle-button[data-user-interest=low] .isInterest {
  display: inline-block;
}
button.icon[data-user-interest=high] .noInterest,
.button.icon[data-user-interest=high] .noInterest,
.icon[data-user-interest=high].buttonAction .noInterest,
a.button.icon[data-user-interest=high] .noInterest,
.circle-button[data-user-interest=high] .noInterest {
  display: none;
}
button.icon[data-user-interest=high] .isInterest,
.button.icon[data-user-interest=high] .isInterest,
.icon[data-user-interest=high].buttonAction .isInterest,
a.button.icon[data-user-interest=high] .isInterest,
.circle-button[data-user-interest=high] .isInterest {
  display: inline-block;
}
button.icon[data-attachmant-status=false],
.button.icon[data-attachmant-status=false],
.icon[data-attachmant-status=false].buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.icon[data-attachmant-status=false],
a.button.icon[data-attachmant-status=false],
.circle-button[data-attachmant-status=false] {
  opacity: 0.25;
}
button.icon:hover,
.button.icon:hover,
.icon.buttonAction:hover,
.editCreateMemoPage .pageOptionsContainer ul li button.icon:hover,
a.button.icon:hover,
.circle-button:hover {
  color: #61B2DE;
  border: 1px solid #61B2DE;
  background-color: #F4FBFF;
}
button.icon:active,
.button.icon:active,
.icon.buttonAction:active,
.editCreateMemoPage .pageOptionsContainer ul li button.icon:active,
a.button.icon:active,
.circle-button:active {
  background-color: #33475B;
  border: 1px solid #33475B;
  color: #FFFFFF;
}
button.icon._moreActionButton,
.button.icon._moreActionButton,
.icon._moreActionButton.buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.icon._moreActionButton,
a.button.icon._moreActionButton,
.circle-button._moreActionButton {
  border: 1px solid transparent;
  box-shadow: none;
}
button.icon._moreActionButton:hover,
.button.icon._moreActionButton:hover,
.icon._moreActionButton.buttonAction:hover,
a.button.icon._moreActionButton:hover,
.circle-button._moreActionButton:hover {
  color: #176da1;
  border: 1px solid rgba(39, 122, 173, 0.862745098);
}
button.icon._moreActionButton:active,
.button.icon._moreActionButton:active,
.icon._moreActionButton.buttonAction:active,
a.button.icon._moreActionButton:active,
.circle-button._moreActionButton:active {
  background-color: #33475B;
  color: #FFFFFF;
}
button.icon._floatingEditMemoButton,
.button.icon._floatingEditMemoButton,
.icon._floatingEditMemoButton.buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.icon._floatingEditMemoButton,
a.button.icon._floatingEditMemoButton,
.circle-button._floatingEditMemoButton {
  transition: all 0.1s ease-in-out;
  border-radius: 50%;
  border: none;
  background-color: #61B2DE;
  bottom: 85px;
  color: white;
  float: right;
  height: 50px;
  right: 16px;
  width: 50px;
}
@media screen and (max-width: 768px) {
  button.icon._floatingEditMemoButton,
  .button.icon._floatingEditMemoButton,
  .icon._floatingEditMemoButton.buttonAction,
  .editCreateMemoPage .pageOptionsContainer ul li button.icon._floatingEditMemoButton,
  a.button.icon._floatingEditMemoButton,
  .circle-button._floatingEditMemoButton {
    bottom: 195px;
  }
}
button.icon._floatingEditMemoButton:hover,
.button.icon._floatingEditMemoButton:hover,
.icon._floatingEditMemoButton.buttonAction:hover,
a.button.icon._floatingEditMemoButton:hover,
.circle-button._floatingEditMemoButton:hover {
  background-color: #33475B;
}
button.icon._floatingEditMemoButton:active,
.button.icon._floatingEditMemoButton:active,
.icon._floatingEditMemoButton.buttonAction:active,
a.button.icon._floatingEditMemoButton:active,
.circle-button._floatingEditMemoButton:active {
  background-color: rgba(97, 178, 222, 0.7);
}
button.icon._floatingEditMemoButton i,
.button.icon._floatingEditMemoButton i,
.icon._floatingEditMemoButton.buttonAction i,
.editCreateMemoPage .pageOptionsContainer ul li button.icon._floatingEditMemoButton i,
a.button.icon._floatingEditMemoButton i,
.circle-button._floatingEditMemoButton i {
  font-size: 22px;
  margin-bottom: 1px;
  width: 24px !important;
}
button.icon._blueIcon,
.button.icon._blueIcon,
.icon._blueIcon.buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.icon._blueIcon,
a.button.icon._blueIcon,
.circle-button._blueIcon {
  color: #61B2DE;
}
button.icon._blueIcon .budicon-plus-sign-square-shady::before,
.button.icon._blueIcon .budicon-plus-sign-square-shady::before,
.icon._blueIcon.buttonAction .budicon-plus-sign-square-shady::before,
a.button.icon._blueIcon .budicon-plus-sign-square-shady::before,
.circle-button._blueIcon .budicon-plus-sign-square-shady::before {
  color: rgba(97, 178, 222, 0.2);
}
button.icon._littleMargin,
.button.icon._littleMargin,
.icon._littleMargin.buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.icon._littleMargin,
a.button.icon._littleMargin,
.circle-button._littleMargin {
  margin-top: 8px;
}

a.button.icon i:hover, a.icon.buttonAction i:hover {
  font-size: 24px;
  width: 24px;
}
a.button.icon:hover, a.icon.buttonAction:hover {
  color: inherit;
  border: none;
  background-color: transparent;
}

button.disabled,
.button.disabled,
.disabled.buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.disabled,
.button[disabled],
[disabled].buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button[disabled],
button[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.25;
}

button.button-inline-add,
.button.button-inline-add,
.button-inline-add.buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.button-inline-add {
  background-color: #61B2DE;
  border: 2px solid #FFFFFF;
  border-radius: 24px;
  color: #FFFFFF;
  height: 32px;
  line-height: 2rem;
  padding: 0;
  position: absolute;
  right: 0.25rem;
  top: 23px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

button.button-inline-add:hover,
.button.button-inline-add:hover,
.button-inline-add.buttonAction:hover,
.editCreateMemoPage .pageOptionsContainer ul li button.button-inline-add:hover {
  border: 2px solid #33475B;
}

button.text-icon, .fileData .upFileItem .fileMoreOptions button,
.fileData .fileDetailsItem .fileMoreOptions button,
.fileDetails .upFileItem .fileMoreOptions button,
.fileDetails .fileDetailsItem .fileMoreOptions button,
.button.text-icon,
.text-icon.buttonAction,
.editCreateMemoPage .pageOptionsContainer ul li button.text-icon {
  text-align: left;
  color: #212121;
}
button.text-icon .material-icons, .fileData .upFileItem .fileMoreOptions button .material-icons,
.fileData .fileDetailsItem .fileMoreOptions button .material-icons,
.fileDetails .upFileItem .fileMoreOptions button .material-icons,
.fileDetails .fileDetailsItem .fileMoreOptions button .material-icons,
.button.text-icon .material-icons,
.text-icon.buttonAction .material-icons,
.editCreateMemoPage .pageOptionsContainer ul li button.text-icon .material-icons {
  vertical-align: middle;
}
button.text-icon i, .fileData .upFileItem .fileMoreOptions button i,
.fileData .fileDetailsItem .fileMoreOptions button i,
.fileDetails .upFileItem .fileMoreOptions button i,
.fileDetails .fileDetailsItem .fileMoreOptions button i, button.text-icon .fa, .fileData .upFileItem .fileMoreOptions button .fa,
.fileData .fileDetailsItem .fileMoreOptions button .fa,
.fileDetails .upFileItem .fileMoreOptions button .fa,
.fileDetails .fileDetailsItem .fileMoreOptions button .fa,
.button.text-icon i,
.text-icon.buttonAction i,
.editCreateMemoPage .pageOptionsContainer ul li button.text-icon i,
.button.text-icon .fa,
.text-icon.buttonAction .fa,
.editCreateMemoPage .pageOptionsContainer ul li button.text-icon .fa {
  font-size: 24px;
  margin-right: 10px;
  text-align: center;
  width: 24px;
}
button.text-icon span, .fileData .upFileItem .fileMoreOptions button span,
.fileData .fileDetailsItem .fileMoreOptions button span,
.fileDetails .upFileItem .fileMoreOptions button span,
.fileDetails .fileDetailsItem .fileMoreOptions button span,
.button.text-icon span,
.text-icon.buttonAction span,
.editCreateMemoPage .pageOptionsContainer ul li button.text-icon span {
  font-size: 1.25rem;
  font-weight: 300;
}

i {
  vertical-align: middle;
}

.bigCheckboxButtonWrapper {
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
  background: #FFFFFF;
  border: 1px solid #CDD6E2;
  border-radius: 4px;
  width: 100%;
  align-items: center;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
  .bigCheckboxButtonWrapper {
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .bigCheckboxButtonWrapper {
    margin-bottom: 20px;
  }
}
.bigCheckboxButtonWrapper:hover {
  background: #F4FBFF;
}
.bigCheckboxButtonWrapper.active {
  border: 1px solid #61B2DE;
  background: #F6F6F6;
  color: #262626 !important;
}
.bigCheckboxButtonWrapper:focus {
  border: 1px solid #61B2DE;
}
.bigCheckboxButtonWrapper button i, .bigCheckboxButtonWrapper a i {
  font-size: 21px;
  margin-right: 10px;
  margin-top: 2px;
}
.bigCheckboxButtonWrapper label {
  display: block;
  margin-left: 36px;
  margin-top: -10px;
}

.iconBorder {
  border-radius: 5px;
  border: 5px solid #212121;
  display: inline-block;
  padding: 5px 15px;
}

.inlineIcon.upmMenuIcon {
  background: rgba(97, 178, 222, 0.9);
  border-radius: 50%;
  color: #FFFFFF;
  display: inline-block;
  font-size: 10px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 24px;
}
.inlineIcon.spaceIcon {
  border-radius: 3px;
  border: 1px solid #AAAAAA;
  display: inline-block;
  font-size: 11px;
  line-height: 17px;
  padding: 0 10px;
  text-transform: uppercase;
}

/* Forms & Selection
–––––––––––––––––––––––––––––––––––––––––––––––––– */
form {
  margin: 1rem 0;
  position: relative;
}

input,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid #61B2DE;
  font-size: 1rem;
  font-family: "museo-sans", sans-serif !important;
  transition: all 0.15s ease-out;
  background-color: #FFFFFF;
  color: #262626;
  display: block;
  margin: 8px 0;
  font-weight: 300;
  height: 40px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
input:focus,
textarea:focus {
  border-color: rgba(0, 156, 228, 0.5019607843);
  box-shadow: 0 0 4px 1px rgba(0, 208, 228, 0.3), 0 0 0 1px #61B2DE;
  outline: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999;
}
input::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #999999;
}
input:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
  color: #999999;
}

.disabled, [disabled] {
  cursor: not-allowed !important;
  opacity: 0.35 !important;
  pointer-events: none !important;
}

textarea {
  min-height: 6rem !important;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url("../images/arrow-blue-select.svg") no-repeat;
  background-size: 15px;
  background-position: calc(100% - 12px);
  box-sizing: border-box;
  padding: 0 1rem;
  border-radius: 4px;
  border: 1px solid #61B2DE;
  font-size: 1rem;
  font-family: "museo-sans", sans-serif !important;
  transition: all 0.15s ease-out;
  background-color: #FFFFFF;
  color: #262626;
  display: block;
  margin: 0.5rem 0;
  font-weight: 300;
  height: 42px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
select:focus {
  border-color: rgba(0, 156, 228, 0.5019607843);
  box-shadow: 0 0 4px 1px rgba(0, 208, 228, 0.3), 0 0 0 1px #00b6e4;
  outline: 0;
}
select._selectInsideInput {
  position: absolute;
  width: 28%;
  z-index: 1;
}

label div {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: inherit;
}

label div div {
  display: inline;
  vertical-align: middle;
}

label div div:last-of-type {
  display: inline-block;
  max-width: 80%;
  padding-left: 0.5em;
}

.error + label {
  color: red;
}

.error:focus {
  border-bottom: 2px solid red;
}

input[type=radio],
input[type=checkbox] {
  border: 0;
  cursor: pointer;
  left: 0;
  margin: 0em;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

input[type=radio] + label,
input[type=checkbox] + label {
  border: 0;
  display: block;
  height: 100%;
  margin: 0 !important;
  position: relative;
  z-index: 0;
}
input[type=radio] + label i,
input[type=checkbox] + label i {
  color: #262626;
  font-size: 1.8rem;
}

input[type=radio]:checked + label,
input[type=checkbox]:checked + label {
  color: inherit;
}
input[type=radio]:checked + label i,
input[type=checkbox]:checked + label i {
  color: #33475B;
}

input[type=checkbox]:checked + label div div .checkbox-unchecked {
  display: none;
}

input[type=checkbox] + label div div .checkbox-checked {
  display: none;
}

input[type=checkbox]:checked + label div div .checkbox-checked {
  display: inline;
}

input[type=radio]:hover + label,
input[type=checkbox]:hover + label {
  color: inherit;
}

.checkboxLabel {
  line-height: 25px;
}

.error {
  color: #DF6365;
  margin: 0.75rem 0;
  min-height: 3rem;
}

hr {
  background-color: rgba(0, 0, 0, 0.07);
  border: none;
  height: 1px;
}

.label-smallIcon i {
  font-size: 12px;
}

/* Empty states
__________________________________________________*/
.empty-state {
  color: #777777;
  margin: 3rem;
  text-align: center;
}
.empty-state.hide {
  display: none;
}
.empty-state label {
  color: #262626;
  font-size: 1.2rem;
}
.empty-state h3 {
  text-align: center;
  font-size: 2.438rem;
  letter-spacing: 0px;
  color: #262626;
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .empty-state h3 {
    font-size: 1.25rem;
    margin-bottom: 50px;
  }
}
.empty-state h3::before {
  position: absolute;
  bottom: -40px;
  width: 100px;
  height: 1px;
  background: #000;
  content: "";
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .empty-state h3::before {
    bottom: -20px;
  }
}
.empty-state h4 {
  font-size: 1.2rem;
  color: #262626;
}
@media only screen and (max-width: 767px) {
  .empty-state h4 {
    font-size: 1rem;
  }
}

.no--products--div {
  background: #F6F6F6;
  border: 1px solid #A8AAA9;
  border-radius: 8px;
  padding: 100px 0;
  margin: 9rem;
}
@media screen and (max-width: 767px) {
  .no--products--div {
    margin: 1.5rem;
    padding: 30px !important;
  }
}

.no--groups--div {
  background: #F6F6F6;
  border: 1px solid #A8AAA9;
  border-radius: 8px;
  padding: 100px 0;
  margin: 9rem;
}
@media screen and (max-width: 767px) {
  .no--groups--div {
    margin: 1.5rem;
    padding: 30px !important;
  }
}

.notifications--empty--state {
  background: #F6F6F6;
  border: 1px solid #A8AAA9;
  border-radius: 8px;
  padding: 100px 0 !important;
  margin: 9rem;
}
@media screen and (max-width: 767px) {
  .notifications--empty--state {
    margin: 1.5rem;
    padding: 30px !important;
  }
}

.no--logs--empty--state {
  background: #F6F6F6;
  border: 1px solid #A8AAA9;
  border-radius: 8px;
  padding: 100px 0 !important;
  margin: 9rem;
}
@media screen and (max-width: 767px) {
  .no--logs--empty--state {
    margin: 1.5rem;
    padding: 30px !important;
  }
}

.no--tags--empty--state {
  background: #F6F6F6;
  border: 1px solid #A8AAA9;
  border-radius: 8px;
  padding: 100px 0 !important;
  margin: 9rem;
  clear: both;
}
@media screen and (max-width: 767px) {
  .no--tags--empty--state {
    margin: 1.5rem;
    padding: 30px !important;
  }
}

.no--portfolios--div {
  background: #F6F6F6;
  border: 1px solid #A8AAA9;
  border-radius: 8px;
  padding: 100px 0 !important;
  margin: 9rem;
}
@media screen and (max-width: 767px) {
  .no--portfolios--div {
    margin: 1.5rem;
    padding: 30px !important;
  }
}

.no--emails--empty--state {
  background: #F6F6F6;
  border: 1px solid #A8AAA9;
  border-radius: 8px;
  padding: 100px 0 !important;
  margin: 9rem;
}
@media screen and (max-width: 767px) {
  .no--emails--empty--state {
    margin: 1.5rem;
    padding: 30px !important;
  }
}

.no--files--div {
  background: #F6F6F6;
  border: 1px solid #A8AAA9;
  border-radius: 8px;
  padding: 100px 0 !important;
  margin: 9rem;
}
@media screen and (max-width: 767px) {
  .no--files--div {
    margin: 1.5rem;
    padding: 30px !important;
  }
}

.no--contributors--div {
  background: #F6F6F6;
  border: 1px solid #A8AAA9;
  border-radius: 8px;
  padding: 100px 0 !important;
  margin: 9rem;
}
@media screen and (max-width: 767px) {
  .no--contributors--div {
    margin: 1.5rem;
    padding: 30px !important;
  }
}

.no--address--book {
  background: #F6F6F6;
  border: 1px solid #A8AAA9;
  border-radius: 8px;
  padding: 100px 0 !important;
  margin: 9rem;
}
@media screen and (max-width: 767px) {
  .no--address--book {
    margin: 1.5rem;
    padding: 30px !important;
  }
}

.no--invite--list {
  background: #F6F6F6;
  border: 1px solid #A8AAA9;
  border-radius: 8px;
  padding: 100px 0 !important;
}
@media screen and (max-width: 767px) {
  .no--invite--list {
    padding: 30px !important;
  }
}

.no-fund-message {
  background: #F6F6F6;
  border: 1px solid #A8AAA9;
  border-radius: 8px;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .no-fund-message {
    padding: 30px !important;
  }
}

.no--binder--message {
  background: #F6F6F6;
  border: 1px solid #A8AAA9;
  border-radius: 8px;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .no--binder--message {
    padding: 30px !important;
  }
}

/* Table
__________________________________________________*/
table {
  width: 100%;
  border-collapse: collapse;
}
table th {
  border-bottom: 1px solid #e3e3e3;
  color: #666666;
  font-weight: 700;
  height: inherit;
  max-width: 14rem;
  min-width: 2rem;
  padding: 0.75rem;
  text-align: left;
  vertical-align: middle;
  width: auto;
}
@media screen and (max-width: 767px) {
  table th {
    padding: 0.625rem;
  }
}
table td {
  font-weight: 300;
  height: inherit;
  max-width: 14rem;
  min-width: 2rem;
  overflow: hidden;
  padding: 0.75rem;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: auto;
}
@media screen and (max-width: 767px) {
  table td {
    padding: 0.625rem;
  }
}
table td span {
  display: inline;
}
table td button,
table td .button,
table td .buttonAction,
table td .editCreateMemoPage .pageOptionsContainer ul li button,
.editCreateMemoPage .pageOptionsContainer ul li table td button {
  background-color: transparent;
  margin: 0;
  padding: 3px;
}
table td ul, table td dl, table td ol {
  margin: 0 !important;
}
table tr {
  border-bottom: 1px solid #E3E3E3;
}
table tr:last-child {
  border-bottom: 1px solid transparent;
}
table .table-icon {
  width: auto;
  text-align: right;
}
table .table-icon:hover {
  cursor: pointer;
}
table .table-icon button {
  display: flex;
  margin: 0 0 0 auto;
}
table .table-icon .dist-remove-icon {
  display: flex;
  justify-content: center;
}
table .email-filed {
  width: 200px;
}
table.table-hover tr:hover, table.table--hover tr:hover {
  background-color: white !important;
}
table.table-no-border tr {
  border-bottom: none;
}
table.table-no-border tr td {
  border-bottom: none;
}
table.table-bottom-border td {
  border-bottom: 5px solid transparent !important;
  padding: 0.75rem 1.563rem;
}
@media screen and (max-width: 767px) {
  table.table-bottom-border td {
    padding: 0.75rem 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .table-responsive {
    overflow: auto;
  }
  .table-responsive::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    background: #61B2DE;
    border-radius: 30px;
  }
  .table-responsive::-webkit-scrollbar-track {
    background: rgb(237, 237, 237);
  }
}

.flexLayout {
  display: flex;
  flex-basis: auto;
}
.flexLayout .flexColumn {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 60px;
}
.flexLayout .flexColumn:first-child {
  padding-left: 0;
}
.flexLayout .flexColumn:last-child {
  padding-right: 0;
}
.flexLayout .flexColumn.singleChild {
  padding-right: 60px;
}
.flexLayout.columns-2 .flexColumn {
  flex-grow: 0;
  flex-basis: 50%;
}
.flexLayout.columns-3 .flexColumn {
  flex-grow: 0;
  flex-basis: 33%;
}
.flexLayout.margin-bottom-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 680px) {
  .flexLayout .flexColumn {
    padding: 0 24px;
  }
  .flexLayout.columns-2 .flexColumn {
    flex-grow: 1;
    flex-basis: 100%;
  }
  .flexLayout.columns-3 .flexColumn {
    flex-grow: 1;
    flex-basis: 100%;
  }
}

.flexEnd {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.flexStart {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.flexCenter {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.flexAlignCenter {
  align-items: center;
}

.flexAuto {
  flex: auto !important;
}

.flexGrow {
  flex-grow: 1;
}

/* Drop zones
__________________________________________________*/
.dropZone {
  position: absolute;
  top: auto !important;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(0);
  transition: all 1s ease-in-out;
  background-color: #FAFAFA;
  height: 200px;
  z-index: 8000;
}
.dropZone .flex {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  height: 100%;
  width: 100%;
}
.dropZone.show {
  height: 100%;
}
.dropZone.notVisible {
  height: 0;
  overflow: hidden;
}
.dropZone [data-message-container] {
  display: none;
}
.dropZone[data-message-status=info] [data-message-container=info] {
  display: block;
}
.dropZone[data-message-status=uploading] [data-message-container=uploading] {
  display: block;
  color: #212121;
}
.dropZone[data-message-status=finished] [data-message-container=finished] {
  display: block;
  color: #09B79E;
}

/* Tabs
__________________________________________________*/
.tabs .tab-title {
  margin: 0.3rem;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 6px 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .tabs .tab-title {
    padding: 5px 10px;
  }
}
.tabs .tab-title a {
  color: #666666;
  display: block;
  font-weight: 300;
}
.tabs .tab-title:hover {
  background: #F4FBFF;
}
.tabs .tab-title:hover a {
  color: #262626;
}
.tabs .tab-title.active {
  border: 1px solid #61B2DE;
}
.tabs .tab-title.active:hover {
  background: none;
}
.tabs .tab-title.active a {
  color: #262626;
  font-weight: 500;
}

.tabs-content .content {
  padding-top: 1.5rem;
  display: none;
}
.tabs-content .content.active {
  display: block;
}
.tabs-content .content.active.dates_spacing {
  padding-top: 0;
}
.tabs-content .content.active .search-tab-content__label {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 27rem;
  grid-template-columns: 1fr 27rem;
}
.tabs-content .content.active .search-tab-content__label .search-tab-content__label__name {
  color: #999999;
}
.tabs-content .content.active .search-tab-content__label .search-tab-content__label__name.search-tab-content__label__name__docList {
  -ms-grid-column-align: start;
  justify-self: start;
  padding-left: 4.5rem;
}
@media screen and (min-width: 769px) {
  .tabs-content .content.active .search-tab-content__label .search-tab-content__label__name.search-tab-content__label__name__docList {
    -ms-grid-column-align: end;
    justify-self: end;
    padding-right: 0.375rem;
  }
}
.tabs-content .content.active .search-tab-content__label .search-tab-content__label__name.search-tab-content__label__name__context-hybrid {
  -ms-grid-column-align: start;
  justify-self: start;
  padding-left: 1.35rem;
}
.tabs-content .content.active .search-tab-content__label .search-tab-content__label__name__empty-state span {
  display: none;
}
.tabs-content .content .Calendar-navigation {
  margin-top: 32px;
}
.tabs-content .content .Calendar-navigation .Grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.tabs-content .content .Calendar-navigation .Grid .u-sizeFit {
  flex-basis: auto;
}
.tabs-content .content .Calendar-navigation .Grid .u-sizeFit span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tabs-content .content .Calendar-navigation .Grid .u-sizeFit span i {
  cursor: pointer;
  font-size: 30px;
  stroke-width: 2px;
  stroke-color: #212121;
}
.tabs-content .content .Calendar-navigation .Grid .u-sizeFill {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-self: center;
  margin: 0 24px;
  min-width: 150px;
}
.tabs-content .content .Calendar-navigation .Grid .u-sizeFill h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}
.tabs-content .content .Calendar-navigation .Grid .activeGroupingHeader-container {
  margin: 0;
}
.tabs-content .content .Calendar-navigation .Grid .sideGroupingHeader-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-self: center;
  margin: 0 24px;
  opacity: 0.5;
  min-width: 80px;
}
.tabs-content .content .Calendar-navigation .Grid .sideGroupingHeader-container:hover {
  opacity: 1;
  cursor: pointer;
}
.tabs-content .content .Calendar-navigation .Grid .sideGroupingHeader-container h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .tabs-content .content .Calendar-navigation .Grid .sideGroupingHeader-container {
    margin: 0;
  }
  .tabs-content .content .Calendar-navigation .Grid .sideGroupingHeader-container h2 {
    font-size: 14px;
  }
  .tabs-content .content .Calendar-navigation .Grid .u-sizeFill {
    margin: 0;
  }
  .tabs-content .content .Calendar-navigation .Grid .u-sizeFill h2 {
    font-size: 20px;
  }
}
.tabs-content .content .Calendar-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #F5F5F5;
  height: 100%;
  margin: 16px -800px;
}
@media screen and (max-width: 1000px) {
  .tabs-content .content .Calendar-wrapper {
    margin: 16px -16px;
  }
}
.tabs-content .content .Calendar-wrapper .Calendar-dates {
  align-self: center;
  padding: 19px 40px;
  width: 100%;
  margin: 0 auto;
}
.tabs-content .content .Calendar-wrapper .Calendar-dates._weeks {
  align-self: center;
  width: 1053px;
}
.tabs-content .content .Calendar-wrapper .Calendar-dates .Grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tabs-content .content .Calendar-wrapper .Calendar-dates .Grid .u-l-SizeFill {
  border-radius: 4px;
  height: 32px;
  margin: 5px;
  padding: 6px;
  width: 32px;
}
@media screen and (max-width: 768) {
  .tabs-content .content .Calendar-wrapper .Calendar-dates .Grid .u-l-SizeFill._years {
    height: 28px;
    margin: 4px;
    width: 28px;
  }
}
.tabs-content .content .Calendar-wrapper .Calendar-dates .Grid .u-l-SizeFill._weeks {
  height: 2rem;
  margin: 6px 4px;
  width: 2rem;
  padding: 0;
}
.tabs-content .content .Calendar-wrapper .Calendar-dates .Grid .u-l-SizeFill._months {
  width: 48px;
}
.tabs-content .content .Calendar-wrapper .Calendar-dates .Grid .u-l-SizeFill._active {
  background-color: #61B2DE;
  color: #FFFFFF;
}
.tabs-content .content .Calendar-wrapper .Calendar-dates .Grid .u-l-SizeFill .current_date {
  height: 6px;
  margin-left: 7px;
  margin-top: -13px;
  position: absolute;
  width: 6px;
}
.tabs-content .content .Calendar-wrapper .Calendar-dates .Grid .u-l-SizeFill .current_date._months {
  margin-left: 16px;
}
.tabs-content .content .Calendar-wrapper .Calendar-dates .Grid .u-l-SizeFill .current_date._weeks {
  margin-left: 11px;
  margin-top: -6px;
}
.tabs-content .content .Calendar-wrapper .Calendar-dates .Grid .u-l-SizeFill .date-selector {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  height: 100%;
}
.tabs-content .content .Calendar-wrapper .Calendar-dates .Grid .u-l-SizeFill .date-selector._disabled {
  cursor: text;
  color: #999999;
}

/* Accordion
__________________________________________________*/
.accordion .accordion-navigation {
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid #e1e1e1;
  padding: 1rem 0;
}
.accordion .accordion-navigation > a i {
  transition: all 0.4s ease-in-out;
}
.accordion .accordion-navigation.active .accordion-expand {
  transition: all 0.4s ease-in-out;
  transform: rotate(90deg);
}
.accordion .accordion-navigation .content {
  transition: all 0.75s ease-in;
  max-height: 0;
  overflow: hidden;
  padding: 0 !important;
}
.accordion .accordion-navigation .content.active {
  transition: all 0.7s ease-in-out;
  padding: 1rem 0;
  margin-top: 12px;
  max-height: 100000px;
  overflow: visible;
}
.accordion .accordion-navigation .number-of-files {
  color: #888888;
  margin-left: 8px;
}
.accordion .accordion-navigation .accordian-right-icon-container {
  float: right;
  width: 25px;
}
@media screen and (max-width: 768px) {
  .accordion .accordion-navigation .accordian-right-icon-container {
    display: none;
  }
}
.accordion .accordion-navigation .accordian-right-icon-container i {
  cursor: pointer;
  display: flex;
  margin: 0 !important;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.accordion .accordion-navigation .accordian-right-icon-container i:hover {
  transition: all 0.3s ease-in-out;
  color: #76ADD1;
}

.iconContainer {
  background: url(../images/svgIcons/upmSearchIcon.svg) 50% 50% no-repeat;
  display: inline-block;
  height: 24px;
  width: 24px;
}
.iconContainer.whiteIcon {
  background: url(../images/svgIcons/upmSearchIcon_white.svg) 50% 50% no-repeat;
}
.iconContainer.blueIcon {
  background: url(../images/svgIcons/upmSearchIcon_blue.svg) 50% 50% no-repeat;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.noAccessMessageContainer .noAccessPageOptions {
  text-align: center;
}
.noAccessMessageContainer .noAccessPageOptions:before, .noAccessMessageContainer .noAccessPageOptions:after {
  content: " ";
  display: table;
}
.noAccessMessageContainer .noAccessPageOptions:after {
  clear: both;
}
.noAccessMessageContainer .requestAccessButton i {
  margin-right: 7px;
}
.noAccessMessageContainer .requestAccessButton:hover {
  color: #FFFFFF;
}
.noAccessMessageContainer .requestAccessButton:hover i {
  color: #FFFFFF;
}
.noAccessMessageContainer .requestAccessButton .requestAccess {
  display: block;
}
.noAccessMessageContainer .requestAccessButton .requestSending {
  display: none;
}
.noAccessMessageContainer .requestAccessButton .requestSend {
  display: none;
}
.noAccessMessageContainer .requestAccessButton.sendingEmail {
  pointer-events: none;
  opacity: 0.5;
}
.noAccessMessageContainer .requestAccessButton.sendingEmail .requestAccess {
  display: none;
}
.noAccessMessageContainer .requestAccessButton.sendingEmail .requestSending {
  display: block;
}
.noAccessMessageContainer .requestAccessButton.sendingEmail .requestSend {
  display: none;
}
.noAccessMessageContainer .requestAccessButton.emailSend {
  cursor: default;
}
.noAccessMessageContainer .requestAccessButton.emailSend .requestAccess {
  display: none;
}
.noAccessMessageContainer .requestAccessButton.emailSend .requestSending {
  display: none;
}
.noAccessMessageContainer .requestAccessButton.emailSend .requestSend {
  display: block;
}

.pageNotVisible {
  transition: all 0.25s linear;
  opacity: 0;
  visibility: hidden;
}
.pageNotVisible.pageIsVisible {
  opacity: 1;
  visibility: visible;
}

.modifyDialog-inactive-machine-classification {
  color: #61B2DE;
  cursor: pointer;
}

.machine-classification-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border: 1px solid rgba(255, 170, 0, 0.3);
  color: #262626;
  background: rgba(255, 170, 0, 0.05);
  border-radius: 4px;
  font-size: 14px;
  gap: 0.5rem;
  cursor: pointer;
}
.machine-classification-item:hover {
  background: rgba(255, 170, 0, 0.1);
}

.alternative-classification-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border: 1px solid #61B2DE;
  color: #262626;
  background: rgba(244, 251, 255, 0);
  border-radius: 4px;
  font-size: 14px;
  gap: 0.5rem;
  cursor: pointer;
}
.alternative-classification-item:hover {
  background: #F4FBFF;
}
.alternative-classification-item i {
  font-size: 12px;
  color: #DF6365;
  border: 1px solid rgba(244, 251, 255, 0);
  border-radius: 4px;
  padding: 0.125rem;
}
.alternative-classification-item i:hover {
  border-color: #DF6365;
}

.modifyDialogTabs-header {
  background: #FFFFFF;
  position: relative;
  z-index: 1;
}

.modifyDialogBody-container {
  margin-top: 60px !important;
}

.modifyDialog-main-container {
  gap: 4rem;
}

.modifyDialog-main-col {
  width: calc(33.33% - 4rem);
}

.modifyDialog-secondary-col {
  width: calc(66.66% - 4rem);
}

.mainDialog-classification-container {
  display: flex;
  gap: 2rem;
}

.modifyDialog-dropdown-container {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.modifyDialog-classification-title {
  font-weight: 500;
  font-size: 20px;
}

.modifyDialog-createFund-title {
  margin-top: 64px;
}

.addNewFund-card {
  background: #F4FBFF;
  border: 1px solid #61B2DE;
  border-radius: 8px;
  padding: 30px;
}

.modifyDialog-bottom-row {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 2rem;
}

.modifyDialog-classification-subTitle {
  display: flex;
  justify-content: center;
}

.modifyDialog-classification-teachAll-container {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.modifyDialog-teach-text {
  font-size: 0.8rem;
  color: #AEAEAE;
}

.modifyDialog-teachAll-text {
  font-size: 0.8rem;
  color: #61B2DE;
}

.modifyDialog-machine-classification-value {
  margin: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  min-height: 42px;
}

.modifyDialog-docType-suggestion-container {
  padding: 0.5rem 0 0.75rem;
  margin: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.modifyDialog-machine-classification-label {
  margin-top: 15px;
}

.modifyDialogHeader-title {
  display: flex;
  align-items: baseline;
}

.modifyDialog-fundAlias-title {
  margin-top: 0.5rem;
}

.modifyDialog-fundAlias-container {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
  min-height: 50px;
}

.modifyDialog-multiple-values {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border: 1px solid rgba(255, 170, 0, 0.3);
  color: #262626;
  background: rgba(255, 170, 0, 0.05);
  border-radius: 4px;
  font-size: 14px;
  opacity: 0.35;
  cursor: default;
}

.modifyDialog-fundAliasContainer-hidden {
  opacity: 0.3;
}
.modifyDialog-fundAliasContainer-hidden input {
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.modifyDialog-fundAliasContainer-hidden .addNewFund-card {
  background: #FFFFFF;
  border: 1px solid #CDD6E2;
}
.modifyDialog-fundAliasContainer-hidden button {
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.showNewFundSection-button {
  background-color: #61B2DE;
  margin-left: 1rem;
  border-radius: 4px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.showNewFundSection-button i {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: bold;
}

.createFund-button {
  margin-left: 8px;
  background-color: #F6F6F6 !important;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 43px;
  width: 140px;
  color: #888888;
}
.createFund-button i {
  color: #888888;
  font-size: 2rem !important;
  font-weight: bold;
}

.createFund-button-enabled {
  background-color: #61B2DE !important;
  color: #FFFFFF;
}
.createFund-button-enabled i {
  color: #FFFFFF;
}
.createFund-button-enabled:hover {
  background-color: #33475B !important;
}

.cancelFund-button {
  width: 100px;
}
.cancelFund-button:hover {
  background-color: #dfdfdf !important;
}

.modifyDialog-fundAlias-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0.5rem;
  border: 1px solid #61B2DE;
  color: #262626;
  background: #f5f8fa;
  border-radius: 4px;
  font-size: 14px;
}

.modifyDialogFileNumber-container {
  color: #DF6365;
  font-size: 2rem;
}

.modifyDialog-classification-manual-section {
  background: #F4FBFF;
  border: 1px solid #CDD6E2;
  border-radius: 8px;
  padding: 2rem 1rem 2rem 2rem;
}

.modifyDialog-classification-machine-section {
  background: #FFF;
  border: 1px solid #CDD6E2;
  border-radius: 4px;
  padding: 4rem 2rem 2rem 2rem;
}

@media screen and (max-width: 1024px) {
  .modifyDialog-main-col {
    width: 100%;
  }
  .modifyDialog-secondary-col {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modifyDialog-classification-machine-col {
    display: none;
  }
}
.sectionHeader {
  height: 70px;
}
.sectionHeader h1, .sectionHeader .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .sectionHeader select, .sectionHeader h2, .sectionHeader h3, .sectionHeader h4, .sectionHeader h5 {
  margin: 0;
  padding: 0.75rem 0;
}
.sectionHeader h1 button, .sectionHeader .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select button, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .sectionHeader select button, .sectionHeader h2 button, .sectionHeader h3 button, .sectionHeader h4 button, .sectionHeader h5 button {
  margin: 0;
}
.sectionHeader.borderTop {
  margin-top: 6rem;
  border-top: 2px solid #AAAAAA;
}
.sectionHeader label {
  position: relative;
  top: -9px;
}

h1, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule, h2, h3, h4, h5, h6 {
  margin: 1rem 0;
}

.listOfClassifications li, .listOfConcepts ul li, .listOfDropdowns li, .listOfTags li {
  display: inline-block;
  margin: 0 8px 8px 0;
}
.listOfClassifications li button, .listOfConcepts ul li button, .listOfDropdowns li button, .listOfTags li button,
.listOfClassifications li .button,
.listOfConcepts ul li .button,
.listOfClassifications li .buttonAction,
.listOfConcepts ul li .buttonAction,
.listOfClassifications .editCreateMemoPage .pageOptionsContainer ul li button,
.listOfConcepts ul .editCreateMemoPage .pageOptionsContainer ul li button,
.editCreateMemoPage .pageOptionsContainer ul .listOfClassifications li button,
.editCreateMemoPage .pageOptionsContainer ul .listOfConcepts ul li button,
.listOfConcepts .editCreateMemoPage .pageOptionsContainer ul ul li button,
.listOfDropdowns li .button,
.listOfDropdowns li .buttonAction,
.listOfDropdowns .editCreateMemoPage .pageOptionsContainer ul li button,
.editCreateMemoPage .pageOptionsContainer ul .listOfDropdowns li button,
.listOfTags li .button,
.listOfTags li .buttonAction,
.listOfTags .editCreateMemoPage .pageOptionsContainer ul li button,
.editCreateMemoPage .pageOptionsContainer ul .listOfTags li button,
.listOfClassifications li a,
.listOfConcepts ul li a,
.listOfDropdowns li a,
.listOfTags li a {
  background-color: #F5F8FA;
  border: 1px solid #61B2DE;
  border-radius: 4px;
  color: #262626;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
  padding: 0.8rem 1.5rem 0.8rem 1rem;
}
.listOfClassifications li button.active, .listOfConcepts ul li button.active, .listOfDropdowns li button.active, .listOfTags li button.active,
.listOfClassifications li .button.active,
.listOfConcepts ul li .button.active,
.listOfClassifications li .active.buttonAction,
.listOfConcepts ul li .active.buttonAction,
.listOfClassifications .editCreateMemoPage .pageOptionsContainer ul li button.active,
.editCreateMemoPage .pageOptionsContainer ul .listOfClassifications li button.active,
.listOfDropdowns li .button.active,
.listOfDropdowns li .active.buttonAction,
.listOfDropdowns .editCreateMemoPage .pageOptionsContainer ul li button.active,
.editCreateMemoPage .pageOptionsContainer ul .listOfDropdowns li button.active,
.listOfTags li .button.active,
.listOfTags li .active.buttonAction,
.listOfTags .editCreateMemoPage .pageOptionsContainer ul li button.active,
.editCreateMemoPage .pageOptionsContainer ul .listOfTags li button.active,
.listOfClassifications li a.active,
.listOfConcepts ul li a.active,
.listOfDropdowns li a.active,
.listOfTags li a.active {
  border-color: #61B2DE;
  color: #61B2DE;
}
.listOfClassifications li button [class^=remove], .listOfConcepts ul li button [class^=remove], .listOfDropdowns li button [class^=remove], .listOfTags li button [class^=remove],
.listOfClassifications li .button [class^=remove],
.listOfConcepts ul li .button [class^=remove],
.listOfClassifications li .buttonAction [class^=remove],
.listOfConcepts ul li .buttonAction [class^=remove],
.listOfClassifications .editCreateMemoPage .pageOptionsContainer ul li button [class^=remove],
.editCreateMemoPage .pageOptionsContainer ul .listOfClassifications li button [class^=remove],
.listOfDropdowns li .button [class^=remove],
.listOfDropdowns li .buttonAction [class^=remove],
.listOfDropdowns .editCreateMemoPage .pageOptionsContainer ul li button [class^=remove],
.editCreateMemoPage .pageOptionsContainer ul .listOfDropdowns li button [class^=remove],
.listOfTags li .button [class^=remove],
.listOfTags li .buttonAction [class^=remove],
.listOfTags .editCreateMemoPage .pageOptionsContainer ul li button [class^=remove],
.editCreateMemoPage .pageOptionsContainer ul .listOfTags li button [class^=remove],
.listOfClassifications li a [class^=remove],
.listOfConcepts ul li a [class^=remove],
.listOfDropdowns li a [class^=remove],
.listOfTags li a [class^=remove] {
  color: #DF6365;
  font-size: 24px;
  position: relative;
  top: -1px;
  left: 15px;
  padding: 0 4px;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 1px solid transparent;
}
.listOfClassifications li button [class^=remove]:hover, .listOfConcepts ul li button [class^=remove]:hover, .listOfDropdowns li button [class^=remove]:hover, .listOfTags li button [class^=remove]:hover,
.listOfClassifications li .button [class^=remove]:hover,
.listOfConcepts ul li .button [class^=remove]:hover,
.listOfClassifications li .buttonAction [class^=remove]:hover,
.listOfConcepts ul li .buttonAction [class^=remove]:hover,
.listOfDropdowns li .button [class^=remove]:hover,
.listOfDropdowns li .buttonAction [class^=remove]:hover,
.listOfTags li .button [class^=remove]:hover,
.listOfTags li .buttonAction [class^=remove]:hover,
.listOfClassifications li a [class^=remove]:hover,
.listOfConcepts ul li a [class^=remove]:hover,
.listOfDropdowns li a [class^=remove]:hover,
.listOfTags li a [class^=remove]:hover {
  border: 1px solid #DF6365;
}
.listOfClassifications li button [class^=remove] i, .listOfConcepts ul li button [class^=remove] i, .listOfDropdowns li button [class^=remove] i, .listOfTags li button [class^=remove] i,
.listOfClassifications li .button [class^=remove] i,
.listOfConcepts ul li .button [class^=remove] i,
.listOfClassifications li .buttonAction [class^=remove] i,
.listOfConcepts ul li .buttonAction [class^=remove] i,
.listOfDropdowns li .button [class^=remove] i,
.listOfDropdowns li .buttonAction [class^=remove] i,
.listOfTags li .button [class^=remove] i,
.listOfTags li .buttonAction [class^=remove] i,
.listOfClassifications li a [class^=remove] i,
.listOfConcepts ul li a [class^=remove] i,
.listOfDropdowns li a [class^=remove] i,
.listOfTags li a [class^=remove] i {
  color: #DF6365;
  font-size: 26px;
}
.listOfClassifications li:hover .tagSubmenuContainer, .listOfConcepts ul li:hover .tagSubmenuContainer, .listOfDropdowns li:hover .tagSubmenuContainer, .listOfTags li:hover .tagSubmenuContainer {
  display: block;
}

.listOfDropdowns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.listOfDropdowns li {
  margin: 0;
  width: calc(33.33% - 6px);
}
@media only screen and (max-width: 767px) {
  .listOfDropdowns li {
    width: 100%;
  }
}
.listOfDropdowns .modifyDialog-documentType-container {
  width: 100% !important;
}
.listOfDropdowns .modifyDialog-documentType-container li {
  width: 100%;
}
.listOfDropdowns select {
  padding: 0 2rem 0 0.75rem;
}

.tagSubmenuContainer {
  background-color: #61B2DE;
  border-radius: 4px;
  display: none;
  left: 50%;
  margin-left: -78px; /* Half of the button width */
  overflow: hidden;
  position: absolute;
  top: 100%;
  z-index: 200;
}
.tagSubmenuContainer ul.tagSubmenuList {
  margin: 0;
}
.tagSubmenuContainer ul.tagSubmenuList li {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}
.tagSubmenuContainer ul.tagSubmenuList li button {
  background-color: transparent;
  border-radius: 0;
  border: none !important;
  color: #FFFFFF !important;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
  padding: 12px 10px;
  width: 156px;
}
.tagSubmenuContainer ul.tagSubmenuList li button:hover {
  color: #FFFFFF !important;
  background-color: #2c7aa0;
}

.oldBrowsersModule .pageHeader {
  background-color: #61B2DE;
}
.oldBrowsersModule .pageHeader > div {
  padding: 1.55rem 2rem;
}
.oldBrowsersModule table {
  width: auto;
  margin-top: 3rem;
}
.oldBrowsersModule table tr td img {
  display: inline-block;
  height: 6rem;
  margin-right: 1rem;
}
.oldBrowsersModule img {
  border: 0;
  outline: 0;
}
.oldBrowsersModule a {
  border: none;
  outline: none;
}
.oldBrowsersModule .loginPageFooter {
  background-color: #EEEEEE;
  bottom: 0;
  font-size: 0.875rem;
  left: 0;
  padding: 1.35rem;
  position: absolute;
  width: 100%;
}
.oldBrowsersModule .loginPageFooter ul {
  text-align: center;
}
.oldBrowsersModule .loginPageFooter ul li {
  display: inline-block;
  margin-right: 0.675rem;
}
.oldBrowsersModule .loginPageFooter ul li a {
  font-size: 0.875rem;
}
.oldBrowsersModule .loginPageFooter .notePanel {
  text-align: center;
}

.orElementWrapper {
  display: block;
  height: 1.5rem;
  position: relative;
}
.orElementWrapper hr {
  background-color: #CCCCCC;
  border: none;
  height: 1px;
  position: relative;
  top: 50%;
}
.orElementWrapper .orText {
  background-color: #FFFFFF;
  color: #CCCCCC;
  left: 50%;
  line-height: 1.5rem;
  margin-left: -1.5rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 3rem;
  z-index: 100;
}

.insertRowEmptyState {
  border-top: 1px solid #212121;
  width: 100%;
  padding: 0 !important;
}

.upm-icons {
  width: 21px;
  line-height: 24px;
  text-indent: -9999px;
}
.upm-icons[data-icon=home] {
  background: url(../images/svgIcons/upmonth_logo_white.svg) 50% 50% no-repeat;
  background-size: 100% auto;
}

.footerMainContainer__button button,
.footerMainContainer__button .button,
.footerMainContainer__button .buttonAction,
.footerMainContainer__button .editCreateMemoPage .pageOptionsContainer ul li button,
.editCreateMemoPage .pageOptionsContainer ul li .footerMainContainer__button button {
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid transparent;
  box-shadow: none;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-family: "museo-sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  height: 2.5rem;
  line-height: 2.5rem;
  margin: 1rem 0;
  padding: 0 2rem 0 2rem;
  position: relative;
  text-align: center;
}
.footerMainContainer__button button:hover,
.footerMainContainer__button .button:hover,
.footerMainContainer__button .buttonAction:hover,
.footerMainContainer__button .editCreateMemoPage .pageOptionsContainer ul li button:hover,
.editCreateMemoPage .pageOptionsContainer ul li .footerMainContainer__button button:hover {
  color: #555555;
}
.footerMainContainer__button i {
  width: 24px;
}
.footerMainContainer__button .logoutButton {
  color: #DF6365;
}
.footerMainContainer__button .logoutButton:hover {
  color: #DE5843;
}
.footerMainContainer__button .logoutButton:hover i {
  color: #DE5843;
}

.settingsPageSidebar .settingsPageSidebar__button {
  background-color: transparent;
}
.settingsPageSidebar .settingsPageSidebar__icon {
  margin-right: 10px;
}

.side-panel-close-button _default-position {
  background-color: transparent;
  border: 1px solid #E3E3E3;
  color: #212121;
  height: 2.5rem;
  width: 2.5rem;
}
.side-panel-close-button _default-position:focus {
  outline: none;
}

.upmStyleGuide__section {
  padding-bottom: 6rem;
}

.upmStyleGuide__item {
  padding: 1.5rem 0;
}

.upmStyleGuide__button {
  margin: 1rem 0;
}

.upmStyleGuide__flex {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.upmStyleGuide__flex > div {
  width: 210px;
}

.upmStyleGuide__info-box {
  background-color: rgba(255, 165, 0, 0.3);
  border: 4px solid orange;
  border-radius: 5px;
  display: block;
  padding: 17px;
}

.style-info {
  padding-bottom: 30px;
}
.style-info > span {
  display: block;
}

.ellipseColorBlue {
  color: #61B2DE;
}

.clickable-span {
  color: #61B2DE;
  cursor: pointer;
  margin-left: 0.25rem;
}

.error-message {
  background: rgba(255, 69, 0, 0.2);
  border: 1px solid #DF6365;
  border-radius: 8px;
  color: #DF6365;
  display: block;
  font-size: 13px;
  padding: 10px;
  text-align: center;
}

.no-error-message {
  display: none;
}

.sideBarActionNav {
  background-color: #FFFFFF;
  padding: 5px 10px;
  position: sticky;
  top: 59px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .sideBarActionNav {
    top: 56px;
  }
}
.sideBarActionNav .flexRow, .sideBarActionNav .tableFundView .fundAdditionalInformation, .tableFundView .sideBarActionNav .fundAdditionalInformation, .sideBarActionNav .tableFundView .fundBasicInformation, .tableFundView .sideBarActionNav .fundBasicInformation {
  padding: 0;
}
.sideBarActionNav li {
  flex: 1 1 0;
  margin: 10px;
}
.sideBarActionNav li a {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #666666;
  display: block;
  font-weight: 300;
  padding: 16px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 4px;
}
.sideBarActionNav li a:hover {
  color: #262626;
  background: #F4FBFF;
}
.sideBarActionNav li a.active {
  background-color: none;
  color: #262626;
  border: 1px solid #61B2DE;
  font-weight: 500;
}
.sideBarActionNav li a.active:hover {
  background: none;
}

.width-extraSmall {
  width: 2rem !important;
}

.width-small {
  width: 4rem !important;
}

.width-medium {
  width: 8rem !important;
}

.width-large {
  width: 12rem !important;
}

.width-extraLarge {
  width: 16rem !important;
}

.width-XXLarge {
  width: 24rem !important;
}

.full-width, .editCreateMemoPage .pageOptionsContainer ul li button {
  width: 100% !important;
}

.height-extraSmall {
  height: 2rem !important;
}

.height-small {
  height: 4rem !important;
}

.height-medium {
  height: 8rem !important;
}

.height-large {
  height: 12rem !important;
}

.height-extraLarge {
  height: 16rem !important;
}

.full-height {
  height: 100% !important;
}

@media only screen and (max-width: 767px) {
  .formFooter {
    display: flex;
  }
  .formFooter .default-button {
    width: 50%;
    min-width: 0 !important;
  }
}
.dropzoneRuleCondition-text {
  margin-top: 1rem;
  color: #999999;
  font-size: 0.9rem;
}

.dropzoneRuleCondition-asterisk {
  color: #DF6365;
}

.dropzoneEvaluateRule-text {
  margin-bottom: 1.5rem;
  color: #999999;
  font-size: 0.9rem;
}

.rulesPage-checkbox-row {
  display: flex;
  align-items: center;
}

.user-rule-item-row {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: center;
  padding: 1.25rem 1.5rem;
  margin-bottom: 10px;
}

.rule-icons-row {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .rule-action-hidden-on-mobile {
    display: none;
  }
}
.customDropzone-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.customDropzone-button {
  border: 1px solid #E3E3E3 !important;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  color: #33475B;
}
.customDropzone-button:hover {
  background: #61B2DE;
  color: #FFFFFF;
}

.personalRules-container {
  width: 100%;
}

.entityRulesTitle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropzoneRule-tableRow {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: #F6F6F6;
  margin-bottom: 10px;
  height: 66px;
  border: 0;
}
.dropzoneRule-tableRow td {
  display: flex;
  align-items: center;
}
.dropzoneRule-tableRow .table-icon {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  overflow: visible;
}
.dropzoneRule-tableRow .table-icon a {
  color: #6E6E6E;
  font-size: 21px;
  margin-right: 12px;
}
.dropzoneRule-tableRow .table-icon ._remove-icon {
  color: #DF6365;
  margin-right: 0;
}

.dropzoneRuleDialog-condition-row {
  gap: 1rem;
  margin-bottom: 2rem;
}

.upFileRow {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.blinkText {
  animation: blink-text 1.5s linear 0s infinite alternate;
}
.blinkText i {
  color: inherit;
}

@keyframes highlightFiles {
  0% {
    background-color: transparent !important;
  }
  50% {
    background: rgba(9, 183, 158, 0.75);
  }
  100% {
    background-color: transparent !important;
  }
}
@keyframes blink-text {
  0% {
    color: #EEEEEE !important;
  }
  50% {
    color: #61B2DE;
    border-color: #61B2DE;
  }
  100% {
    color: #EEEEEE !important;
  }
}
@keyframes blinkBorder {
  0% {
    border-color: #61b2de;
  }
  50% {
    border-color: rgba(97, 178, 222, 0.3);
  }
  100% {
    border-color: rgba(97, 178, 222, 0.1);
  }
}
@keyframes highlightUpdatedText {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hartBeat {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes blueButtonPulse {
  from {
    background-color: #6083ac;
    border-color: #6083ac;
    -webkit-box-shadow: 0 0 4px #b5e6ff;
  }
  50% {
    background-color: #61B2DE;
    border-color: #61B2DE;
    -webkit-box-shadow: 0 0 8px #61B2DE;
  }
  to {
    background-color: #6083ac;
    border-color: #6083ac;
    -webkit-box-shadow: 0 0 4px #b5e6ff;
  }
}
@keyframes orangeButtonPulse {
  from {
    background-color: #d88912;
    border-color: #d88912;
    -webkit-box-shadow: 0 0 4px #ffdfb5;
  }
  50% {
    background-color: #d9a158;
    border-color: #d9a158;
    -webkit-box-shadow: 0 0 8px #d9ac58;
  }
  to {
    background-color: #d88912;
    border-color: #d88912;
    -webkit-box-shadow: 0 0 4px #ffdfb5;
  }
}
@keyframes purpleButtonPulse {
  from {
    background-color: #8075F2;
    border-color: #8075F2;
    -webkit-box-shadow: 0 0 4px #b2aee4;
  }
  50% {
    background-color: #938ce0;
    border-color: #938ce0;
    -webkit-box-shadow: 0 0 8px #b5b2e4;
  }
  to {
    background-color: #a7a2dd;
    border-color: #a7a2dd;
    -webkit-box-shadow: 0 0 4px #b7b4e4;
  }
}
@keyframes leaveLeftAndReturn {
  0% {
    transform: translateX(3.45rem);
  }
  50% {
    transform: translateX(-2.7rem);
  }
  100% {
    transform: translateX(1rem);
  }
}
@keyframes leaveLeftAndReturnToDefault {
  0% {
    transform: translateX(0rem);
  }
  50% {
    transform: translateX(-2.7rem);
  }
  100% {
    transform: translateX(3.45rem);
  }
}
@keyframes appLoaderRotate {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0);
  }
}
.scrollContainer, .styleguidePage .appMainScrollBody, .error404Page, .upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent, .upmTutorialContainer .flexItem.scrollVertical, .upmTutorialContainer .slideCustom.scrollVertical, .main-nav-menu-wrapper .notificationContainer .notificationScroller, .userUploadPage .dialogScrollContaier, .flexColumne, .mainAppDialog.filterLibraryDialog, .newMemoDialog .editorContainer, .newMemoDialog .dialogScrollWrapper, .modifyMemoDialog .memoDialogScroll, .pageLiveSidebarWrapper .sidebarContentContainer, .editMemoDialog .memoDialogScroll, .newUpmDialog .dialogContentContainer, .newUpmDialogPage .dialogContentContainer, .editDialog .dialogContentContainer, .appMainScrollBody {
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .scrollContainer, .styleguidePage .appMainScrollBody, .error404Page, .upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent, .upmTutorialContainer .flexItem.scrollVertical, .upmTutorialContainer .slideCustom.scrollVertical, .main-nav-menu-wrapper .notificationContainer .notificationScroller, .userUploadPage .dialogScrollContaier, .flexColumne, .mainAppDialog.filterLibraryDialog, .newMemoDialog .editorContainer, .newMemoDialog .dialogScrollWrapper, .modifyMemoDialog .memoDialogScroll, .pageLiveSidebarWrapper .sidebarContentContainer, .editMemoDialog .memoDialogScroll, .newUpmDialog .dialogContentContainer, .newUpmDialogPage .dialogContentContainer, .editDialog .dialogContentContainer, .appMainScrollBody {
    pointer-events: all;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 1025px) {
  .scrollContainer, .styleguidePage .appMainScrollBody, .error404Page, .upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent, .upmTutorialContainer .flexItem.scrollVertical, .upmTutorialContainer .slideCustom.scrollVertical, .main-nav-menu-wrapper .notificationContainer .notificationScroller, .userUploadPage .dialogScrollContaier, .flexColumne, .mainAppDialog.filterLibraryDialog, .newMemoDialog .editorContainer, .newMemoDialog .dialogScrollWrapper, .modifyMemoDialog .memoDialogScroll, .pageLiveSidebarWrapper .sidebarContentContainer, .editMemoDialog .memoDialogScroll, .newUpmDialog .dialogContentContainer, .newUpmDialogPage .dialogContentContainer, .editDialog .dialogContentContainer, .appMainScrollBody {
    pointer-events: all;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

.appBody {
  margin-top: 60px;
  border: 0;
}

.appMainScrollBody {
  position: absolute;
  top: 16.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  padding-bottom: 55px;
  transform: unset;
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .appMainScrollBody {
    top: 12.75rem;
  }
}

.pageWrapper {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 1.5rem;
}

.appHeader {
  color: #262626;
  background: #FFFFFF;
  position: relative;
  z-index: 1000;
}
.appHeader .appPageTitle {
  display: none;
}
.appHeader:active, .appHeader:focus {
  background-color: #FFFFFF;
}

.appFooter {
  bottom: 0;
  z-index: 850;
}

.loaderContainer {
  opacity: 0.2;
}

.appPageTitle.mobileTitle {
  font-size: 1.5rem;
  left: 100px;
  position: fixed;
  right: 45px;
}
.appPageTitle .headerMessage {
  color: #AAAAAA;
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 1.5rem 0;
  text-align: right;
}
.appPageTitle h1, .appPageTitle .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .appPageTitle select {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.5rem;
  padding: 1.5rem 0;
  text-transform: none;
}
.appPageTitle h1:after, .appPageTitle .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select:after, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .appPageTitle select:after {
  width: 0;
}
.appPageTitle h1:before, .appPageTitle .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select:before, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .appPageTitle select:before {
  width: 0;
}
.appPageTitle h1 span, .appPageTitle .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select span, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .appPageTitle select span {
  color: #AAAAAA;
}
@media screen and (max-width: 1360px) {
  .appPageTitle h1, .appPageTitle .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .appPageTitle select {
    font-size: 1.5rem;
    left: 100px;
    position: fixed;
    right: 45px;
  }
}
@media only screen and (max-width: 40em) {
  .appPageTitle {
    height: 60px !important;
  }
}

.upmHeader {
  position: absolute;
  top: 0;
  right: unset;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  pointer-events: none;
  width: 100%;
  z-index: 8340;
  -webkit-backface-visibility: hidden;
}
.upmHeader .showOnMobile {
  display: none !important;
}
.upmHeader .hideOnMobile {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .upmHeader .showOnMobile {
    display: inline-block !important;
  }
  .upmHeader .hideOnMobile {
    display: none !important;
  }
}
.upmHeader > div {
  pointer-events: all;
}
.upmHeader button {
  background-color: transparent;
}
.upmHeader a {
  transform: translateZ(0);
  transition: all 0.25s linear;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  color: #212121;
  font-weight: normal;
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.upmHeader a:hover {
  color: #61B2DE;
}
.upmHeader a:active {
  background-color: #EEEEEE !important;
}
.upmHeader a.disabled {
  opacity: 0.25;
}
.upmHeader .upmBranding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  height: 60px;
  justify-content: space-between;
  padding: 8px 1.5rem;
  position: relative;
}
.upmHeader .upmBranding .headerMetaContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 250px);
}
@media screen and (max-width: 767px) {
  .upmHeader .upmBranding .headerMetaContainer {
    width: 100%;
  }
}
.upmHeader .upmBranding .headerMetaContainer .headerLogoContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding-right: 10px;
  min-width: 66px;
}
@media only screen and (min-width: 1450px) {
  .upmHeader .upmBranding .headerMetaContainer .headerLogoContainer {
    display: none;
  }
}
.upmHeader .upmBranding .headerMetaContainer .headerLogoContainer .upmHomebutton {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
  height: 100%;
}
.upmHeader .upmBranding .headerMetaContainer .headerLogoContainer .upmHomebutton a {
  height: 100%;
}
.upmHeader .upmBranding .headerMetaContainer .headerLogoContainer img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 2.5rem;
}
.upmHeader .upmBranding .headerMetaContainer .headerTitle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 1rem;
  text-transform: uppercase;
}
.upmHeader .upmBranding .headerMetaContainer .headerTitle .defaultHeader {
  display: block;
  font-family: "museo-slab", serif;
  text-transform: capitalize;
}
.upmHeader .upmBranding .headerMetaContainer .headerTitle .pageHeader {
  display: none;
}
.upmHeader .upmBranding .headerMetaContainer .headerTitle[data-additional-page-info=true] .defaultHeader {
  display: none;
}
.upmHeader .upmBranding .headerMetaContainer .headerTitle[data-additional-page-info=true] .pageHeader {
  display: block;
}
@media screen and (max-width: 375px) {
  .upmHeader .upmBranding .headerMetaContainer .headerTitle {
    display: none;
  }
}
.upmHeader .upmBranding .headerMetaContainer .resultsQueryContainer {
  margin-top: 9px;
}
.upmHeader .upmBranding .headerMetaContainer .resultsQueryContainer .resultLablel {
  font-size: 0.6875rem;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}
.upmHeader .upmBranding .headerMetaContainer .resultsQueryContainer .resultsQuery {
  line-height: 1.1;
  margin-top: -6px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}
.upmHeader .upmBranding .clActions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
}
.upmHeader .upmBranding .clActions .clActions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .upmHeader .upmBranding .clActions .clActions__list {
    position: fixed;
    right: 16px;
    bottom: 68px !important;
  }
}
.upmHeader .upmBranding .clActions .clActions__list .clActions__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.upmHeader .upmBranding .clActions .clActions__list .clActions__item .upm-dropdown-card {
  border: 1px solid #CDD6E2;
}
.upmHeader .upmBranding .clActions .clActions__list .clActions__item:last-child {
  margin-right: 0;
}
.upmHeader .upmBranding .clActions .clActions__list .clActions__item .backToSearchButton {
  color: #212121;
  height: 38px;
  margin-right: 16px;
  z-index: 1800;
  width: 40px;
}
.upmHeader .upmBranding .clActions .clActions__list .clActions__item .backToSearchButton.hide {
  display: none;
}
.upmHeader .upmBranding .clActions .clActions__list .clActions__item .backToSearchButton:hover {
  color: #61B2DE;
}
.upmHeader .upmBranding .clActions .clActions__list .clActions__item .backToSearchButton:active {
  color: #FFFFFF;
}
.upmHeader .upmBranding .clActions .clActions__list .clActions__item .backToSearchButton i {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .upmHeader .upmBranding .clActions .clActions__list .clActions__item .backToSearchButton {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #33475B;
    color: #FFFFFF;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -60px;
  }
  .upmHeader .upmBranding .clActions .clActions__list .clActions__item .backToSearchButton:hover {
    color: #FFFFFF;
  }
  .upmHeader .upmBranding .clActions .clActions__list .clActions__item .backToSearchButton .upmTooltip {
    display: none;
  }
}
.upmHeader .upmBranding .clActions .clActions__list .clActions__spaces-item {
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .upmHeader .upmBranding .clActions .clActions__list .clActions__spaces-item {
    display: none;
  }
}
.upmHeader .upmBranding .clActions .spaces-user-avatar {
  background-color: #f6f5f4;
  border: 2px solid #33475b;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #262626;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.upmHeader .upmBranding .clActions .spaces-user-avatar img {
  border-radius: 50%;
}
.upmHeader .upmBranding .clActions .spaces-user-avatar:hover {
  background: #F6F8FA;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container {
  position: fixed;
  top: 59px;
  right: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 1rem;
  z-index: 1000;
  background: #f5f5f5;
  border: 1px solid #DEE5ED;
  border-radius: 4px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -webkit-transform: translateZ(0);
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-close-row {
  align-self: end;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-close-row .close-button {
  margin-right: -0.5rem;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-avatar {
  background-color: #e8edf2;
  border: 3px solid #33475b;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #262626;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 1.5rem 0 1rem 0;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-avatar img {
  border-radius: 50%;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-avatar._upm-color {
  border-color: #61B2DE;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-avatar._private-color {
  border-color: #33475B;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-avatar._public-color {
  border-color: #6f55f9;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-user-name {
  font-size: 1.2rem;
  font-weight: 400;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-plan {
  font-size: 0.7rem;
  font-weight: 300;
  color: #fff;
  margin-top: 0.5rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.75rem;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-plan i {
  display: none;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-premium-member {
  background: #33475b;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-premium-member i {
  display: inline-block;
  margin-top: 4px;
  font-size: 0.6rem;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-free-member {
  background: #DF6365;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-free-user {
  background: #606060;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-settings-button {
  width: 350px;
  border: 1px solid #33475b;
  border-radius: 5rem;
  margin-top: 1.5rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  gap: 0.25rem;
  color: #33475b;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-settings-button:hover {
  background: #33475b;
  color: #fff;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-settings-button i {
  font-weight: 500;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-subContainer {
  border: 1px solid #929292;
  width: 350px;
  border-radius: 4px;
  margin: 1.5rem 0;
  background: #fff;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-subContainer .spaces-dropdown-subContainer-text {
  padding: 0.5rem 1rem;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-subContainer .spaces-dropdown-item {
  padding: 1rem 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-subContainer .spaces-dropdown-item .spaces-dropdown-item-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-subContainer .spaces-dropdown-item:hover {
  background: #f9fafc !important;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-subContainer .spaces-dropdown-item.active-space {
  background: #F6F8FA;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-subContainer .spaces-dropdown-item._upm-color {
  color: #61B2DE;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-subContainer .spaces-dropdown-item._upm-color .spaces-dropdown-item-dot {
  background: #61B2DE;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-subContainer .spaces-dropdown-item._private-color {
  color: #33475B;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-subContainer .spaces-dropdown-item._private-color .spaces-dropdown-item-dot {
  background: #33475B;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-subContainer .spaces-dropdown-item._public-color {
  color: #6f55f9;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-subContainer .spaces-dropdown-item._public-color .spaces-dropdown-item-dot {
  background: #6f55f9;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-subContainer .spaces-dropdown-item:last-child {
  border-bottom: none;
  border-radius: 0 0 4px 4px;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-signout-button {
  width: 350px;
  border: 1px solid #DF6365;
  border-radius: 5rem;
  margin-bottom: 1rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  gap: 0.25rem;
  color: #DF6365;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-signout-button:hover {
  background: #DF6365;
  color: #fff;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-signout-button i {
  font-weight: 400;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-feedback-button {
  font-size: 0.8rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  color: #737373;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-feedback-button:hover {
  color: #61B2DE;
}
.upmHeader .upmBranding .clActions .spaces-dropdown-menu-container .spaces-dropdown-feedback-button i {
  font-size: 1rem;
}
.upmHeader .upmBranding .clActions .commandLineButton {
  transition: all 0.25s ease-in-out;
  transform: translateZ(0);
  border-radius: 4px;
  display: block;
  height: 100%;
  margin: 0;
  margin-right: 1rem;
  position: relative;
  width: 160px;
  z-index: 2000;
  color: #61B2DE;
  height: 34px;
  font-weight: 500;
  font-size: 16px;
}
.upmHeader .upmBranding .clActions .commandLineButton .commandLineButton-icon {
  display: none;
}
.upmHeader .upmBranding .clActions .commandLineButton .closeStateIcon {
  color: #FFFFFF;
}
.upmHeader .upmBranding .clActions .commandLineButton:hover {
  color: #FFFFFF;
  background-color: #33475B;
}
.upmHeader .upmBranding .clActions .commandLineButton .upmCloudLoader {
  background: url(../images/svgIcons/upm-loader.svg) no-repeat;
  background-size: 33px 33px;
  height: 35px;
  left: 0;
  position: absolute;
  width: 35px;
}
@media screen and (max-width: 768px) {
  .upmHeader .upmBranding .clActions .commandLineButton {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #61B2DE;
    color: #FFFFFF;
    font-size: 20px;
  }
  .upmHeader .upmBranding .clActions .commandLineButton .commandLineButton-icon {
    display: block;
  }
  .upmHeader .upmBranding .clActions .commandLineButton .commandLineButton-text {
    display: none;
  }
  .upmHeader .upmBranding .clActions .commandLineButton .upmTooltip {
    display: none;
  }
}
.upmHeader .upmBranding .clActions .commandLineButton .commandLineSearch-button-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.upmHeader .upmBranding .clActions .commandLineButton .commandLineSearch-button-container i {
  font-weight: bold;
}
.upmHeader .upmBranding .clActions .commandLineButton .closeStateIcon {
  display: none;
}
.upmHeader .upmBranding .clActions .commandLineButton .openStateIcon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
}
.upmHeader .upmBranding .clActions .commandLineButton.hide {
  display: none !important;
}
.upmHeader .upmBranding .clActions .commandLineButton.open .closeStateIcon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 0px;
}
.upmHeader .upmBranding .clActions .commandLineButton.open i.closeStateIcon {
  font-size: 20px;
}
.upmHeader .upmBranding .clActions .commandLineButton.open .openStateIcon {
  display: none;
}
.upmHeader .upmBranding .clActions .commandLineButton.searchRestricted {
  background-color: #EEEEEE;
}
.upmHeader .upmBranding .productMetaContainer {
  flex-grow: 1;
  flex-shrink: 1;
  color: #2E85BC;
  display: none;
  font-family: "museo-slab", serif;
  font-size: 24px;
  font-weight: 500;
  padding: 7px 0 0 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .upmHeader .upmBranding .productMetaContainer {
    padding-left: 20px;
  }
}
.upmHeader .upmBranding.productEntityName {
  padding-left: 0;
}
.upmHeader .upmBranding.productEntityName .headerMetaContainer {
  display: none;
}
.upmHeader .upmBranding.productEntityName .productMetaContainer {
  display: block;
}
.upmHeader .moreMenuContainer {
  position: relative;
}
.upmHeader .commandLineMenuContainer {
  transition: all 0.5s linear;
  background-color: #FFFFFF;
  display: none;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  position: absolute;
  right: 0;
  top: 99%;
  width: 180px;
  z-index: 4000;
}
.upmHeader .commandLineMenuContainer .iconWrapper {
  position: absolute;
  top: -14px;
  right: 16px;
  bottom: unset;
  left: unset;
  color: #AAAAAA;
}
.upmHeader .commandLineMenuContainer ul {
  text-align: left;
}
.upmHeader .commandLineMenuContainer ul:before, .upmHeader .commandLineMenuContainer ul:after {
  content: " ";
  display: table;
}
.upmHeader .commandLineMenuContainer ul:after {
  clear: both;
}
.upmHeader .commandLineMenuContainer ul li {
  transition: all 0.25s linear;
  display: block;
  margin: 0;
}
.upmHeader .commandLineMenuContainer ul li button.open, .upmHeader .commandLineMenuContainer ul li .button.open, .upmHeader .commandLineMenuContainer ul li .open.buttonAction, .upmHeader .commandLineMenuContainer .editCreateMemoPage .pageOptionsContainer ul li button.open, .editCreateMemoPage .pageOptionsContainer .upmHeader .commandLineMenuContainer ul li button.open {
  color: #61B2DE;
}
.upmHeader .commandLineMenuContainer.open {
  display: block;
}
.upmHeader .commandLineContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  position: relative;
  background: #FFF;
  border-radius: 4px;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .upmHeader .commandLineContainer {
    padding: 0.3rem 0.6rem;
  }
}
.upmHeader .commandLineContainer::before {
  content: "";
  position: absolute;
  left: 101px;
  bottom: 0;
  right: 0;
  height: 1px;
  width: calc(100% - 195px);
}
@media screen and (max-width: 767px) {
  .upmHeader .commandLineContainer::before {
    display: none;
  }
}
.upmHeader .commandLineContainer .upmCloudLoader {
  background: url(../images/svgIcons/upm-loader.svg) 50% 50% no-repeat;
  position: absolute;
  background-size: 50%;
  height: 40px;
  left: 0;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .upmHeader .commandLineContainer .upmCloudLoader {
    left: 0.45rem;
    width: 40px;
  }
}
.upmHeader .commandLineContainer .commandLineInputContainer {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .upmHeader .commandLineContainer .commandLineInputContainer {
    height: fit-content;
  }
}
.upmHeader .commandLineContainer .commandLineInputContainer input {
  background-color: #FAFAFA;
  border: 0;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.upmHeader .commandLineContainer .commandLineInputContainer input:focus {
  color: #61B2DE;
  border-color: transparent;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .upmHeader .commandLineContainer .commandLineInputContainer input {
    font-size: 1rem;
    height: 2.55rem;
  }
}
.upmHeader .commandLineContainer .searchButtonContainer {
  flex-grow: 0;
  flex-shrink: 0;
  transition: all 0.25s ease-in-out;
  text-align: right;
}
.upmHeader .commandLineContainer .searchButtonContainer.moreMenuContainer {
  display: none;
}
.upmHeader .commandLineContainer .searchButtonContainer ._run-search-button {
  transition: all 0.25s ease-in-out;
}
.upmHeader .commandLineContainer .searchButtonContainer ._run-search-button i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.upmHeader .commandLineContainer .searchButtonContainer ._run-search-button:hover {
  color: #FFFFFF;
}
.upmHeader .commandLineContainer .searchButtonContainer > button, .upmHeader .commandLineContainer .searchButtonContainer > .button, .upmHeader .commandLineContainer .searchButtonContainer > .buttonAction, .upmHeader .commandLineContainer .editCreateMemoPage .pageOptionsContainer ul li .searchButtonContainer > button, .editCreateMemoPage .pageOptionsContainer ul li .upmHeader .commandLineContainer .searchButtonContainer > button {
  border-color: #61B2DE;
  border-width: 0;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 18px;
  height: 40px;
  line-height: 2.2rem !important;
  margin-top: 5px;
  width: 40px;
}
@media only screen and (max-width: 768px) {
  .upmHeader .commandLineContainer .searchButtonContainer {
    margin-left: -40px;
  }
}
@media screen and (max-width: 680px) {
  .upmHeader .commandLineContainer .searchButtonContainer {
    margin-right: 0;
  }
}
.upmHeader .searchMenuButton {
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
  padding: 0.5rem;
}
.upmHeader .searchMenuButton i {
  font-size: 24px;
  margin-right: 8px;
}
.upmHeader .searchedTermListContainer {
  transform: translateZ(0);
  transition: all 0.25s linear;
  max-height: 100px;
  opacity: 1;
  overflow: auto;
  pointer-events: all;
  visibility: visible;
}
.upmHeader .searchedTermListContainer.disabled {
  border: none;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
}
.upmHeader .searchedTermListContainer ul {
  white-space: nowrap;
}
.upmHeader .searchedTermListContainer ul li {
  transition: all 0.25s linear;
  display: inline-block;
  line-height: 24px;
  position: relative;
}
.upmHeader .searchedTermListContainer .searchedTermList ul {
  overflow-x: auto;
}
.upmHeader .searchedTermListContainer .searchedTermList ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.upmHeader .searchedTermListContainer .searchedTermList ul::-webkit-scrollbar-thumb {
  background: #61B2DE;
  border-radius: 30px;
}
.upmHeader .searchedTermListContainer .searchedTermList ul::-webkit-scrollbar-track {
  background: rgb(237, 237, 237);
}
.upmHeader .searchedTermListContainer .searchedTermList ul .cl-term {
  margin: 0 16px 0 0;
  padding: 5px 10px;
  background-color: #F6F8FA;
  border: 1px solid #61B2DE;
  border-radius: 4px;
}
.upmHeader .searchedTermListContainer .searchedTermList ul .cl-term:hover {
  cursor: pointer;
}
.upmHeader .searchedTermListContainer .searchedTermList ul .cl-term a, .upmHeader .searchedTermListContainer .searchedTermList ul .cl-term span {
  display: inline-block;
  padding: 0;
}
.upmHeader .searchedTermListContainer .searchedTermList ul .cl-term .removeTerm {
  height: 24px;
  color: #000;
}
.upmHeader .searchedTermListContainer .searchedTermList ul .cl-term .removeTerm:hover {
  color: #DF6365;
}
.upmHeader .searchedTermListContainer .searchedTermList ul .cl-term i {
  font-size: 14px;
}
.upmHeader .searchedTermListContainer .searchedTermList ul .cl-term .termLabelWrapper label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #000;
  white-space: pre;
}
.upmHeader .searchedTermListContainer .searchedTermList ul .cl-term .termLabelWrapper label:hover {
  cursor: pointer;
  color: #61B2DE !important;
}
@media screen and (min-width: 1360px) {
  .upmHeader .searchedTermListContainer .searchedTermList ul .cl-term:hover {
    cursor: pointer;
  }
  .upmHeader .searchedTermListContainer .searchedTermList ul .cl-term:hover .removeTerm {
    opacity: 1;
  }
}
.upmHeader .searchedTermListContainer .termListActionContainer {
  transform: translateZ(0);
  transition: all 0.25s linear;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .upmHeader .searchedTermListContainer .termListActionContainer {
    padding: 16px 0 55px;
  }
}
.upmHeader .searchedTermListContainer .termListActionContainer > ul > li button {
  height: auto;
  line-height: 1;
  margin-right: 0;
  font-size: 24px;
}
.upmHeader .searchedTermListContainer .termListActionContainer > ul > li:last-child button {
  line-height: 1;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .upmHeader .searchedTermListContainer .termListActionContainer > ul > li .searchedTermList ul {
    margin-top: 30px;
    margin-left: -109px;
    padding-bottom: 10px;
  }
}
.upmHeader .searchedTermListContainer .termListActionContainer.hide {
  display: block;
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .upmHeader .searchedTermListContainer .searchedTermList {
    top: 0;
  }
}
.upmHeader .searchedTermListContainer .searchedTermList ul {
  margin: 0;
}
.upmHeader .searchedTermListContainer .searchedTermList ul li {
  margin-right: 1.5rem;
}
.upmHeader .searchedTermListContainer .flexList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.upmHeader .searchedTermListContainer .flexList li {
  flex-grow: 1;
  flex-shrink: 1;
}
.upmHeader .searchedTermListContainer .flexList .fixedItem {
  flex-grow: 0;
  flex-shrink: 0;
}
.upmHeader .searchedTermListContainer .flexList .fixedItem .searchBtns {
  padding: 1px 6px;
}
@media screen and (max-width: 767px) {
  .upmHeader .searchedTermListContainer .flexList .fixedItem .searchBtns .budicon-bring-list-up {
    transform: rotate(180deg);
  }
}
.upmHeader .searchPreviewContainer {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: calc(100vh - 200px) !important;
  height: -webkit-calc(100vh - 200px) !important;
  height: -moz-calc(100vh - 200px) !important;
}
@media only screen and (max-width: 768px) {
  .upmHeader .searchPreviewContainer {
    height: calc(100vh - 460px) !important;
    height: -webkit-calc(100vh - 460px) !important;
    height: -moz-calc(100vh - 460px) !important;
  }
}
@media only screen and (max-width: 690px) {
  .upmHeader .searchPreviewContainer {
    height: calc(100vh - 375px) !important;
    height: -webkit-calc(100vh - 375px) !important;
    height: -moz-calc(100vh - 375px) !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .upmHeader .searchPreviewContainer {
    pointer-events: all;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.upmHeader .searchPreviewContainer ul {
  margin-top: 1.5rem;
}
.upmHeader .searchPreviewContainer ul li:last-child .relatedFileItem {
  border-bottom: 0;
}
.upmHeader .searchPreviewContainer .moduleScroller > div {
  margin: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .upmHeader .searchPreviewContainer .moduleScroller > div {
    margin: 0 1.5rem;
  }
}
.upmHeader .searchPreviewContainer .noSearchPreview {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
.upmHeader .searchPreviewContainer .preveiwButton {
  border: 1px solid #61B2DE;
  color: #61B2DE;
  cursor: pointer;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media screen and (max-width: 640px) {
  .upmHeader .searchPreviewContainer .preveiwButton {
    padding-left: 5px;
    padding-right: 5px;
  }
  .upmHeader .searchPreviewContainer .preveiwButton i {
    font-size: 14px;
    position: relative;
    top: 3px;
  }
}
.upmHeader .searchPreviewContainer .noDataModule {
  text-align: left;
}
.upmHeader .searchPreviewContainer .noDataModule span {
  font-size: 0.75rem;
  letter-spacing: 1px;
  margin: 0.75rem 0 0 0;
  text-transform: uppercase;
}
.upmHeader .searchPreviewContainer[data-content-module] [data-content-tab] {
  display: none;
}
.upmHeader .searchPreviewContainer[data-content-module=noresults] [data-content-tab=noresults] {
  display: block;
}
.upmHeader .searchPreviewContainer[data-content-module=nothingfound] [data-content-tab=nothingfound] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.upmHeader .searchPreviewContainer[data-content-module=results] [data-content-tab=results] {
  display: block;
  margin: 0;
  top: -138px;
}
.upmHeader .searchPreviewContainer[data-content-module=settings] [data-content-tab=settings] {
  display: block;
}
.upmHeader .searchPreviewContainer[data-content-module=shortcodes] [data-content-tab=shortcodes] {
  display: block;
}
.upmHeader .searchPreviewContainer[data-content-module=recent-uploads] [data-content-tab=recent-uploads] {
  display: block;
}
.upmHeader .searchPreviewContainer[data-content-module=recent-search] [data-content-tab=recent-search] {
  display: block;
}
.upmHeader .searchPreviewContainer .clResultModule {
  padding: 1.5rem;
}
@media screen and (max-width: 640px) {
  .upmHeader .searchPreviewContainer .clResultModule {
    padding: 0.75rem 0;
  }
}
.upmHeader[data-commandline-status=hide] {
  display: none !important;
}
.upmHeader[data-commandline-status=close] {
  max-height: 60px;
}
.upmHeader[data-commandline-status=close] .searchPreviewContainer {
  display: none !important;
}
.upmHeader[data-commandline-status=open] {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-height: 100%;
}
@media only screen and (max-width: 768px) {
  .upmHeader[data-commandline-status=open] > div {
    display: flex;
    flex-wrap: wrap;
    background-color: #FFFFFF;
  }
  .upmHeader[data-commandline-status=open] > div > * {
    width: 100%;
  }
  .upmHeader[data-commandline-status=open] > div .commandLineContainer {
    order: 4;
    position: fixed;
    width: 100%;
    border: 0;
    border-radius: 0;
    left: 0;
    top: 0;
  }
  .upmHeader[data-commandline-status=open] > div .searchedTermListContainer {
    order: 3;
    border: 0;
    border-radius: 0;
    width: 100%;
    left: 0;
    top: 45px;
  }
  .upmHeader[data-commandline-status=open] > div .searchPreviewContainer {
    order: 2;
  }
}
.upmHeader[data-commandline-status=open] > div .commandLineButton {
  background: #EFEFEF;
}
.upmHeader[data-commandline-status=open] > div .commandLineButton .closeStateIcon {
  color: #262626 !important;
}
.upmHeader[data-commandline-status=open] > div .commandLineButton:hover .closeStateIcon {
  color: #FFFFFF !important;
}
.upmHeader[data-commandline-status=open][data-commandline-hasresults] > div {
  min-height: -webkit-calc(100vh - 60px);
  min-height: -moz-calc(100vh - 60px);
  min-height: calc(100vh - 60px);
  align-content: space-between;
}
@media only screen and (max-width: 768px) {
  .upmHeader[data-commandline-status=open][data-commandline-hasresults] > div {
    height: -webkit-calc(100vh - 140px);
    height: -moz-calc(100vh - 140px);
    height: calc(100vh - 140px);
    background: transparent;
  }
  .upmHeader[data-commandline-status=open][data-commandline-hasresults] > div .upmBranding .clActions span.upmTooltip {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .upmHeader[data-commandline-status=open] .clActions__list {
    bottom: 200px !important;
    z-index: 1;
    transform: translateZ(0);
  }
  .upmHeader[data-commandline-status=open] .clActions__list .commandLineButton .closeStateIcon {
    color: #FFFFFF !important;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .upmHeader .upm-cl-setting-bottom-space {
    padding-bottom: 350px;
  }
}
.upmHeader .searchPreviewContainer .doc-type-restrictions ul {
  margin-top: 5px;
}

/* New shortcut menu start */
.shortcut-menu-main-items-container {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}
.shortcut-menu-main-items-container .page--tab._active .shortcut-menu-item {
  border: 1px solid #212121;
}
.shortcut-menu-main-items-container::-webkit-scrollbar {
  width: 6px;
}
.shortcut-menu-main-items-container::-webkit-scrollbar-thumb {
  background-color: #C1C0C0;
  border-radius: 0.5rem;
}
.shortcut-menu-main-items-container::-webkit-scrollbar-thumb:hover {
  background-color: #7D7D7C;
}

.shortcut-menu-items-container ul {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
}

.shortcut-menu-item {
  height: 40px;
  width: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0.5rem !important;
  background: #FAFAFA !important;
  transition: all 0.15s ease-in-out;
}
.shortcut-menu-item:hover {
  border: 1px solid #212121;
  color: #212121 !important;
}
.shortcut-menu-item:hover .shortcut-menu-item-text {
  opacity: 1;
}
.shortcut-menu-item i {
  font-size: 18px;
}
.shortcut-menu-item .shortcut-menu-item-text {
  opacity: 0;
  font-size: 10px;
  position: absolute;
  top: 26px;
  white-space: nowrap;
  transition: all 0.15s ease-in-out;
}

.shortcut-menu-item-memo {
  background-color: #EDECF7 !important;
  cursor: pointer;
}
.shortcut-menu-item-memo .shortcut-menu-item-text {
  top: 118px;
  transition: all 0.15s ease-in-out;
}

.shortcut-menu-divider {
  width: 40px;
  height: 2px;
  background: #DEE2E9;
  margin: 1.5rem auto;
}

/* New shortcut menu end */
.shortcut-menu {
  width: 80px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 59px;
  background-color: #F5F5F5;
  padding: 8px 5px 16px;
  display: flex;
  flex-wrap: wrap;
  transform: translateZ(0);
  align-content: space-between;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.shortcut-menu > * {
  width: 100%;
}
.shortcut-menu .shortcut-menu-logo {
  text-align: center;
  margin-top: 0.3rem;
  margin-bottom: 2.7rem;
}
.shortcut-menu .shortcut-menu-logo a {
  display: block;
}
.shortcut-menu .shortcut-menu-logo a img {
  width: 35px;
}
.shortcut-menu .shortcut-menu-logo a:active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.shortcut-menu .user-avatar {
  background-color: #2c3640;
  border: 2px solid #6F55F9;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 24px;
}
.shortcut-menu .user-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 0;
}
.shortcut-menu a.logout-btn {
  width: 100%;
  display: block;
  padding: 4px 12px 6px;
  border: 1px solid rgba(255, 255, 255, 0.1803921569) !important;
  background-color: rgba(223, 99, 101, 0.2392156863) !important;
  border-radius: 8px !important;
  color: #FFFFFF !important;
  text-align: center;
  position: relative;
  margin-bottom: 24px;
}
.shortcut-menu a.logout-btn::after {
  content: "";
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1803921569);
  position: absolute;
  bottom: -24px;
  left: calc(50% - 15px);
}
.shortcut-menu a.logout-btn:hover {
  background-color: rgba(223, 99, 101, 0.5411764706) !important;
}
.shortcut-menu a.logout-btn:hover img {
  filter: brightness(10);
}
.shortcut-menu .shortcut-menu-items-box {
  margin-top: 22px;
  max-height: calc(100vh - 605px);
}
.shortcut-menu .shortcut-menu-items-box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.shortcut-menu .shortcut-menu-items-box::-webkit-scrollbar-thumb {
  background: #61B2DE;
  border-radius: 30px;
}
.shortcut-menu .shortcut-menu-items-box::-webkit-scrollbar-track {
  background: rgb(237, 237, 237);
}
@media only screen and (max-width: 1320px) {
  .shortcut-menu .shortcut-menu-items-box {
    overflow-y: auto;
  }
}
.shortcut-menu .shortcut-menu-items-box .single-menu {
  border-radius: 8px;
  background-color: #2c3640;
  margin-bottom: 16px;
}
.shortcut-menu .shortcut-menu-items-box .single-menu ul li {
  padding: 8px;
}
.shortcut-menu .shortcut-menu-items-box .single-menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 50px;
  border-radius: 8px;
  padding-top: 6px;
  background-color: #2c3640;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #FFFFFF;
}
.shortcut-menu .shortcut-menu-items-box .single-menu ul li a i {
  margin-top: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.shortcut-menu .shortcut-menu-items-box .single-menu ul li a .sm-text {
  margin: 0;
  font-size: 11px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1645px) {
  .shortcut-menu .shortcut-menu-items-box .single-menu ul li a .upmTooltip {
    display: none;
  }
}
.shortcut-menu .shortcut-menu-items-box .single-menu ul li a:hover {
  background-color: rgba(97, 178, 222, 0.5);
}
.shortcut-menu .shortcut-menu-items-box .single-menu ul li a:hover i {
  margin-top: 15px;
}
.shortcut-menu .shortcut-menu-items-box .single-menu ul li a:hover .sm-text {
  opacity: 0;
}
.shortcut-menu .shortcut-menu-items-box .single-menu ul li a:active {
  background-color: rgba(97, 178, 222, 0.5) !important;
}
.shortcut-menu .shortcut-menu-items-box .single-menu ul li a:active i {
  margin-top: 15px;
}
.shortcut-menu .shortcut-menu-items-box .single-menu ul li a:active .sm-text {
  opacity: 0;
}
.shortcut-menu .shortcut-menu-items-box .single-menu ul li._active a {
  background-color: rgba(97, 178, 222, 0.9);
}
.shortcut-menu .shortcut-menu-items-box .single-menu ul li._active a i {
  margin-top: 0;
}
.shortcut-menu .shortcut-menu-items-box .single-menu ul li._active a .sm-text {
  opacity: 10;
}
.shortcut-menu .shortcut-menu-items-box .single-menu:last-child {
  margin-bottom: 0;
}
.shortcut-menu .shortcut-menu-footer {
  margin-top: 16px;
  position: relative;
}
.shortcut-menu .shortcut-menu-footer .new-memo-btn-box {
  background-color: #2c3640;
  border-radius: 8px;
  padding: 5px;
}
.shortcut-menu .shortcut-menu-footer .new-memo-btn-box .new-memo-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 55px;
  background-color: rgba(111, 85, 249, 0.5);
  border-radius: 6px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  color: #FFFFFF;
}
.shortcut-menu .shortcut-menu-footer .new-memo-btn-box .new-memo-btn i {
  margin-top: 0;
  margin-bottom: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.shortcut-menu .shortcut-menu-footer .new-memo-btn-box .new-memo-btn .sm-text {
  margin: 0;
  font-size: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.shortcut-menu .shortcut-menu-footer .new-memo-btn-box .new-memo-btn:hover {
  background-color: rgba(111, 85, 249, 0.3);
}
.shortcut-menu .shortcut-menu-footer .new-memo-btn-box .new-memo-btn:hover i {
  margin-top: 15px;
}
.shortcut-menu .shortcut-menu-footer .new-memo-btn-box .new-memo-btn:hover .sm-text {
  opacity: 0;
}
.shortcut-menu .shortcut-menu-footer .nav-menu-mobile-wrapper ul {
  background-color: #DEE5EC;
  border-radius: 8px;
  box-shadow: 0px 23px 26px rgba(0, 0, 0, 0.5607843137);
  margin-top: 16px;
}
.shortcut-menu .shortcut-menu-footer .nav-menu-mobile-wrapper ul li {
  padding: 8px;
  position: relative;
}
.shortcut-menu .shortcut-menu-footer .nav-menu-mobile-wrapper ul li a {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
  padding-top: 15px;
  color: #262626 !important;
}
.shortcut-menu .shortcut-menu-footer .nav-menu-mobile-wrapper ul li a i {
  margin-top: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.shortcut-menu .shortcut-menu-footer .nav-menu-mobile-wrapper ul li a .sm-text {
  margin: 0;
  font-size: 8px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  line-height: 15px;
}
.shortcut-menu .shortcut-menu-footer .nav-menu-mobile-wrapper ul li a:hover {
  background-color: rgba(97, 178, 222, 0.5);
}
.shortcut-menu .shortcut-menu-footer .nav-menu-mobile-wrapper ul li a:hover .sm-text {
  opacity: 0;
}
.shortcut-menu .shortcut-menu-footer .nav-menu-mobile-wrapper ul li ._notification {
  top: -7px;
  right: 8px;
}
.shortcut-menu .shortcut-menu-footer .nav-menu-mobile-wrapper ul li._active a {
  background: rgba(97, 178, 222, 0.9);
  color: #FFFFFF !important;
}
.shortcut-menu .shortcut-menu-footer .nav-menu-mobile-wrapper ul li._active a .sm-text {
  opacity: 0;
}
.shortcut-menu .shortcut-menu-footer .nav-menu-mobile-wrapper ul li._active a i {
  margin-top: 2px;
}
@media only screen and (max-width: 1450px) {
  .shortcut-menu {
    display: none;
  }
}

.upmShortcodesContainer .setupModule {
  padding: 1.5rem;
}
@media screen and (max-width: 640px) {
  .upmShortcodesContainer .setupModule {
    padding: 0;
  }
}
.upmShortcodesContainer .shortCodes label {
  color: #212121;
  cursor: default;
  display: block;
  opacity: 0.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upmShortcodesContainer .shortCodes label.active {
  opacity: 1;
  color: #61B2DE;
}
.upmShortcodesContainer .shortCodes ul {
  margin-bottom: 1.5rem;
}
.upmShortcodesContainer .shortCodes li {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  border-bottom: 1px solid #EEEEEE;
  padding: 0.375rem 0;
  position: relative;
  white-space: nowrap;
}
.upmShortcodesContainer .shortCodes li:before, .upmShortcodesContainer .shortCodes li:after {
  content: " ";
  display: table;
}
.upmShortcodesContainer .shortCodes li:after {
  clear: both;
}
.upmShortcodesContainer .shortCodes li > div {
  flex-grow: 0;
  flex-shrink: 0;
  width: 9.45rem;
}
.upmShortcodesContainer .shortCodes li label {
  flex-grow: 1;
  flex-shrink: 1;
  display: inline-block;
}
.upmShortcodesContainer .shortCodes .clShortCodeContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.upmShortcodesContainer .shortCodes .clShortCodeContainer .prefixContainer {
  transition: all 0.25s ease-in-out;
  display: inline-block;
  opacity: 0;
  width: 0;
}
.upmShortcodesContainer .shortCodes .clShortCodeContainer span.commandPrefix {
  flex-grow: 0;
  flex-shrink: 0;
  transition: all 0.25s ease-in-out;
  color: rgba(97, 178, 222, 0.3);
  overflow: hidden;
  padding: 0 0.375rem;
  pointer-events: all;
  text-align: center;
  width: 1.85rem;
}
.upmShortcodesContainer .shortCodes .clShortCodeContainer span.commandPrefix:hover {
  color: #61b2de;
  cursor: pointer;
}
.upmShortcodesContainer .shortCodes .clShortCodeContainer span.shortCodeSign {
  flex-grow: 1;
  flex-shrink: 1;
}
.upmShortcodesContainer .shortCodes .clShortCodeContainer:hover .prefixContainer {
  opacity: 1;
  width: 70px;
}
.upmShortcodesContainer .shortCodes .clShortCodeContainer:hover .shortCodeSign {
  color: #61B2DE;
}
.upmShortcodesContainer .shortCodes .shortCodeSign {
  color: #212121;
  cursor: pointer;
  display: inline-block;
  padding-left: 0.375rem;
  text-align: left;
  width: 10.5rem;
}
.upmShortcodesContainer .shortCodes table {
  background: transparent;
  width: 100%;
}
.upmShortcodesContainer .shortCodes table tr {
  background-color: transparent;
  border-bottom: 1px dotted #212121;
}
.upmShortcodesContainer .shortCodes table tr td {
  color: #AAAAAA;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 40em) {
  .upmShortcodesContainer .shortCodes table tr td:nth-child(2) {
    display: none;
  }
}

.upmSettingsContainer .resultSetup {
  padding-top: 3rem;
}
.upmSettingsContainer .resultSetup input,
.upmSettingsContainer .resultSetup a,
.upmSettingsContainer .resultSetup button {
  pointer-events: all;
}
.upmSettingsContainer .resultSetup input {
  color: #EEEEEE;
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  .upmSettingsContainer .resultSetup input[type=date] {
    width: auto;
  }
}
.upmSettingsContainer .resultSetup input[type=number] {
  width: auto;
}
.upmSettingsContainer .resultSetup input:focus {
  color: #61B2DE;
}
.upmSettingsContainer .resultSetup .setupModule {
  margin: 1.5rem 0;
  padding: 1.5rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .upmSettingsContainer .resultSetup .setupModule {
    padding: 0;
  }
}
.upmSettingsContainer .resultSetup .setupModule label {
  pointer-events: all;
}
.upmSettingsContainer .resultSetup .setupModule label .fa {
  font-size: 18px;
  margin-right: 0.375rem;
}
.upmSettingsContainer .resultSetup .setupModule label .fa.fa-dot-circle-o {
  display: none;
}
.upmSettingsContainer .resultSetup .setupModule label .fa.fa-circle-thin {
  display: inline-block;
}
.upmSettingsContainer .resultSetup .setupModule label:hover {
  cursor: pointer;
}
.upmSettingsContainer .resultSetup .setupModule label.active .fa-dot-circle-o {
  display: inline-block;
}
.upmSettingsContainer .resultSetup .setupModule label.active .fa-circle-thin {
  display: none;
}
.upmSettingsContainer .resultSetup .setupModule hr {
  border-color: #333;
}
.upmSettingsContainer .resultSetup .setupModule.searchDateRange ul li:before, .upmSettingsContainer .resultSetup .setupModule.searchDateRange ul li:after {
  content: " ";
  display: table;
}
.upmSettingsContainer .resultSetup .setupModule.searchDateRange ul li:after {
  clear: both;
}
.upmSettingsContainer .resultSetup .setupModule.searchDateRange ul li .error {
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
}
.upmSettingsContainer .resultSetup .setupModule.searchDateRange span {
  display: inline-block;
  margin-top: 6px;
  width: 40px;
}
.upmSettingsContainer .resultSetup .setupModule.searchDateRange input {
  display: inline-block;
  width: 180px;
}

.upmSettingsContainer .setupModule {
  padding: 1.5rem;
}
@media screen and (max-width: 640px) {
  .upmSettingsContainer .setupModule {
    padding: 0;
  }
}
.upmSettingsContainer .setupModule ul li {
  padding: 0.375rem 0;
}
.upmSettingsContainer .setupModule ul li:hover {
  cursor: pointer;
}
.upmSettingsContainer .setupModule ul li:active {
  background-color: #EEEEEE;
}
.upmSettingsContainer .setupModule ul li.active {
  color: #61B2DE;
}
.upmSettingsContainer .setupModule ul li.active span, .upmSettingsContainer .setupModule ul li.active button {
  color: inherit !important;
}
.upmSettingsContainer .setupModule i {
  font-size: 18px;
  margin-right: 5px;
  text-align: center;
  width: 20px;
}
.upmSettingsContainer .setupModule .label-smallIcon i {
  font-size: 12px;
}
.upmSettingsContainer .setupModule label {
  margin-top: 3px;
}
.upmSettingsContainer .setupModule label:hover {
  cursor: pointer;
}
.upmSettingsContainer .setupModule label:active {
  background-color: #EEEEEE;
}
.upmSettingsContainer .setupModule label.active {
  color: #61B2DE;
}
.upmSettingsContainer .setupModule label.active span {
  color: inherit;
}
.upmSettingsContainer .setDefaultFileTemplate {
  margin-left: 0;
}
.upmSettingsContainer .setDefaultFileTemplate:before, .upmSettingsContainer .setDefaultFileTemplate:after {
  content: " ";
  display: table;
}
.upmSettingsContainer .setDefaultFileTemplate:after {
  clear: both;
}
.upmSettingsContainer .setDefaultFileTemplate li {
  border: none;
  color: #212121;
  margin: 0;
  opacity: 1;
}
.upmSettingsContainer .setDefaultFileTemplate li.disabled {
  opacity: 0.25;
  pointer-events: none;
}
.upmSettingsContainer .setDefaultFileTemplate li span {
  display: block;
  line-height: 24px;
  padding: 0;
}
.upmSettingsContainer .setDefaultFileTemplate li span:before, .upmSettingsContainer .setDefaultFileTemplate li span:after {
  content: " ";
  display: table;
}
.upmSettingsContainer .setDefaultFileTemplate li span:after {
  clear: both;
}
.upmSettingsContainer .setDefaultFileTemplate li span i {
  width: auto;
  pointer-events: none;
}
.upmSettingsContainer .setDefaultFileTemplate li.active {
  opacity: 1;
}
.upmSettingsContainer .setDefaultFileTemplate li.active span, .upmSettingsContainer .setDefaultFileTemplate li.active button {
  color: #61B2DE !important;
}
.upmSettingsContainer .restrictSearch label {
  display: block;
}
.upmSettingsContainer .restrictSearch label.active {
  color: #61B2DE;
}
.upmSettingsContainer .restrictSearch label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.upmSettingsContainer .searchDateRange,
.upmSettingsContainer .restrictSearchOption {
  transition: all 0.25s linear;
  transform: translateZ(0);
}
.upmSettingsContainer .searchDateRange ul,
.upmSettingsContainer .restrictSearchOption ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .upmSettingsContainer .searchDateRange ul,
  .upmSettingsContainer .restrictSearchOption ul {
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .upmSettingsContainer .searchDateRange ul li input,
  .upmSettingsContainer .restrictSearchOption ul li input {
    width: 150px;
  }
}
.upmSettingsContainer .searchDateRange ul li,
.upmSettingsContainer .restrictSearchOption ul li {
  margin-right: 0.75rem;
}
.upmSettingsContainer .searchDateRange ul li:last-child,
.upmSettingsContainer .restrictSearchOption ul li:last-child {
  margin-right: 0;
}
.upmSettingsContainer .searchDateRange ul li span,
.upmSettingsContainer .restrictSearchOption ul li span {
  font-size: 0.6875rem;
  letter-spacing: 1px;
  line-height: 1.1;
  text-transform: uppercase;
}
.upmSettingsContainer .searchDateRange ul li input,
.upmSettingsContainer .restrictSearchOption ul li input {
  height: 24px;
  margin: 0;
  padding: 3px 0;
}
.upmSettingsContainer .searchDateRange ul li input[type=date]::-webkit-inner-spin-button,
.upmSettingsContainer .restrictSearchOption ul li input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
.upmSettingsContainer .searchDateRange ul li input[type=date]::-webkit-calendar-picker-indicator,
.upmSettingsContainer .restrictSearchOption ul li input[type=date]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none;
}
.upmSettingsContainer .restrictSearchOption {
  margin-bottom: 1.5rem;
  opacity: 0.2;
  pointer-events: none;
}
.upmSettingsContainer .restrictSearchOption.show {
  opacity: 1;
  pointer-events: all;
}
.upmSettingsContainer .searchDateRange {
  margin-top: 1.5rem;
}
.upmSettingsContainer .search-settings-button {
  height: 35px;
}

.upmUserHistory .recentSearch .recentSearchedItem > div {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  border-bottom: 1px solid #EEEEEE;
  padding: 0.75rem;
  cursor: default;
}
.upmUserHistory .recentSearch .recentSearchedItem .recentSearchedItem-subContainer {
  justify-content: space-between;
  align-items: center;
}
.upmUserHistory .recentSearch .recentSearchedItem .recentSearchedItem-subContainer-content {
  display: flex;
}
.upmUserHistory .recentSearch .recentSearchedItem .removeTerm {
  background-color: transparent;
  color: #DF6365;
  height: 24px;
  line-height: 1.5;
  margin-right: 5px;
}
.upmUserHistory .recentSearch .recentSearchedItem .search-history-text {
  font-weight: 400;
  margin-right: 0.5rem;
}
.upmUserHistory .recentSearch .recentSearchedItem .queryText {
  transition: all 0.25s linear;
  display: inline-block;
  line-height: 24px;
}
.upmUserHistory .recentSearch .recentSearchedItem .queryText:hover {
  cursor: pointer;
  color: #61B2DE !important;
}
.upmUserHistory .recentSearch .recentSearchedItem i {
  transition: all 0.25s linear;
  font-size: 14px;
  opacity: 0.5;
}
.upmUserHistory .recentSearch .recentSearchedItem .search-results-share-button i {
  font-size: 22px;
}
@media screen and (min-width: 1360px) {
  .upmUserHistory .recentSearch .recentSearchedItem:hover {
    cursor: pointer;
  }
  .upmUserHistory .recentSearch .recentSearchedItem:hover i {
    opacity: 1;
  }
}

.upmHeader .termListActionContainer {
  transform: translateZ(0);
  transition: all 0.25s linear;
  width: 100%;
}

.termListActionContainer ul.flexList > li:first-child {
  border-right: 1px solid #A8AAA9;
  padding-right: 13px;
  margin-right: 13px;
}

.termListActionContainer ul.flexList > li .searchBtns {
  font-size: 18px;
}

.termListActionContainer ul.flexList > li:nth-child(2):after {
  margin-left: 6px;
  content: "Searching:";
  font-size: 12.8px;
}

@media only screen and (max-width: 575px) {
  .termListActionContainer ul.flexList > li:nth-child(2):after {
    display: none;
  }
  .command-line-options-header {
    display: none !important;
  }
  .searchPreviewContainer {
    display: none !important;
  }
  .command-line-options-container {
    max-height: 34vh !important;
  }
  .termListActionContainer ul.flexList > li:first-child {
    padding-right: 8px !important;
    margin-right: 8px !important;
  }
}
.upmFooter {
  transform: translateY(50px);
  background-color: #FFFFFF;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9100;
}
.upmFooter.show {
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .upmFooter.show {
    transform: translateY(0px);
    height: 59.78px;
    display: block;
  }
}
.upmFooter .hideOnMobile {
  display: inline-block !important;
}
.upmFooter .showOnMobile {
  display: none !important;
}
.upmFooter a {
  text-decoration: none;
  border: 1px solid transparent;
}
.upmFooter .memoCounter {
  border-radius: 4px;
  background-color: #FFFFFF;
  font-weight: 300;
  font-size: 17px;
  height: 100%;
  line-height: 35px;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 100;
}
.upmFooter .memoCounter:hover {
  color: #61B2DE;
}
.upmFooter .memoCounter:active {
  background-color: #61B2DE;
  color: #FFFFFF;
}
.upmFooter .memoCounter.hide {
  display: none;
}
.upmFooter .userAcronymButton {
  padding: 0;
  font-size: 22px;
  background-color: transparent !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 30px;
}
.upmFooter .userAcronymButton .menu-btn-txt {
  font-size: 10px;
}
.upmFooter .notificationBadgeContainer {
  background-color: #DF6365;
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700 !important;
  height: 19px !important;
  line-height: 2 !important;
  min-width: 19px !important;
  padding: 0px 7px;
  position: absolute;
  top: -1px;
  left: 80%;
  text-align: center;
  z-index: 200;
}
.upmFooter .footerRow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.upmFooter .footerRow .footer-selected-files-count-container {
  position: absolute;
  left: 80px;
}
.upmFooter .footerRow .footer-selected-files-count-container .mainMenuItem {
  direction: ltr !important;
  background: transparent;
}
@media only screen and (max-width: 440px) {
  .upmFooter .footerRow .footer-selected-files-count-container {
    display: none;
  }
}
.upmFooter .footerRow .footerRow-inner1 {
  width: 80px;
  padding: 14px 22px 17px 24px;
  background-color: #F5F5F5;
  color: #fff;
  transition: 0.1s;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: -2px;
  cursor: pointer;
}
.upmFooter .footerRow .footerRow-inner1 .btn-area {
  text-align: center;
  width: fit-content;
}
.upmFooter .footerRow .footerRow-inner2 {
  padding: 9px 22px;
}
.upmFooter .footerRow .highlightLabel {
  font-weight: 500;
  font-size: 1rem;
  margin-left: 0.5rem;
}
.upmFooter .footerRow .highlightLabel span {
  display: inline-block;
  margin-right: 0.25rem;
}
.upmFooter .creditItem {
  font-size: 0.8rem;
  line-height: 1;
  opacity: 1;
  text-transform: uppercase;
  visibility: visible;
}
.upmFooter .creditItem > span {
  font-size: 10px;
}
.upmFooter .creditItem > span.highlight {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .upmFooter .creditItem {
    display: none;
  }
}
.upmFooter .buttonActiveState {
  background-color: #33475B;
  color: #FFFFFF;
}
.upmFooter .mainMenuItem {
  background: #FFFFFF;
  height: 100%;
  padding-left: 6px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .upmFooter .mainMenuItem {
    direction: rtl;
    width: 100%;
  }
  .upmFooter .mainMenuItem ul {
    direction: ltr;
  }
}
.upmFooter .mainMenuItem ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  white-space: nowrap;
}
.upmFooter .mainMenuItem ul:before, .upmFooter .mainMenuItem ul:after {
  content: " ";
  display: table;
}
.upmFooter .mainMenuItem ul:after {
  clear: both;
}
.upmFooter .mainMenuItem ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.upmFooter .mainMenuItem ul li > * {
  margin: 0 0 0 1.45rem;
}
@media screen and (max-width: 767px) {
  .upmFooter .mainMenuItem ul li > * {
    margin: 0 0 0 0.45rem;
  }
}
.upmFooter .mainMenuItem ul li img {
  width: 28px;
  height: 28px;
}
.upmFooter .footerAdditionalRow {
  bottom: 102%;
  right: 0;
  position: absolute;
  width: calc(100% - 80px);
}
@media screen and (max-width: 1450px) {
  .upmFooter .footerAdditionalRow {
    width: 100%;
  }
}
.upmFooter .footerAdditionalRow .accept-cookies-button {
  padding: 0 1rem;
  color: white;
  background-color: #61B2DE;
  margin-left: 1rem;
  border: none;
}
.upmFooter .footerAdditionalRow .accept-cookies-button:hover {
  background-color: #33475B;
}
.upmFooter .footerAdditionalRow .footerMenuContainer {
  padding: 0 1.5rem;
}
.upmFooter .footerAdditionalRow .additionalMenuContainer {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden;
}
.upmFooter .footerAdditionalRow .additionalMenuContainer.show {
  max-height: 240px;
  overflow: visible;
  visibility: visible;
}
.upmFooter .footerAdditionalRow .additionalMenuContainer.show ul li {
  opacity: 1;
}
.upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewerSubFooter {
  padding: 11px 0;
}
.upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewerSubFooter li:last-child {
  margin: 0;
}
.upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewerSubFooter li button {
  margin-right: 1px;
}
.upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewDropUpMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: background-color 0.3s linear;
  flex-direction: column;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  right: 66px;
  border-radius: 8px;
  background-color: #FFFFFF;
  border: 1px solid #61B2DE;
}
.upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewDropUpMenu li:hover {
  background-color: #F4FBFF;
}
.upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewDropUpMenu::after {
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #61B2DE transparent;
  content: "";
  position: absolute;
  transform: rotate(180deg);
  right: 44%;
  top: 100%;
}
@media screen and (max-width: 450px) {
  .upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewDropUpMenu::after {
    display: none;
  }
}
.upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewDropUpMenu._fileViewerShare {
  transition: background-color 0.3s linear;
  right: 139px;
  width: 198px;
  padding: 12px 0;
}
.upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewDropUpMenu._fileViewerShare li {
  margin: 0 0 4px 0;
}
.upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewDropUpMenu._fileViewerShare li button {
  width: 100%;
}
.upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewDropUpMenu._fileViewerShare li button i {
  font-size: 22px;
  float: left;
}
.upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewDropUpMenu._fileViewerShare li button span {
  font-size: 16px;
  font-weight: 300;
  display: flex;
  margin-top: 2px;
}
@media screen and (max-width: 450px) {
  .upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewDropUpMenu._fileViewerShare {
    right: 129px;
    width: 181px;
  }
  .upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewDropUpMenu._fileViewerShare li button {
    margin: 0;
  }
}
.upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewDropUpMenu._fileViewerMoreOptions {
  right: 61px;
  width: 226px;
  padding: 12px 0;
}
.upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewDropUpMenu._fileViewerMoreOptions li {
  transition: background-color 0.3s linear;
  margin: 0 0 4px 0;
}
@media screen and (max-width: 450px) {
  .upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewDropUpMenu._fileViewerMoreOptions li button {
    margin: 0 auto;
  }
}
.upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewDropUpMenu._fileViewerMoreOptions li button i {
  font-size: 22px;
  float: left;
}
@media screen and (max-width: 450px) {
  .upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewDropUpMenu._fileViewerMoreOptions li button i {
    display: inline-block;
    float: none;
  }
}
.upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewDropUpMenu._fileViewerMoreOptions li button span {
  font-size: 16px;
  font-weight: 300;
  display: flex;
  margin-top: 2px;
}
@media screen and (max-width: 450px) {
  .upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewDropUpMenu._fileViewerMoreOptions li button span {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
}
.upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewDropUpMenu._fileViewerMoreOptions li._deleteButton button {
  color: #DF6365;
}
.upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewDropUpMenu._fileViewerMoreOptions li._deleteButton button:hover {
  color: #f04124;
}
.upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewDropUpMenu._fileViewerMoreOptions li._deleteButton:hover {
  background-color: rgba(253, 136, 136, 0.1294117647);
}
@media screen and (max-width: 450px) {
  .upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewDropUpMenu._fileViewerMoreOptions {
    right: 66px;
    width: 191px;
  }
}
.upmFooter .footerAdditionalRow .additionalMenuContainer .fileViewDropUpMenu._fileListView {
  right: 125px;
}
.upmFooter .footerAdditionalRow .modalContent {
  height: 100%;
}
.upmFooter .footerAdditionalRow .modalContent:before, .upmFooter .footerAdditionalRow .modalContent:after {
  content: " ";
  display: table;
}
.upmFooter .footerAdditionalRow .modalContent:after {
  clear: both;
}
.upmFooter .footerAdditionalRow .confirmationMenuWrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  flex-wrap: nowrap;
}
@media screen and (max-width: 480px) {
  .upmFooter .footerAdditionalRow .confirmationMenuWrapper {
    overflow: scroll;
    overflow-y: hidden;
  }
}
.upmFooter .footerAdditionalRow ul {
  display: block;
  padding: 16px 0;
}
.upmFooter .footerAdditionalRow ul:before, .upmFooter .footerAdditionalRow ul:after {
  content: " ";
  display: table;
}
.upmFooter .footerAdditionalRow ul:after {
  clear: both;
}
.upmFooter .footerAdditionalRow ul.confirmationMenuWrapper {
  margin: 0;
}
.upmFooter .footerAdditionalRow ul.listToRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  height: 100%;
}
.upmFooter .footerAdditionalRow ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  margin-right: 0.5rem;
  min-height: 54px;
  margin-bottom: 0.1rem;
}
.upmFooter .footerAdditionalRow ul li:last-child {
  margin-right: 0;
}
.upmFooter .footerAdditionalRow ul li._moreBtn {
  padding-left: 0.5rem;
  border-left: 1px solid #999999;
}
.upmFooter .footerAdditionalRow .userAccountMenuContainer ul {
  text-align: left;
}
.upmFooter .footerAdditionalRow .leftMenuContainer ul li:first-child {
  margin-left: 0;
}
.upmFooter .footerAdditionalRow .rightMenuContainer li {
  float: right;
}
.upmFooter .footerAdditionalRow .rightMenuContainer li:last-child {
  margin-right: 8px;
}
.upmFooter .footerAdditionalRow .rightMenuContainer li:first-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .upmFooter .hideOnMobile {
    display: none !important;
  }
  .upmFooter .showOnMobile {
    display: block !important;
  }
  .upmFooter .userAccountItem {
    text-align: left;
  }
}
@media screen and (max-width: 1116px) {
  .upmFooter .confirmationMenuWrapper .hideOnMobile {
    display: none !important;
  }
  .upmFooter .confirmationMenuWrapper .showOnMobile {
    display: block !important;
  }
}

[data-tooltip-text] {
  position: relative;
  overflow-y: visible;
}

.warnin-icon__tooptip[data-tooltip-text] {
  overflow-y: hidden;
}

[data-tooltip-text] .upmTooltip {
  border-radius: px;
  transform: translateX(0);
  transition: opacity 0.3s linear;
  border-radius: 8px;
  line-height: 150%;
  max-width: 640px;
  margin: 0;
  text-transform: none;
  background: #262626;
  color: #FFFFFF;
  font-size: 0.8rem;
  opacity: 0;
  padding: 0.5rem 1rem;
  pointer-events: none;
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  z-index: 20000;
}
[data-tooltip-text] .upmTooltip::after {
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #171717 transparent;
  content: "";
  margin-left: -5px;
  position: absolute;
}

[data-tooltip-text]:hover .upmTooltip {
  opacity: 1;
  z-index: 20000;
  visibility: visible;
}

[data-tooltip-text][data-tooltip-position=tl] .upmTooltip {
  left: 0;
  bottom: 168%;
}
[data-tooltip-text][data-tooltip-position=tl] .upmTooltip::after {
  top: 100%;
  left: 16px;
  transform: rotate(180deg);
}

[data-tooltip-text][data-tooltip-position=tr] .upmTooltip {
  right: 1px;
  bottom: 125%;
}
[data-tooltip-text][data-tooltip-position=tr] .upmTooltip::after {
  top: 100%;
  right: 10px;
  transform: rotate(180deg);
}

[data-tooltip-text][data-tooltip-position=mt] .upmTooltip {
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
}
[data-tooltip-text][data-tooltip-position=mt] .upmTooltip::after {
  top: 100%;
  left: 50%;
  transform: rotate(180deg);
}

[data-tooltip-text][data-tooltip-position=mb] .upmTooltip {
  transform: translateX(-50%);
  left: 50%;
  top: 150%;
}
[data-tooltip-text][data-tooltip-position=mb] .upmTooltip::after {
  transform: translateX(50%);
  bottom: 100%;
  right: 50%;
}

[data-tooltip-text][data-tooltip-position=ml] .upmTooltip {
  right: 115%;
  top: -5px;
}
[data-tooltip-text][data-tooltip-position=ml] .upmTooltip::after {
  left: 103%;
  bottom: 11px;
  transform: rotate(90deg);
}

[data-tooltip-text][data-tooltip-position=mr] .upmTooltip {
  transform: translateY(-50%);
  top: 50%;
  left: 100%;
}
[data-tooltip-text][data-tooltip-position=mr] .upmTooltip::after {
  right: 100%;
  bottom: 11px;
  transform: rotate(270deg);
}

[data-tooltip-text][data-tooltip-position=br] .upmTooltip {
  transform: translateX(-100%);
  left: 100%;
  top: 150%;
}
[data-tooltip-text][data-tooltip-position=br] .upmTooltip::after {
  bottom: 100%;
  right: 13px;
}

[data-tooltip-text][data-tooltip-position=bl] .upmTooltip {
  transform: translateX(-5%);
  left: 0;
  top: 150%;
}
[data-tooltip-text][data-tooltip-position=bl] .upmTooltip::after {
  bottom: 100%;
  right: 80%;
}

.tool-tip-text-break[data-tooltip-text] .upmTooltip {
  white-space: normal;
  width: 241px;
}

.main-nav-menu-wrapper.show ~ footer.upmFooter.show .footerRow .footerRow-inner1 {
  width: 360px;
  background-color: #EDF0F3;
}
.main-nav-menu-wrapper.show ~ footer.upmFooter.show .footerRow .footerRow-inner1 ._notification {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .main-nav-menu-wrapper.show ~ footer.upmFooter.show .footerRow .footerRow-inner1 {
    width: 330px;
  }
}
@media only screen and (max-width: 991px) {
  .main-nav-menu-wrapper.show ~ footer.upmFooter.show .footerRow .footerRow-inner1 {
    width: 330px;
  }
}
@media only screen and (max-width: 767px) {
  .main-nav-menu-wrapper.show ~ footer.upmFooter.show .footerRow .footerRow-inner1 {
    width: 80px;
  }
}

.headerDropDownMenu button {
  background: none;
  color: #212121;
  margin-bottom: 0;
}

.reveal-modal {
  bottom: 1.5rem;
  left: 1.5rem;
  max-width: none;
  right: 1.5rem;
  top: 1.5rem;
  width: auto;
}
@media only screen and (max-width: 40em) {
  .reveal-modal {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
}

.confirmationDialog {
  transition: all 0.3s linear;
  border-radius: 0;
  display: none;
  overflow: hidden;
  position: relative;
  visibility: hidden;
}
.confirmationDialog .hideOnMobile {
  display: inline-block !important;
}
.confirmationDialog .showOnMobile {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .confirmationDialog .hideOnMobile {
    display: none !important;
  }
  .confirmationDialog .showOnMobile {
    display: inline-block !important;
  }
}
.confirmationDialog.show {
  display: inline-block;
  overflow: visible;
  visibility: visible;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 0.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 120%;
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 480px) {
  .confirmationDialog.show {
    width: 13rem;
  }
}
.confirmationDialog .close-confiramtion-dialog {
  background: none;
  color: #61B2DE;
  font-size: 1.125rem;
  margin: 0;
  padding: 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9000;
}
.confirmationDialog .close-confiramtion-dialog svg {
  width: 1rem;
  opacity: 0.35;
  transition: all 0.35s ease-in-out;
}
.confirmationDialog .close-confiramtion-dialog:hover {
  border: 0;
  background-color: transparent;
}
.confirmationDialog .close-confiramtion-dialog:hover svg {
  opacity: 1;
}
.confirmationDialog .close-confiramtion-dialog:active {
  color: #212121;
  background-color: transparent !important;
}
.confirmationDialog .alert {
  color: #DF6365;
}
.confirmationDialog .panelCloseIcon {
  border-color: transparent;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 1.5rem;
  top: 4px;
}
.confirmationDialog .inline-list {
  margin: 0 !important;
}
.confirmationDialog .inline-list li {
  transition: all 0.25s linear;
  opacity: 0;
  visibility: hidden;
}
.confirmationDialog .inline-list li.highlightLabel {
  font-weight: 700;
}
.confirmationDialog .inline-list li.highlightLabel span {
  display: inline-block;
}
.confirmationDialog .inline-list li a, .confirmationDialog .inline-list li button {
  transition: all 0.25s linear;
  background-color: transparent;
  border-bottom: 0;
  color: #666666;
  display: block;
}
.confirmationDialog .inline-list li a:before, .confirmationDialog .inline-list li a:after, .confirmationDialog .inline-list li button:before, .confirmationDialog .inline-list li button:after {
  content: " ";
  display: table;
}
.confirmationDialog .inline-list li a:after, .confirmationDialog .inline-list li button:after {
  clear: both;
}
.confirmationDialog .inline-list li a:hover, .confirmationDialog .inline-list li button:hover {
  color: #212121;
}
.confirmationDialog .inline-list li a:active, .confirmationDialog .inline-list li button:active {
  background-color: #EEEEEE !important;
}
.confirmationDialog .inline-list li a.disabled, .confirmationDialog .inline-list li button.disabled {
  opacity: 0.35 !important;
  pointer-events: none;
}
.confirmationDialog .inline-list li i {
  display: inline-block;
  margin-right: 5px;
  color: inherit;
}
.confirmationDialog .inline-list li label {
  display: inline-block;
  color: inherit;
}

.pageNotification {
  transition: all 0.3s linear;
  background-color: #F4FBFF;
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  position: relative;
}
.pageNotification.show {
  max-height: 240px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pageNotification .largeText {
  font-size: 1rem;
}
.pageNotification.pageInstruction {
  text-align: left;
}
.pageNotification .error {
  color: #DF6365;
}
.pageNotification .flexRow, .pageNotification .tableFundView .fundAdditionalInformation, .tableFundView .pageNotification .fundAdditionalInformation, .pageNotification .tableFundView .fundBasicInformation, .tableFundView .pageNotification .fundBasicInformation {
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.pageNotification .buttonItem {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
  width: auto;
}
.pageNotification .messageItem {
  flex-grow: 1;
  flex-shrink: 1;
  margin-left: 0.5rem;
}
.pageNotification .panelCloseIcon {
  margin: 0;
  padding: 0;
}
.pageNotification .notificationIcon i {
  font-size: 1.5rem;
}
.pageNotification.systemMessageWrapper {
  background-color: #F0EFFE;
  border-left: 10px solid #61B2DE;
  color: #262626;
}
.pageNotification.systemMessageWrapper .panelCloseIcon {
  color: #61B2DE;
  margin-left: 1rem;
}
.pageNotification.systemMessageWrapper .panelCloseIcon:hover {
  color: #33475B;
}
.pageNotification.systemMessageWrapper .messageContent .button, .pageNotification.systemMessageWrapper .messageContent .buttonAction,
.pageNotification.systemMessageWrapper .messageContent button {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.pageNotification.systemMessageWrapper .messageContent .button:hover, .pageNotification.systemMessageWrapper .messageContent .buttonAction:hover,
.pageNotification.systemMessageWrapper .messageContent button:hover {
  background-color: #F4FBFF;
}
.pageNotification.systemMessageWrapper .messageContent a {
  color: #61B2DE;
}
.pageNotification.systemMessageWrapper .messageContent a:hover {
  color: #33475B;
}
.pageNotification .textUnderline {
  text-decoration: underline;
}

.systemNotification-container {
  border-left: 10px solid #FFAA00 !important;
  background: #F0EFFE !important;
}

.systemNotification-row {
  color: #262626;
  font-size: 0.9rem;
  font-weight: 500;
}

.systemNotificationIcon-container {
  margin-right: 1rem;
}

.systemNotificationClose-container {
  margin-left: 1rem;
}

.systemNotificationClose-button {
  color: #E09600;
}
.systemNotificationClose-button:hover {
  color: #33475B;
}

.editDialog {
  transform: translateX(1px);
  transition: all 0.75s ease-in-out;
  background-color: #FFFFFF;
  height: 100%;
  left: -105%;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9000;
}
.editDialog:after {
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  background-color: #E8CD00;
  content: "";
  height: 5px;
  width: 100%;
}
.editDialog textarea {
  box-shadow: 0 0 1px inset;
  background: #FFFFFF;
  border-bottom-color: #212121;
  border-bottom-width: 2px;
  border: 1px solid #AAAAAA;
  height: 9rem;
  margin: 1.5rem 0;
  resize: none;
}
.editDialog i {
  color: #AAAAAA;
}
.editDialog.show {
  left: 0;
}
.editDialog .circleButtons, .editDialog .upmViewerSidebarContainer .filePrivacy button, .upmViewerSidebarContainer .filePrivacy .editDialog button {
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 2px solid #EEEEEE;
  color: #212121;
  height: 2.7rem;
  line-height: 53px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 2.7rem;
}
.editDialog .circleButtons i, .editDialog .upmViewerSidebarContainer .filePrivacy button i, .upmViewerSidebarContainer .filePrivacy .editDialog button i {
  color: inherit;
}
.editDialog .circleButtons.active, .editDialog .upmViewerSidebarContainer .filePrivacy button.active, .upmViewerSidebarContainer .filePrivacy .editDialog button.active {
  color: #61B2DE;
  border-color: #61B2DE;
}
.editDialog .circleButtons:hover, .editDialog .upmViewerSidebarContainer .filePrivacy button:hover, .upmViewerSidebarContainer .filePrivacy .editDialog button:hover {
  border-color: #212121;
}
.editDialog .circleButtons:active, .editDialog .upmViewerSidebarContainer .filePrivacy button:active, .upmViewerSidebarContainer .filePrivacy .editDialog button:active {
  background-color: #EEEEEE !important;
}
.editDialog .circleButtons .privacyButtonIcon, .editDialog .upmViewerSidebarContainer .filePrivacy button .privacyButtonIcon, .upmViewerSidebarContainer .filePrivacy .editDialog button .privacyButtonIcon {
  display: none;
}
.editDialog .circleButtons[data-privacy-status=private], .editDialog .upmViewerSidebarContainer .filePrivacy button[data-privacy-status=private], .upmViewerSidebarContainer .filePrivacy .editDialog button[data-privacy-status=private] {
  color: #DF6365;
  border-color: #DF6365;
}
.editDialog .circleButtons[data-privacy-status=private] .privateButtonIcon, .editDialog .upmViewerSidebarContainer .filePrivacy button[data-privacy-status=private] .privateButtonIcon, .upmViewerSidebarContainer .filePrivacy .editDialog button[data-privacy-status=private] .privateButtonIcon {
  display: block;
}
.editDialog .circleButtons[data-privacy-status=semipublic], .editDialog .upmViewerSidebarContainer .filePrivacy button[data-privacy-status=semipublic], .upmViewerSidebarContainer .filePrivacy .editDialog button[data-privacy-status=semipublic] {
  color: #FFAA00;
  border-color: #FFAA00;
}
.editDialog .circleButtons[data-privacy-status=semipublic] .semipublicButtonIcon, .editDialog .upmViewerSidebarContainer .filePrivacy button[data-privacy-status=semipublic] .semipublicButtonIcon, .upmViewerSidebarContainer .filePrivacy .editDialog button[data-privacy-status=semipublic] .semipublicButtonIcon {
  display: block;
}
.editDialog .circleButtons[data-privacy-status=public], .editDialog .upmViewerSidebarContainer .filePrivacy button[data-privacy-status=public], .upmViewerSidebarContainer .filePrivacy .editDialog button[data-privacy-status=public] {
  color: #55B5AC;
  border-color: #55B5AC;
}
.editDialog .circleButtons[data-privacy-status=public] .publicButtonIcon, .editDialog .upmViewerSidebarContainer .filePrivacy button[data-privacy-status=public] .publicButtonIcon, .upmViewerSidebarContainer .filePrivacy .editDialog button[data-privacy-status=public] .publicButtonIcon {
  display: block;
}
.editDialog .circleButtons .locationButtonIcon, .editDialog .upmViewerSidebarContainer .filePrivacy button .locationButtonIcon, .upmViewerSidebarContainer .filePrivacy .editDialog button .locationButtonIcon {
  display: none;
}
.editDialog .circleButtons[data-memo-location=personal], .editDialog .upmViewerSidebarContainer .filePrivacy button[data-memo-location=personal], .upmViewerSidebarContainer .filePrivacy .editDialog button[data-memo-location=personal] {
  color: #DF6365;
  border-color: #DF6365;
}
.editDialog .circleButtons[data-memo-location=personal] .personButtonIcon, .editDialog .upmViewerSidebarContainer .filePrivacy button[data-memo-location=personal] .personButtonIcon, .upmViewerSidebarContainer .filePrivacy .editDialog button[data-memo-location=personal] .personButtonIcon {
  display: block;
}
.editDialog .circleButtons[data-memo-location=entity], .editDialog .upmViewerSidebarContainer .filePrivacy button[data-memo-location=entity], .upmViewerSidebarContainer .filePrivacy .editDialog button[data-memo-location=entity] {
  color: #61B2DE;
  border-color: #61B2DE;
}
.editDialog .circleButtons[data-memo-location=entity] .businessButtonIcon, .editDialog .upmViewerSidebarContainer .filePrivacy button[data-memo-location=entity] .businessButtonIcon, .upmViewerSidebarContainer .filePrivacy .editDialog button[data-memo-location=entity] .businessButtonIcon {
  display: block;
}
.editDialog .circleButtons[data-attachmant-status=true], .editDialog .upmViewerSidebarContainer .filePrivacy button[data-attachmant-status=true], .upmViewerSidebarContainer .filePrivacy .editDialog button[data-attachmant-status=true] {
  color: #61B2DE;
  border-color: #61B2DE;
}
.editDialog .button, .editDialog .buttonAction, .editDialog .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .editDialog button {
  transition: all 0.25s linear;
}
.editDialog .button.positive--button, .editDialog .positive--button.buttonAction, .editDialog .editCreateMemoPage .pageOptionsContainer ul li button.positive--button, .editCreateMemoPage .pageOptionsContainer ul li .editDialog button.positive--button {
  border: 1px solid #61B2DE;
}
.editDialog .button.negative--button, .editDialog .negative--button.buttonAction, .editDialog .editCreateMemoPage .pageOptionsContainer ul li button.negative--button, .editCreateMemoPage .pageOptionsContainer ul li .editDialog button.negative--button {
  border: 1px solid #61B2DE;
  color: #61B2DE;
  background-color: #FFFFFF;
}
.editDialog .button.negative--button:hover, .editDialog .negative--button.buttonAction:hover, .editDialog .editCreateMemoPage .pageOptionsContainer ul li button.negative--button:hover, .editCreateMemoPage .pageOptionsContainer ul li .editDialog button.negative--button:hover {
  border: 1px solid #212121;
  color: #212121;
}
.editDialog .buttonGroupWrapper {
  padding: 0 0;
  background-color: #FFFFFF;
}
.editDialog .buttonGroupWrapper.fixed {
  box-shadow: 0 2px 2px rgba(170, 170, 170, 0.35);
  transform: translateZ(0px);
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.editDialog .buttonGroupWrapper.fixed > ul {
  max-width: 695px;
  margin: 0 auto !important;
}
.editDialog .dialogErrorContainer {
  translate: all 0.25s linear;
  border: 2px solid #DF6365;
  color: #DF6365;
  max-height: 0px;
  padding: 0 1.5rem;
  position: relative;
}
.editDialog .dialogErrorContainer.show {
  max-height: 100px;
  padding: 1.5rem;
}
.editDialog .dialogErrorContainer .closeErrorDialog {
  translate: all 0.25s linear;
  background-color: #FFFFFF;
  border: 2px solid #EEEEEE;
  color: #DF6365;
  height: 2rem;
  line-height: 2rem;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  text-align: center;
  width: 2rem;
}
.editDialog .dialogErrorContainer .closeErrorDialog:hover {
  border-color: #DF6365;
}
.editDialog .dialogTitle {
  width: 100%;
}
.editDialog .dialogTitle h1, .editDialog .dialogTitle .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .editDialog .dialogTitle select {
  display: block;
  font-weight: 900;
  text-align: left;
  word-break: break-all;
  margin: 1.5rem 0;
  padding: 0;
}
.editDialog .dialogTitle h1:before, .editDialog .dialogTitle .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select:before, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .editDialog .dialogTitle select:before, .editDialog .dialogTitle h1:after, .editDialog .dialogTitle .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select:after, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .editDialog .dialogTitle select:after {
  display: none;
}
.editDialog .dialogTitle h1 span, .editDialog .dialogTitle .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select span, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .editDialog .dialogTitle select span {
  font-weight: 900;
}
.editDialog .close-edit-dialog {
  background: none;
  color: #61B2DE;
  display: none;
  font-size: 1.5rem;
  position: absolute;
  right: 0;
  top: 0.75rem;
  z-index: 2100;
}
.editDialog .close-edit-dialog i {
  pointer-events: none;
}
@media only screen and (max-width: 40em) {
  .editDialog .close-edit-dialog {
    display: none;
  }
}
.editDialog .close-edit-dialog svg {
  width: 1.5rem;
  opacity: 0.35;
  transition: all 0.35s ease-in-out;
}
.editDialog .close-edit-dialog:hover {
  border: 0;
  background-color: transparent;
}
.editDialog .close-edit-dialog:hover svg {
  opacity: 1;
}
.editDialog .close-edit-dialog:active {
  color: #212121;
  background-color: transparent !important;
}
.editDialog .editDialogContent {
  position: relative;
  padding: 1.5rem 0;
}
@media only screen and (max-width: 40em) {
  .editDialog .editDialogContent {
    padding: 0.75rem;
  }
}
.editDialog .editDialogContent h2 {
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}
.editDialog .editDialogContent p {
  color: #777777;
}
.editDialog .editDialogContent ul {
  margin: 0;
}
.editDialog .editDialogContent ul.listOfTags {
  margin: 0 0 0 0;
}
.editDialog .editDialogContent ul.listOfTags > .tag, .editDialog .editDialogContent .upmHeader .searchedTermListContainer .searchedTermList ul.listOfTags > .cl-term, .upmHeader .searchedTermListContainer .searchedTermList .editDialog .editDialogContent ul.listOfTags > .cl-term {
  margin: 0 5px 5px 0;
}
.editDialog .editDialogContent ul.listOfTags > .tag a, .editDialog .editDialogContent .upmHeader .searchedTermListContainer .searchedTermList ul.listOfTags > .cl-term a, .upmHeader .searchedTermListContainer .searchedTermList .editDialog .editDialogContent ul.listOfTags > .cl-term a {
  transition: all 0.25s linear;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 24px;
  padding: 0 10px;
}
.editDialog .editDialogContent ul.listOfTags > .tag a:hover, .editDialog .editDialogContent .upmHeader .searchedTermListContainer .searchedTermList ul.listOfTags > .cl-term a:hover, .upmHeader .searchedTermListContainer .searchedTermList .editDialog .editDialogContent ul.listOfTags > .cl-term a:hover {
  border-color: #61B2DE;
}
.editDialog .editDialogContent .tabs {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
  white-space: nowrap;
}
.editDialog .editDialogContent .tabs li {
  display: inline-block;
  float: none;
}
.editDialog .editDialogContent .inline-list > li {
  margin-left: 0;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 40em) {
  .editDialog .editDialogContent .inline-list > li {
    float: none;
    margin-left: 0;
  }
}
.editDialog .editDialogContent .inline-list > li.hide {
  display: none !important;
}
.editDialog .editDialogContent .ticker--input {
  text-transform: uppercase;
}
.editDialog .editDialogContent .shareSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.editDialog .editDialogContent .shareSection:before, .editDialog .editDialogContent .shareSection:after {
  content: " ";
  display: table;
}
.editDialog .editDialogContent .shareSection:after {
  clear: both;
}
.editDialog .editDialogContent .shareSection .addIntoSharedButton {
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 1.5rem;
  height: 3rem;
  line-height: 3rem;
  margin: 0 0.75rem 0 0;
  padding: 0;
  text-align: center;
  width: 3rem;
}
.editDialog .editDialogContent .shareSection .addIntoSharedButton input {
  margin-bottom: 0;
}
.editDialog .editDialogContent .shareSection .addIntoSharedButton .fa {
  margin: 0;
  color: #FFFFFF;
  line-height: inherit;
}
.editDialog .editDialogContent .shareSection .inputUserField {
  flex-grow: 1;
  flex-shrink: 1;
}
.editDialog .editDialogContent .shareSection .inputUserField input {
  margin-bottom: 0;
  padding-left: 0;
}
.editDialog .editDialogContent ul.listOf {
  margin: 0 0 0;
}
.editDialog .editDialogContent ul.listOf li {
  border-bottom: 1px dotted #EFEFEF;
  padding: 0.75rem 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.editDialog .editDialogContent ul.listOf li:before, .editDialog .editDialogContent ul.listOf li:after {
  content: " ";
  display: table;
}
.editDialog .editDialogContent ul.listOf li:after {
  clear: both;
}
.editDialog .editDialogContent ul.listOf li .nameItem {
  flex: 1;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.editDialog .editDialogContent ul.listOf li .shareItem {
  width: 50px;
}
.editDialog .editDialogContent ul.listOf li .removeItem {
  border-bottom: 0;
  color: #DF6365 !important;
  margin-left: 1.5rem;
  padding: 0 5px;
}
.editDialog .editDialogContent ul.listOf li .removeItem .fa {
  color: #DF6365 !important;
}
.editDialog .editDialogContent ul.listOf li .toggleUserItem i {
  margin-right: 5px;
}
.editDialog .editDialogContent ul.listOf li .addField {
  display: inline-block;
  margin: 0 0.375rem;
  padding-bottom: 2px;
}
@media screen and (max-width: 640px) {
  .editDialog .editDialogContent ul.listOf li .addField {
    display: block;
    margin: 0 0 0.375rem 0;
  }
}
.editDialog .editDialogContent ul.listOf li .addField input {
  margin: 0;
  padding: 0;
  height: 1.5rem;
}
.editDialog .editDialogContent ul.listOf li .userType {
  flex: 0 0 1.125rem;
  background: #FFFFFF;
  border: 1px solid #61B2DE;
  border-radius: 50%;
  color: #61B2DE;
  display: inline-block;
  font-size: 0.6rem;
  height: 1.125rem;
  line-height: 1.125rem;
  margin-right: 0.75rem;
  text-align: center;
  width: 1.125rem;
}
.editDialog .editDialogContent ul.listOf li .userType > * {
  pointer-events: none;
}
.editDialog .editDialogContent ul.listOf li .userType[data-user-type=admin] {
  background: #61B2DE;
  color: #FFFFFF;
}
.editDialog .editDialogContent ul.listOf li .userType:hover {
  cursor: pointer;
}
.editDialog .editDialogContent ul.listOf button {
  margin: 0;
}
.editDialog .editDialogContent [data-flag-status] {
  opacity: 0.3;
}
.editDialog .editDialogContent [data-flag-status].active {
  opacity: 1;
}
.editDialog .dialogActionsContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #EEEEEE;
}
.editDialog .dialogActionsContainer .pageWrapper {
  padding: 0 1.5rem;
}
.editDialog .dialogContentContainer {
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
}
.editDialog .dialogNavigations .button, .editDialog .dialogNavigations .buttonAction, .editDialog .dialogNavigations .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .editDialog .dialogNavigations button {
  border-radius: 3px;
}
.editDialog .dialogNavigations .dialogActions {
  width: 100%;
  margin: 0 auto;
}
.editDialog .dialogNavigations .dialogActions ul:before, .editDialog .dialogNavigations .dialogActions ul:after {
  content: " ";
  display: table;
}
.editDialog .dialogNavigations .dialogActions ul:after {
  clear: both;
}
.editDialog .dialogNavigations .dialogActions ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 5px;
  width: 50%;
}
.editDialog .dialogNavigations .dialogActions ul li:last-child {
  padding-right: 0;
}
.editDialog .dialogNavigations .dialogActions ul li:first-child {
  padding-left: 0;
}
@media screen and (max-width: 414px) {
  .editDialog .dialogNavigations li {
    width: 50%;
  }
  .editDialog .dialogNavigations li .button, .editDialog .dialogNavigations li .buttonAction, .editDialog .dialogNavigations .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul .editDialog .dialogNavigations li button {
    display: block;
  }
}
.editDialog table {
  width: 100%;
}
.editDialog table thead td {
  font-weight: 900;
}
.editDialog .listOfAllMemos li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.375rem 0;
  border-bottom: 1px dotted #EEEEEE;
}
.editDialog .listOfAllMemos li span {
  flex-grow: 1;
  flex-shrink: 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.editDialog .listOfAllMemos li span.memoOwner, .editDialog .listOfAllMemos li span.memoCreated {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75rem;
}
.editDialog .listOfAllMemos li span.memoOwner {
  font-weight: 900;
}
.editDialog .listOfAllMemos li:hover {
  background-color: #EEEEEE;
}
.editDialog .listOfFileStats:before, .editDialog .listOfFileStats:after {
  content: " ";
  display: table;
}
.editDialog .listOfFileStats:after {
  clear: both;
}
.editDialog .listOfFileStats li:before, .editDialog .listOfFileStats li:after {
  content: " ";
  display: table;
}
.editDialog .listOfFileStats li:after {
  clear: both;
}
.editDialog .listOfFileStats li .statNb {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
}
.editDialog .listOfFileStats li .statLabel {
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 40em) {
  .editDialog .listOfFileStats li .statNb {
    font-size: 1.5rem;
  }
}
.editDialog .listOfFilesForRemoving li {
  border-bottom: 1px dotted #AAAAAA;
  padding: 0.75rem 0;
}
.editDialog .listOfFilesForRemoving li:before, .editDialog .listOfFilesForRemoving li:after {
  content: " ";
  display: table;
}
.editDialog .listOfFilesForRemoving li:after {
  clear: both;
}
.editDialog .listOfFilesForRemoving li span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.editDialog .listOfFilesForRemoving li a {
  float: right;
}
@media screen and (max-width: 768px) {
  .editDialog .listOfFilesForRemoving li span {
    display: block;
  }
  .editDialog .listOfFilesForRemoving li a {
    float: none;
  }
}

.note {
  color: #666666;
  font-style: italic;
}

.createMemoDialog .tabs-content {
  padding: 1.5rem 0;
}
.createMemoDialog .memoSetupReview {
  margin-bottom: 1.5rem;
}
.createMemoDialog .memoSetupReview:before, .createMemoDialog .memoSetupReview:after {
  content: " ";
  display: table;
}
.createMemoDialog .memoSetupReview:after {
  clear: both;
}
.createMemoDialog .memoSetupReview li {
  font-size: 1rem;
  margin-right: 1.5rem;
  margin-top: 6px;
}
.createMemoDialog .memoSetupReview .privacy--review .fa {
  color: inherit;
}
.createMemoDialog .memoSetupReview .privacy--review[data-privacy=public] {
  color: #55B5AC;
}
.createMemoDialog .memoSetupReview .privacy--review[data-privacy=private] {
  color: #DF6365;
}
.createMemoDialog .memoSetupReview .privacy--review[data-privacy=semipublic], .createMemoDialog .memoSetupReview .privacy--review[data-privacy=semi-public] {
  color: #FFAA00;
}
.createMemoDialog .memoSetupReview .location--review span {
  color: inherit;
}
.createMemoDialog .memoSetupReview .location--review .fa {
  color: inherit;
}
.createMemoDialog .memoSetupReview .location--review[data-location=personal] .fa-user {
  display: inline-block;
}
.createMemoDialog .memoSetupReview .location--review[data-location=personal] .fa-building {
  display: none;
}
.createMemoDialog .memoSetupReview .location--review[data-location=entity] .fa-user {
  display: none;
}
.createMemoDialog .memoSetupReview .location--review[data-location=entity] .fa-building {
  display: inline-block;
}
.createMemoDialog .memoSetupReview .location--review[data-privacy=public] {
  color: #55B5AC;
}
.createMemoDialog .memoSetupReview .location--review[data-privacy=private] {
  color: #DF6365;
}
.createMemoDialog .memoSetupReview .location--review[data-privacy=semipublic], .createMemoDialog .memoSetupReview .location--review[data-privacy=semi-public] {
  color: #FFAA00;
}
.createMemoDialog .subject--input {
  border: 0;
  font-size: 3rem;
  font-weight: 700;
  height: auto;
  margin: 0;
  padding-left: 0;
}
.createMemoDialog .ticker--input,
.createMemoDialog .date--input {
  border: 0;
  color: #61B2DE;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.createMemoDialog .updoc--content {
  border: 0;
  box-shadow: none;
  font-size: 1.2rem;
  height: 10.5rem;
  overflow: hidden;
  padding: 0;
  resize: none;
}
.createMemoDialog .moreDialogActions {
  position: absolute;
  top: 2.3rem;
  right: 0;
  bottom: unset;
  left: unset;
}
@media only screen and (max-width: 40em) {
  .createMemoDialog .moreDialogActions {
    top: 1.4rem;
  }
}
.createMemoDialog .memoAdvancedOptionButton {
  background-color: #444444;
  margin-bottom: 0;
  white-space: nowrap;
  width: 125px;
  color: #FFFFFF;
}
.createMemoDialog .memoAdvancedOptionButton .fa-times, .createMemoDialog .memoAdvancedOptionButton .fa-database {
  display: none;
}
.createMemoDialog .memoAdvancedOptionButton.active {
  background-color: #AAAAAA;
}
.createMemoDialog .memoAdvancedOptionButton.active .fa-database {
  display: none;
}
.createMemoDialog .memoAdvancedOptionButton.active .fa-times {
  display: inline-block;
}
.createMemoDialog .memoAdvancedOptionButton .fa {
  color: inherit;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list a {
  color: #444444 !important;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list a[data-param1=N], .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list a[data-param1=H1], .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list a[data-param1=H2], .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list a[data-param1=H3], .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list a[data-param1=H4], .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list a[data-param1=H5], .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list a[data-param1=blockquote] {
  padding-left: 20px;
  margin: 0;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list a[data-param1=N] {
  font-size: 18px !important;
  color: #444444 !important;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list a[data-param1=H1] {
  font-size: 40px !important;
  font-weight: 700 !important;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list a[data-param1=H2] {
  font-size: 36px !important;
  font-weight: 500 !important;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list a[data-param1=H3] {
  text-transform: uppercase !important;
  font-size: 24px !important;
  font-weight: 700 !important;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list a[data-param1=H4] {
  font-weight: 700 !important;
  font-size: 24px !important;
  text-transform: none !important;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list a[data-param1=H5] {
  font-family: "Georgia", serif !important;
  font-size: 18px !important;
  font-style: italic !important;
  color: #666666 !important;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list a[data-param1=blockquote] {
  font-size: 18px !important;
  background-color: #F3F3F3 !important;
  color: #262626 !important;
  color: #444444 !important;
}

.fr-box {
  color: #444444;
  margin-top: 3rem;
  /* ===============
  New style
  =============== */
  /* Table */
  /* MEDIA QUERIES */
  /*=================*/
}
.fr-box .fr-view * {
  color: #444444;
}
.fr-box h1, .fr-box .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .fr-box select,
.fr-box h2,
.fr-box h3,
.fr-box h4,
.fr-box h5 {
  color: #444444 !important;
  line-height: 1.5;
  text-transform: none !important;
  word-break: break-word;
  word-wrap: break-word;
}
.fr-box h1, .fr-box .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .fr-box select {
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  margin: 21px 0 0 0 !important;
}
.fr-box h2 {
  font-size: 36px !important;
  font-weight: 500 !important;
  margin: 21px 0 0 !important;
}
.fr-box h3 {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin: 21px 0 0 !important;
  text-transform: uppercase !important;
}
.fr-box h4 {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin: 21px 0 0 !important;
}
.fr-box h5 {
  border-left: 3px solid #444444 !important;
  color: #666666 !important;
  font-family: "Georgia", serif !important;
  font-size: 18px !important;
  font-style: italic !important;
  font-weight: 500 !important;
  margin: 21px 0 21px -17px !important;
  padding-bottom: 3px !important;
  padding-left: 14px !important;
}
.fr-box p {
  color: #444444 !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  margin: 7px 0 !important;
}
.fr-box blockquote {
  border-left: 0 !important;
  background-color: #F3F3F3 !important;
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  border-top: 2px solid #616161 !important;
  color: #262626 !important;
  color: #444444 !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  margin: 10px 0px !important;
  padding: 14px 31px !important;
}
.fr-box img {
  display: block !important;
  max-width: 100% !important;
  margin: 1.5rem auto !important;
}
.fr-box img.fr-fic.fr-fir {
  float: right;
  margin: 0 0 1.5rem 1.5rem !important;
}
.fr-box img.fr-fic.fr-fil {
  margin: 0 1.5rem 1.5rem 0 !important;
}
.fr-box a {
  border: 1px solid transparent !important;
  color: #3fa9f5 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}
.fr-box a:hover {
  text-decoration: underline !important;
}
.fr-box ul {
  list-style-type: disc !important;
}
.fr-box ul,
.fr-box ol {
  color: #444444 !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  margin: 7px 0 !important;
  padding-left: 48px !important;
}
.fr-box ol li,
.fr-box ul li {
  padding: 0 !important;
}
.fr-box ol li ol li {
  list-style-type: lower-alpha !important;
}
.fr-box ol li ol li ol li {
  list-style-type: lower-roman !important;
}
.fr-box br {
  border-color: black !important;
  width: 100% !important;
}
.fr-box table {
  border-collapse: collapse;
  margin: 1.35rem 0;
  width: 100%;
}
.fr-box table th {
  color: #AAAAAA;
  font-weight: 500;
  height: inherit;
  max-width: 10em;
  min-width: 2em;
  overflow: hidden;
  padding: 0.25rem;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: auto;
}
.fr-box table tr:nth-child(even) {
  background-color: #FAFAFA;
}
.fr-box table td {
  font-weight: 500;
  height: inherit;
  max-width: 10em;
  min-width: 2em;
  overflow: hidden;
  padding: 0.35rem;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: auto;
}
@media (max-width: 600px) {
  .fr-box h1, .fr-box .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .fr-box select,
  .fr-box h2,
  .fr-box h3,
  .fr-box h4,
  .fr-box h5 {
    line-height: 1.3 !important;
  }
  .fr-box h1, .fr-box .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .fr-box select {
    font-size: 27px !important;
    line-height: 1.5 !important;
  }
  .fr-box h2 {
    font-size: 24px !important;
  }
  .fr-box h3 {
    font-size: 24px !important;
  }
  .fr-box h4 {
    font-size: 24px !important;
  }
  .fr-box h5 {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  .fr-box blockquote {
    font-size: 14px !important;
  }
  .fr-box ul,
  .fr-box ol {
    font-size: 14px !important;
  }
  .fr-box p {
    font-size: 14px !important;
  }
}

.fileTrainingDialog select {
  display: inline-block;
}
.fileTrainingDialog .rule-dialog-dropdown {
  background-position: 90% 50%;
}
.fileTrainingDialog hr {
  margin-top: 0 !important;
}

.trainingFieldsList > li {
  margin-bottom: 1.5rem;
}
.trainingFieldsList > li label {
  font-weight: 700;
}
.trainingFieldsList > li label:hover {
  cursor: default;
}
.trainingFieldsList > li .staticText {
  display: inline-block;
  overflow: hidden;
  padding: 0.4375rem 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.noContent {
  color: #AAAAAA;
}

.paralelList dt {
  float: left;
  font-weight: 700;
  margin-right: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
  width: 100px;
}

.trainingDialogTitle {
  font-size: 1.5rem;
  font-weight: 700;
}
.trainingDialogTitle div {
  color: #AAAAAA;
  font-size: 1rem;
}

.dropDownMenuContainer {
  position: relative;
}
.dropDownMenuContainer .dropDownIcon {
  transform: rotate(45deg);
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 10px;
  right: 0;
  bottom: unset;
  left: unset;
  height: 1rem;
  width: 1rem;
  z-index: 20;
}
.dropDownMenuContainer .dropDownSelectedValue {
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  overflow: hidden;
  padding: 0.4375rem 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropDownMenuContainer .dropDownValuesList {
  transition: all 0.55s ease-in-out;
  position: absolute;
  top: 100%;
  right: unset;
  bottom: unset;
  left: 0;
  background-color: #212121;
  max-height: 0px;
  overflow: hidden;
  padding: 0 0.75rem;
  width: 100%;
  z-index: 200;
}
.dropDownMenuContainer .dropDownValuesList li {
  color: #FFFFFF;
  overflow: hidden;
  padding: 0.25rem 0.75rem;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropDownMenuContainer .dropDownValuesList li.selectedValue {
  pointer-events: none;
  opacity: 0.3;
}
.dropDownMenuContainer .dropDownValuesList li.savedValue:before {
  position: absolute;
  top: 15%;
  right: unset;
  bottom: unset;
  left: 0;
  content: " ";
  height: 70%;
  width: 3px;
  background-color: #FFFFFF;
}
.dropDownMenuContainer .dropDownValuesList li:hover {
  color: #61B2DE;
  cursor: pointer;
}
.dropDownMenuContainer:hover .dropDownSelectedValue {
  border-color: #61B2DE;
  color: #61B2DE;
}
.dropDownMenuContainer:hover .dropDownIcon {
  transform: rotate(0deg);
}
.dropDownMenuContainer:hover .dropDownValuesList {
  max-height: 480px;
  padding: 0.75rem;
}

[contentEditable=true]:empty:not(:focus):before {
  content: attr(data-text);
}

[contentEditable=true]:not(:empty):not(:focus) {
  color: #212121 !important;
}

.forwardDialogModule .forwardModuleTitle,
.forwardDialogModule .modifyModuleTitle,
.modifyDialogModule .forwardModuleTitle,
.modifyDialogModule .modifyModuleTitle {
  margin-bottom: 1.5rem;
}
.forwardDialogModule .forwardModuleTitle h2,
.forwardDialogModule .modifyModuleTitle h2,
.modifyDialogModule .forwardModuleTitle h2,
.modifyDialogModule .modifyModuleTitle h2 {
  margin-bottom: 0;
  line-height: 1.4;
}
.forwardDialogModule .forwardModuleContent,
.forwardDialogModule .modifyModuleContent,
.modifyDialogModule .forwardModuleContent,
.modifyDialogModule .modifyModuleContent {
  margin: 0 0 1.5rem 0;
}
.forwardDialogModule .forwardModuleContent input,
.forwardDialogModule .modifyModuleContent input,
.modifyDialogModule .forwardModuleContent input,
.modifyDialogModule .modifyModuleContent input {
  padding-left: 0;
  padding-right: 0;
}
.forwardDialogModule .groupDetails > div,
.modifyDialogModule .groupDetails > div {
  flex-grow: 1;
  flex-shrink: 1;
  width: 50%;
}
.forwardDialogModule .groupDetails input,
.modifyDialogModule .groupDetails input {
  margin-bottom: 0;
}

.forwardMessageField {
  padding: 0 0 0.75rem 0;
  color: #AAAAAA;
  border-bottom: 1px dashed #AAAAAA;
}
.forwardMessageField:focus, .forwardMessageField.hasContent {
  color: #212121;
  outline: none;
  border-bottom-color: #61B2DE;
}

.noteContainer {
  background: url(../images/svgIcons/upm_comas-open.svg) 0 0 no-repeat, url(../images/svgIcons/upm_comas-close.svg) 100% 100% no-repeat;
  background-size: 16px 16px;
  padding: 0 32px;
}

.shareWidthSectionModule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shareWidthSectionModule .buttonHolder {
  width: 190px;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 1.5rem;
}
.shareWidthSectionModule .buttonHolder .fa {
  color: #FFFFFF;
}
.shareWidthSectionModule .buttonHolder .hideOnMobile {
  display: inline-block;
}
.shareWidthSectionModule .buttonHolder .showOnMobile {
  display: none;
}
@media screen and (max-width: 640px) {
  .shareWidthSectionModule .buttonHolder {
    width: 90px;
  }
  .shareWidthSectionModule .buttonHolder .hideOnMobile {
    display: none;
  }
  .shareWidthSectionModule .buttonHolder .showOnMobile {
    display: inline-block;
  }
}
.shareWidthSectionModule .inputUserField {
  flex-grow: 1;
  flex-shrink: 1;
}
.shareWidthSectionModule .inputUserField input {
  padding-left: 0;
}

.sendCopyToMe {
  color: #212121;
}
.sendCopyToMe label {
  color: #212121;
}
.sendCopyToMe .fa {
  display: none;
  margin-right: 0 !important;
  width: 15px;
}
.sendCopyToMe[data-send-copy-to-me=true] {
  color: #61B2DE;
}
.sendCopyToMe[data-send-copy-to-me=true] .fa-dot-circle-o,
.sendCopyToMe[data-send-copy-to-me=true] .fa-check-square-o {
  color: #61B2DE;
  display: inline-block;
}
.sendCopyToMe[data-send-copy-to-me=false] .fa-circle-o,
.sendCopyToMe[data-send-copy-to-me=false] .fa-square-o {
  display: inline-block;
}

.rulesListWrapper input,
.rulesListWrapper select {
  font-size: 14px;
  min-height: 28px;
  margin: 0 !important;
  padding: 7px 0;
}
.rulesListWrapper input:focus,
.rulesListWrapper select:focus {
  box-shadow: none;
}
.rulesListWrapper select {
  padding-right: 25px;
  width: 100%;
  padding-left: 12px;
}
@media screen and (min-width: 709px) {
  .rulesListWrapper select {
    padding-right: 45px;
  }
}
.rulesListWrapper .flexRow, .rulesListWrapper .tableFundView .fundAdditionalInformation, .tableFundView .rulesListWrapper .fundAdditionalInformation, .rulesListWrapper .tableFundView .fundBasicInformation, .tableFundView .rulesListWrapper .fundBasicInformation {
  position: relative;
  padding-right: 13px;
  padding-bottom: 10px;
}
.rulesListWrapper .flexRow > li, .rulesListWrapper .tableFundView .fundAdditionalInformation > li, .tableFundView .rulesListWrapper .fundAdditionalInformation > li, .rulesListWrapper .tableFundView .fundBasicInformation > li, .tableFundView .rulesListWrapper .fundBasicInformation > li {
  position: relative;
}
.rulesListWrapper .flexRow > li:nth-child(2), .rulesListWrapper .tableFundView .fundAdditionalInformation > li:nth-child(2), .tableFundView .rulesListWrapper .fundAdditionalInformation > li:nth-child(2), .rulesListWrapper .tableFundView .fundBasicInformation > li:nth-child(2), .tableFundView .rulesListWrapper .fundBasicInformation > li:nth-child(2) {
  margin-left: 10px;
}
.rulesListWrapper .flexRow > li .rules-action-tooltip, .rulesListWrapper .tableFundView .fundAdditionalInformation > li .rules-action-tooltip, .tableFundView .rulesListWrapper .fundAdditionalInformation > li .rules-action-tooltip, .rulesListWrapper .tableFundView .fundBasicInformation > li .rules-action-tooltip, .tableFundView .rulesListWrapper .fundBasicInformation > li .rules-action-tooltip {
  position: absolute;
  top: 3px;
  right: 0;
}
@media screen and (max-width: 708px) {
  .rulesListWrapper .flexRow, .rulesListWrapper .tableFundView .fundAdditionalInformation, .tableFundView .rulesListWrapper .fundAdditionalInformation, .rulesListWrapper .tableFundView .fundBasicInformation, .tableFundView .rulesListWrapper .fundBasicInformation {
    margin-bottom: 12px;
    padding-bottom: 6px;
  }
  .rulesListWrapper .flexRow > li, .rulesListWrapper .tableFundView .fundAdditionalInformation > li, .tableFundView .rulesListWrapper .fundAdditionalInformation > li, .rulesListWrapper .tableFundView .fundBasicInformation > li, .tableFundView .rulesListWrapper .fundBasicInformation > li {
    width: 100%;
  }
  .rulesListWrapper .flexRow > li:nth-child(2), .rulesListWrapper .tableFundView .fundAdditionalInformation > li:nth-child(2), .tableFundView .rulesListWrapper .fundAdditionalInformation > li:nth-child(2), .rulesListWrapper .tableFundView .fundBasicInformation > li:nth-child(2), .tableFundView .rulesListWrapper .fundBasicInformation > li:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
  .rulesListWrapper .flexRow > li input, .rulesListWrapper .tableFundView .fundAdditionalInformation > li input, .tableFundView .rulesListWrapper .fundAdditionalInformation > li input, .rulesListWrapper .tableFundView .fundBasicInformation > li input, .tableFundView .rulesListWrapper .fundBasicInformation > li input, .rulesListWrapper .flexRow > li select, .rulesListWrapper .tableFundView .fundAdditionalInformation > li select, .tableFundView .rulesListWrapper .fundAdditionalInformation > li select, .rulesListWrapper .tableFundView .fundBasicInformation > li select, .tableFundView .rulesListWrapper .fundBasicInformation > li select {
    display: block !important;
    width: 100%;
  }
}
.rulesListWrapper .flexCell-fixed {
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 708px) {
  .rulesListWrapper .flexCell-fixed {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
.rulesListWrapper .flexCell-elastic {
  flex-grow: 1;
  flex-shrink: 1;
  margin-left: 10px;
}
@media screen and (max-width: 708px) {
  .rulesListWrapper .flexCell-elastic {
    margin-left: 0;
  }
}
.rulesListWrapper .removeButtonWrapper-absolute {
  width: unset !important;
  position: absolute !important;
  top: 3px;
  right: 0;
  bottom: unset;
  left: unset;
  margin: 0 !important;
}
@media screen and (max-width: 708px) {
  .rulesListWrapper .removeButtonWrapper-absolute {
    top: 7px;
  }
}

.ocrPage-container {
  display: block;
  margin: 1px auto 8px auto;
  border: 1px #D3D3D3 solid;
  background: white;
  box-shadow: 0px 0px 10px #ccc;
  position: relative;
  top: 4px;
}

@media screen and (max-width: 1024px) {
  .ocrPage-container {
    width: 91.3043478261vw;
    height: 129.1304347826vw;
  }
}
.ocrPage-container-split {
  display: block;
  margin: 0.4782608696vw auto;
  margin-top: 4px;
  border: 1px #D3D3D3 solid;
  background: white;
  box-shadow: 0px 0px 10px #ccc;
  position: relative;
}

.ocrPlainTextPage-container {
  display: block;
  width: 63.9130434783vw;
  margin: 3.0434782609vw auto;
  border: 1px #D3D3D3 solid;
  background: white;
  box-shadow: 0px 0px 10px #ccc;
  padding: 2rem 3rem;
}

@media screen and (max-width: 1024px) {
  .ocrPlainTextPage-container {
    width: 91.3043478261vw;
  }
}
.ocrPlainTextPage-container-split {
  display: block;
  width: 47.6608695652vw;
  margin: 0.4782608696vw auto;
  margin-top: 4px;
  border: 1px #D3D3D3 solid;
  background: white;
  box-shadow: 0px 0px 10px #ccc;
  padding: 2rem 3rem;
}

.viewer-container-split {
  display: flex;
}

.viewer-iframe-split {
  width: 50% !important;
}

.ocr-viewer-iframe-split {
  width: 50%;
  overflow: auto;
  margin-top: 59px;
  padding-bottom: 0.5rem;
}

.ocrPreview-toolbar {
  display: flex;
  padding: 9px 22px;
  justify-content: end;
  gap: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  position: fixed;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 2;
}

.ocrPreview-toolbar-btn {
  display: inline-block;
  color: #212121;
  border-radius: 5px;
  border: 1px solid transparent;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  padding: 0;
  font-size: 24px;
}
.ocrPreview-toolbar-btn:hover {
  color: #61B2DE;
  border: 1px solid #61B2DE;
  background-color: #F4FBFF;
}

.ocrDocument-container {
  margin-top: 59px;
  height: 100%;
  overflow: auto;
  padding-bottom: 4.5rem;
}

.fileFrame-container {
  margin-top: 59px;
}

.ocrToolbarBtn-active {
  background-color: #33475B;
  color: #FFFFFF;
}

.ocrFormattedPreview-toolbar {
  display: flex;
  padding: 9px 22px;
  height: 44px;
  justify-content: start;
  align-items: center;
  position: fixed;
  top: 119px;
  width: 100%;
  background-color: transparent;
  z-index: 2;
  color: rgba(0, 0, 0, 0.12);
}
.ocrFormattedPreview-toolbar:hover {
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ocrFormattedPreview-toolbar:hover .ocrFormattedPreview-toolbar-btn {
  color: rgba(0, 0, 0, 0.54);
}

@media only screen and (min-width: 1451px) {
  .ocrFormattedPreview-toolbar {
    padding-left: 1rem;
  }
  .ocrDocument-container {
    margin-left: 80px;
  }
  .textFile-container {
    margin-left: 80px;
  }
}
.ocrFormattedPreview-toolbar-btn {
  color: rgba(0, 0, 0, 0.12);
  background-color: transparent;
  border: 1px solid transparent;
  outline: none;
  padding: 0px;
  margin: 4px;
  height: 36px;
  width: 36px;
  text-align: center;
  border-radius: 18px;
  vertical-align: middle;
  line-height: 0px;
}
.ocrFormattedPreview-toolbar-btn:hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 768px) {
  .ocrSplitView-btn {
    display: none;
  }
}
.ocrPreviewHandwritten-text {
  font-style: italic;
  font-family: Bradley Hand, cursive;
}

.textFilePage-container {
  display: block;
  width: 63.9130434783vw;
  margin: 3.0434782609vw auto;
  border: 1px #D3D3D3 solid;
  background: white;
  box-shadow: 0px 0px 10px #ccc;
  padding: 2rem 3rem;
}

@media screen and (max-width: 768px) {
  .textFilePage-container {
    width: 86.7391304348vw;
    margin: 4.1304347826vw auto;
  }
}
@media screen and (max-width: 480px) {
  .textFilePage-container {
    padding: 1.5rem 2rem;
  }
}
.emailContentPreview-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.emailPreviewContentText-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.emailFilePage-subContainer {
  display: block;
  height: 100%;
  background: white;
}

.emailFilePage-container {
  margin-top: 59px;
  height: 100%;
  overflow: hidden;
  padding-bottom: 4.5rem;
}

@media only screen and (min-width: 1451px) {
  .emailFilePage-container {
    margin-left: 80px;
  }
}
.newUpmDialog, .newUpmDialogPage {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  left: -105%;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9000;
}
.newUpmDialog.show, .show.newUpmDialogPage {
  left: -1px;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.newUpmDialog h3, .newUpmDialogPage h3 {
  margin-bottom: 0;
}
.newUpmDialog .add-fund-button, .newUpmDialogPage .add-fund-button {
  margin-left: 8px;
  background-color: #F6F6F6;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 43px;
}
.newUpmDialog .add-fund-button i, .newUpmDialogPage .add-fund-button i {
  color: #888888;
  font-size: 2rem !important;
  font-weight: bold;
}
.newUpmDialog .add-fund-btn-enabled, .newUpmDialogPage .add-fund-btn-enabled {
  background-color: #61B2DE;
}
.newUpmDialog .add-fund-btn-enabled i, .newUpmDialogPage .add-fund-btn-enabled i {
  color: #FFFFFF;
}
.newUpmDialog .add-fund-btn-enabled:hover, .newUpmDialogPage .add-fund-btn-enabled:hover {
  background-color: #33475B;
}
.newUpmDialog .row, .newUpmDialogPage .row {
  max-width: 768px !important;
}
.newUpmDialog .row.file-access-list-row, .newUpmDialogPage .row.file-access-list-row {
  max-width: 84rem !important;
}
.newUpmDialog .row.delete-product-row, .newUpmDialogPage .row.delete-product-row {
  max-width: 84rem !important;
}
.newUpmDialog .row.delete-product-row .checkboxComponent, .newUpmDialogPage .row.delete-product-row .checkboxComponent {
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 8px !important;
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  padding-left: 16px;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .newUpmDialog .row.delete-product-row .checkboxComponent, .newUpmDialogPage .row.delete-product-row .checkboxComponent {
    font-size: 16px;
  }
}
@media only screen and (max-width: 420px) {
  .newUpmDialog .row.delete-product-row .checkboxComponent, .newUpmDialogPage .row.delete-product-row .checkboxComponent {
    font-size: 12px;
  }
}
.newUpmDialog .row.delete-product-row .checkboxComponent .iconCheckboxWrapper, .newUpmDialogPage .row.delete-product-row .checkboxComponent .iconCheckboxWrapper {
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .newUpmDialog .row.delete-product-row .checkboxComponent .iconCheckboxWrapper, .newUpmDialogPage .row.delete-product-row .checkboxComponent .iconCheckboxWrapper {
    height: 22px;
  }
}
.newUpmDialog .row.delete-product-row .checkboxComponent .iconCheckboxWrapper i, .newUpmDialogPage .row.delete-product-row .checkboxComponent .iconCheckboxWrapper i {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .newUpmDialog .row.delete-product-row .checkboxComponent .iconCheckboxWrapper i, .newUpmDialogPage .row.delete-product-row .checkboxComponent .iconCheckboxWrapper i {
    font-size: 22px;
  }
}
.newUpmDialog .row.delete-product-row .checkboxComponent .delete-icon-box, .newUpmDialogPage .row.delete-product-row .checkboxComponent .delete-icon-box {
  margin-left: auto;
  font-size: 26px;
  padding: 10px;
  width: 80px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DF6365;
  transition: 0.3s;
}
@media only screen and (max-width: 420px) {
  .newUpmDialog .row.delete-product-row .checkboxComponent .delete-icon-box, .newUpmDialogPage .row.delete-product-row .checkboxComponent .delete-icon-box {
    width: 60px;
  }
}
.newUpmDialog .row.delete-product-row .checkboxComponent:hover, .newUpmDialogPage .row.delete-product-row .checkboxComponent:hover {
  background-color: #F5F8FA;
}
.newUpmDialog .row.delete-product-row .checkboxComponent:hover .delete-icon-box, .newUpmDialogPage .row.delete-product-row .checkboxComponent:hover .delete-icon-box {
  background-color: #DF6365;
  color: #FFFFFF;
}
.newUpmDialog .row.delete-product-row .checkboxComponent:hover .delete-icon-box svg path, .newUpmDialogPage .row.delete-product-row .checkboxComponent:hover .delete-icon-box svg path {
  fill: #FFFFFF;
}
.newUpmDialog .row.delete-product-row .no-product-version-to-delete, .newUpmDialogPage .row.delete-product-row .no-product-version-to-delete {
  background-color: #F5F8FA;
  padding: 32px;
  border-radius: 4px;
  text-align: center;
  margin: 0 8px;
}
.newUpmDialog .row.delete-product-row .no-product-version-to-delete p, .newUpmDialogPage .row.delete-product-row .no-product-version-to-delete p {
  font-size: 20px;
  margin: 0;
  font-weight: 500;
}
.newUpmDialog .newUpmDialog__checkbox-text, .newUpmDialogPage .newUpmDialog__checkbox-text {
  font-size: 13px !important;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.newUpmDialog input[type=checkbox] + label, .newUpmDialogPage input[type=checkbox] + label {
  margin: 0.5rem 0 1.5rem;
}
.newUpmDialog label, .newUpmDialogPage label {
  display: block;
  text-transform: none !important;
  margin-left: 10px;
  margin-bottom: 5px;
}
.newUpmDialog .dialogNavigations, .newUpmDialogPage .dialogNavigations {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 1px solid #CCCCCC;
  height: 60px;
  padding: 10px 1.5rem;
}
.newUpmDialog .dialogNavigations .dialogNavigations__item, .newUpmDialogPage .dialogNavigations .dialogNavigations__item,
.newUpmDialog .dialogNavigations .buttonGroupWrapper ul,
.newUpmDialogPage .dialogNavigations .buttonGroupWrapper ul {
  align-items: center;
  display: flex;
}
.newUpmDialog .dialogNavigations .dialogNavigations__item .logoWrapper, .newUpmDialogPage .dialogNavigations .dialogNavigations__item .logoWrapper,
.newUpmDialog .dialogNavigations .buttonGroupWrapper ul .logoWrapper,
.newUpmDialogPage .dialogNavigations .buttonGroupWrapper ul .logoWrapper {
  display: flex;
  border-right: 1px solid #E3E3E3;
  justify-content: center;
  padding-right: 10px;
  min-width: 66px;
}
.newUpmDialog .dialogNavigations .dialogNavigations__item .logoWrapper img, .newUpmDialogPage .dialogNavigations .dialogNavigations__item .logoWrapper img,
.newUpmDialog .dialogNavigations .buttonGroupWrapper ul .logoWrapper img,
.newUpmDialogPage .dialogNavigations .buttonGroupWrapper ul .logoWrapper img {
  display: flex;
  height: 100%;
  width: 2.5rem !important;
}
.newUpmDialog .dialogNavigations .dialogNavigations__item .dialogTitleWrapper, .newUpmDialogPage .dialogNavigations .dialogNavigations__item .dialogTitleWrapper,
.newUpmDialog .dialogNavigations .buttonGroupWrapper ul .dialogTitleWrapper,
.newUpmDialogPage .dialogNavigations .buttonGroupWrapper ul .dialogTitleWrapper {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "museo-slab", serif;
  padding-left: 1rem;
  text-transform: capitalize;
  font-weight: 700;
  margin: 1rem 0;
  font-size: 1.56rem;
  color: #33475B;
  line-height: 30px;
}
.newUpmDialog .dialogNavigations .dialogNavigations__item.buttonGroupWrapperList .buttonGroupWrapperListItem button, .newUpmDialogPage .dialogNavigations .dialogNavigations__item.buttonGroupWrapperList .buttonGroupWrapperListItem button,
.newUpmDialog .dialogNavigations .buttonGroupWrapper ul.buttonGroupWrapperList .buttonGroupWrapperListItem button,
.newUpmDialogPage .dialogNavigations .buttonGroupWrapper ul.buttonGroupWrapperList .buttonGroupWrapperListItem button {
  padding: 0.5rem 0.89rem;
}
@media screen and (min-width: 420px) {
  .newUpmDialog .dialogNavigations .dialogNavigations__item.buttonGroupWrapperList .buttonGroupWrapperListItem button, .newUpmDialogPage .dialogNavigations .dialogNavigations__item.buttonGroupWrapperList .buttonGroupWrapperListItem button,
  .newUpmDialog .dialogNavigations .buttonGroupWrapper ul.buttonGroupWrapperList .buttonGroupWrapperListItem button,
  .newUpmDialogPage .dialogNavigations .buttonGroupWrapper ul.buttonGroupWrapperList .buttonGroupWrapperListItem button {
    padding: 0.5rem 2rem;
  }
}
.newUpmDialog .dialogNavigations .dialogTitleWrapper, .newUpmDialogPage .dialogNavigations .dialogTitleWrapper {
  color: #61B2DE;
  font-size: 1rem;
}
.newUpmDialog .dialogNavigations .dialogTitleWrapper .defaultHeader, .newUpmDialogPage .dialogNavigations .dialogTitleWrapper .defaultHeader {
  font-family: "museo-slab", serif;
  padding-left: 1rem;
  text-transform: capitalize;
}
@media screen and (max-width: 550px) {
  .newUpmDialog .dialogNavigations .dialogTitleWrapper, .newUpmDialogPage .dialogNavigations .dialogTitleWrapper {
    display: none;
  }
}
.newUpmDialog .dialogContentContainer, .newUpmDialogPage .dialogContentContainer {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 50px;
  left: 0;
}
.newUpmDialog .dialogContentContainer > div, .newUpmDialogPage .dialogContentContainer > div {
  padding-bottom: 165px;
}
.newUpmDialog .dialogBody, .newUpmDialogPage .dialogBody {
  margin: 1rem 0;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .newUpmDialog .dialogBody, .newUpmDialogPage .dialogBody {
    padding: 0.8rem;
  }
}
.newUpmDialog .dialogBody .singleFileEdit.hide, .newUpmDialogPage .dialogBody .singleFileEdit.hide {
  display: none;
}
.newUpmDialog .dialogHeader, .newUpmDialogPage .dialogHeader {
  margin-bottom: 2rem;
}
.newUpmDialog .dialog__item, .newUpmDialogPage .dialog__item {
  margin-bottom: 3rem;
}
.newUpmDialog .dialog__item:last-child, .newUpmDialogPage .dialog__item:last-child {
  margin-bottom: 0;
}
.newUpmDialog .modal-bottom-padding, .newUpmDialogPage .modal-bottom-padding {
  padding-bottom: 12.5rem;
}
.newUpmDialog .orLabel, .newUpmDialogPage .orLabel {
  display: block;
  height: 15px;
  position: relative;
}
.newUpmDialog .orLabel span, .newUpmDialogPage .orLabel span {
  background: #FFFFFF;
  color: #262626;
  left: 47%;
  padding: 12px 48px;
  position: absolute;
  top: -12px;
  z-index: 100;
  font-size: 1.25rem;
  border: 1px solid rgba(0, 156, 228, 0.5019607843);
  border-radius: 8px;
  box-shadow: 0 0 4px 1px rgba(0, 208, 228, 0.3), 0 0 0 1px #00b6e4;
}
.newUpmDialog .removeItem, .newUpmDialogPage .removeItem {
  color: #DF6365;
  padding: 0 3px;
}
.newUpmDialog .modify-documents-dialog ul.inline-list li, .newUpmDialogPage .modify-documents-dialog ul.inline-list li,
.newUpmDialog .modify-documents-dialog .listOfTags li,
.newUpmDialogPage .modify-documents-dialog .listOfTags li {
  margin: 0 5px 5px 0;
  padding: 0 0.25rem 0.25rem 0 !important;
}
.newUpmDialog .modify-documents-dialog .modify-doc-header, .newUpmDialogPage .modify-documents-dialog .modify-doc-header {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 1.07143rem 3rem;
}
.newUpmDialog .modify-documents-dialog .dialogHeader, .newUpmDialogPage .modify-documents-dialog .dialogHeader,
.newUpmDialog .modify-documents-dialog h3,
.newUpmDialogPage .modify-documents-dialog h3 {
  margin: 0;
}
.newUpmDialog .modify-documents-dialog .dialog__h4, .newUpmDialogPage .modify-documents-dialog .dialog__h4 {
  padding-top: 50px;
}
.newUpmDialog .modify-documents-dialog .fileStatusIcons, .newUpmDialogPage .modify-documents-dialog .fileStatusIcons {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: none;
  padding: 0 1.07143rem 3rem;
}
.newUpmDialog .modify-documents-dialog .fileStatusIcons button, .newUpmDialogPage .modify-documents-dialog .fileStatusIcons button {
  height: 2.5rem;
}
.newUpmDialog .modify-documents-dialog .listOfTags, .newUpmDialogPage .modify-documents-dialog .listOfTags {
  margin-bottom: 0;
}
.newUpmDialog .modify-documents-dialog .listOfTags li, .newUpmDialogPage .modify-documents-dialog .listOfTags li {
  margin: 0 5px 5px 0;
}
.newUpmDialog .modify-documents-dialog .privacyWrapper, .newUpmDialogPage .modify-documents-dialog .privacyWrapper {
  position: relative;
  text-align: right;
}
.newUpmDialog .modify-documents-dialog .privacyWrapper .circle-button, .newUpmDialogPage .modify-documents-dialog .privacyWrapper .circle-button {
  position: relative;
  z-index: 1001;
}

.newUpmDialogPage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  padding: 0;
  z-index: 10000;
}
.newUpmDialogPage.invite--to--report--page .dialogContentContainer {
  bottom: 50px;
}
.newUpmDialogPage.dropdata--page--container {
  display: none;
}
.newUpmDialogPage.dropdata--page--container.show {
  display: block;
}
.newUpmDialogPage.dropdata--page--container .dialogContentContainer {
  bottom: 50px;
}
@media screen and (max-width: 680px) {
  .newUpmDialogPage.dropdata--page--container .dialogContentContainer {
    bottom: 0;
  }
}

.createEditPortfolioDialog .flexbox {
  display: flex;
  flex-wrap: wrap;
}
.createEditPortfolioDialog .border-dash {
  border: 2px dashed #A7BDC3;
}
.createEditPortfolioDialog .createEditDialgoHeader {
  margin-bottom: 60px;
}
.createEditPortfolioDialog h4 {
  margin-bottom: 30px;
}
.createEditPortfolioDialog .createEditBodyContentSection {
  margin-bottom: 50px;
}
.createEditPortfolioDialog .inputFieldWrapper {
  margin-bottom: 30px;
}
.createEditPortfolioDialog .inputFieldWrapper label {
  display: inline-block;
}
.createEditPortfolioDialog .headerStyleSection h4 {
  margin-bottom: 5px;
}
.createEditPortfolioDialog .headerStyleSection .headerStyleText {
  color: rgba(0, 0, 0, 0.54);
}
.createEditPortfolioDialog .headerStyleSection .header-images-container {
  margin-top: 30px;
}
.createEditPortfolioDialog .headerStyleSection .header-images-container .images {
  overflow: auto;
  overflow-x: hidden;
  height: 270px;
  padding-right: 20px;
}
.createEditPortfolioDialog .headerStyleSection .header-images-container .images::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.createEditPortfolioDialog .headerStyleSection .header-images-container .images::-webkit-scrollbar-thumb {
  background: #61B2DE;
  border-radius: 30px;
}
.createEditPortfolioDialog .headerStyleSection .header-images-container .images::-webkit-scrollbar-track {
  background: rgb(237, 237, 237);
}
.createEditPortfolioDialog .headerStyleSection .singleHeaderBox {
  height: 24px;
  margin-top: 10px;
  overflow: hidden;
  width: 100%;
}
.createEditPortfolioDialog .headerStyleSection .singleHeaderBox img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .createEditPortfolioDialog .headerStyleSection .singleHeaderBox {
    height: 49px;
    margin-top: 15px;
  }
}
.createEditPortfolioDialog .headerStyleSection .selected {
  border: 2px solid #33475B;
}
@media screen and (min-width: 768px) {
  .createEditPortfolioDialog .headerStyleSection .selected {
    border-width: 4px;
  }
}
.createEditPortfolioDialog .emptyStateHeaderBox {
  background-color: #F5F8F9;
  cursor: pointer;
  height: 110px;
  position: relative;
  width: 100%;
}
.createEditPortfolioDialog .emptyStateHeaderBox .border-dash {
  height: 100%;
  width: 100%;
}
.createEditPortfolioDialog .emptyStateHeaderBox .emptyStateHeaderBox_item {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  color: #262626;
  height: 100%;
  width: 100%;
  border: 2px dashed #61B2DE;
  background: rgba(58, 164, 208, 0.1019607843) 0% 0% no-repeat padding-box;
  border-radius: 4px;
  padding: 5px;
}
.createEditPortfolioDialog .emptyStateHeaderBox .emptyStateHeaderBox_text {
  display: none;
}
@media screen and (min-width: 768px) {
  .createEditPortfolioDialog .emptyStateHeaderBox .emptyStateHeaderBox_text {
    display: block;
  }
  .createEditPortfolioDialog .emptyStateHeaderBox .emptyStateHeaderBox_text i {
    margin-bottom: 5px;
  }
}

.ruleContainer_heading {
  font-weight: 700;
  font-size: 1rem;
  line-height: 2.2;
  margin-top: 1rem;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.ruleContainer_heading .ruleContainer__text {
  margin-right: 10px;
}

.update-local-fund-dialog .add-new-fund__row,
.update-local-fund-dialog .update-performance__row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 425px) {
  .update-local-fund-dialog .add-new-fund__row,
  .update-local-fund-dialog .update-performance__row {
    flex-direction: row;
  }
}
.update-local-fund-dialog .listOfContributors .add-new-fund__row,
.update-local-fund-dialog .listOfContributors .update-performance__row {
  align-items: center;
  height: 60px;
  padding: 0px 0 0 40px;
  margin-bottom: 10px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .update-local-fund-dialog .listOfContributors .add-new-fund__row,
  .update-local-fund-dialog .listOfContributors .update-performance__row {
    padding: 0px 0 0 20px;
    margin-right: 0;
  }
}
.update-local-fund-dialog .listOfContributors .add-new-fund__row {
  background-color: #eaf0e9;
}
.update-local-fund-dialog .listOfContributors .update-performance__row {
  background: #F5F8FA;
}
.update-local-fund-dialog .uploadWrapper {
  background: #F6F6F6;
  padding: 50px;
  border-radius: 8px;
  background: rgba(97, 178, 222, 0.1490196078);
  border: 1px solid #CDD6E2;
  text-align: center;
}
.update-local-fund-dialog .new-local-fund-list-header {
  display: flex;
  padding: 0px 0 0 40px;
  margin-bottom: 10px;
  margin-right: 50px;
}
.update-local-fund-dialog .add-new-fund__item,
.update-local-fund-dialog .update-performance__item {
  flex: 1 1 0;
  margin-right: 10px;
}
.update-local-fund-dialog .add-new-fund__item:last-child,
.update-local-fund-dialog .update-performance__item:last-child {
  margin-right: 0;
}
.update-local-fund-dialog .add-new-fund__item {
  min-width: 33.33333%;
}
.update-local-fund-dialog .add-new-fund__item_large {
  flex: 2 1 0;
}
.update-local-fund-dialog .add-new-fund-row-disabled {
  color: #BABABA;
  background: #F8FAF8;
}
.update-local-fund-dialog .disable-fund-matching {
  font-size: 22px;
  cursor: pointer;
  color: #61B2DE;
  min-width: 28%;
}
.update-local-fund-dialog .disable-fund-matching i span {
  font-family: "museo-sans";
}
.update-local-fund-dialog .disable-fund-matching:hover {
  color: #33475B;
}
@media screen and (max-width: 2000px) {
  .update-local-fund-dialog .disable-fund-matching {
    min-width: 24%;
  }
}
@media screen and (max-width: 1500px) {
  .update-local-fund-dialog .disable-fund-matching {
    min-width: 15%;
  }
}
.update-local-fund-dialog .disable-fund-matching[data-fund-matching-enabled=true] .disable-fund-matching-icon {
  display: none;
}
.update-local-fund-dialog .disable-fund-matching[data-fund-matching-enabled=false] .enable-fund-matching-icon {
  display: none;
}
.update-local-fund-dialog .add-new-fund__button-wrapper {
  position: relative;
}
.update-local-fund-dialog .update-performance__item {
  min-width: 25%;
}
.update-local-fund-dialog .update-performance__button {
  position: relative;
  width: 31px;
}
.update-local-fund-dialog .add-new-fund__close-button {
  background-color: transparent;
  color: #DF6365;
  background: #fff;
  padding: 10px;
  border: 1px solid transparent;
}
.update-local-fund-dialog .add-new-fund__close-button:hover {
  border: 1px solid #DF6365;
  border-radius: 4px;
}
.update-local-fund-dialog .add-new-fund__close-button i {
  font-size: 40px;
}

.edit-product-additional-information-modal-content .row {
  max-width: 84rem !important;
}

form .formFooter .default-button {
  min-width: 277px;
  padding: 16px;
  border-radius: 3px;
  font-size: 16px;
  border: 1px solid transparent;
  height: unset;
  display: inline-block;
}
form .formFooter .default-button.reset-btn {
  background-color: #fff;
  border: 1px solid #444444;
}
form .formFooter .default-button.save-btn {
  background-color: #61B2DE;
  color: #fff;
  transition: all 0.3s;
}
form .formFooter .default-button.save-btn:hover {
  background-color: #374558;
}

.addPortfolioWrap {
  position: relative;
  height: 100vh;
}
.addPortfolioWrap::before {
  position: absolute;
  bottom: 0;
  height: 300px;
  width: 100%;
  background: #fff;
  z-index: 9;
  content: "";
}
.addPortfolioWrap .dialogHeader {
  display: flex;
  justify-content: space-between;
}
.addPortfolioWrap__inner {
  z-index: 10;
  position: relative;
}
.addPortfolioWrap__inner .label-wrap {
  display: block;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #CDD6E2;
  background: #FFFFFF;
  padding: 40px;
  width: 100%;
  margin: 0;
  transition: all 0.6s ease;
}
.addPortfolioWrap__inner .label-wrap:hover {
  border: 1px solid #61B2DE;
  background: rgba(97, 178, 222, 0.1490196078);
}
.addPortfolioWrap__inner .hide-input {
  position: absolute;
  left: -999em;
  transition: all 0.6s ease;
}
.addPortfolioWrap__inner .hide-input.hide-input-existing:checked + .existing-portfolio {
  height: 550px;
  display: block;
}
@media screen and (max-width: 767px) {
  .addPortfolioWrap__inner .hide-input.hide-input-existing:checked + .existing-portfolio {
    height: auto;
  }
}
.addPortfolioWrap__inner .hide-input.hide-input-create:checked + .create-portfolio {
  height: 550px;
  display: block;
}
@media screen and (max-width: 767px) {
  .addPortfolioWrap__inner .hide-input.hide-input-create:checked + .create-portfolio {
    height: auto;
  }
}
.addPortfolioWrap__inner .inner {
  transition: all 0.6s ease;
  border-radius: 0 0 4px 4px;
  border: 1px solid #CDD6E2;
  margin-top: -7px;
  background: #FFFFFF;
  padding: 30px;
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .addPortfolioWrap__inner .inner {
    padding: 20px 20px 90px 20px;
  }
}
.addPortfolioWrap__inner .inner .modal-floating-btns {
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  .addPortfolioWrap__inner .inner .modal-floating-btns {
    bottom: 0;
  }
}
.addPortfolioWrap__inner .fixed-action-btns .lightgrey-btn {
  position: relative;
}
.addPortfolioWrap__inner .fixed-action-btns .lightgrey-btn i {
  margin-bottom: 20px;
}
.addPortfolioWrap__inner .fixed-action-btns .lightgrey-btn label {
  margin: 0;
  position: absolute;
  height: 75px;
  top: 0;
  left: 0;
  padding-top: 51px;
  font-size: 13px;
  color: #000000;
}
.addPortfolioWrap__inner .fixed-action-btns .lightgrey-btn input {
  left: -999em;
}
.addPortfolioWrap__inner .or-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 200px;
  text-transform: lowercase;
}
@media screen and (max-width: 767px) {
  .addPortfolioWrap__inner .or-text {
    margin-bottom: 20px !important;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .addPortfolioWrap__inner .or-text {
    margin-bottom: 20px !important;
    height: auto;
  }
}

.mainPageWrapper {
  background-color: #FFFFFF;
  display: table;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 8379;
}
.mainPageWrapper .editCreateMemoPage {
  display: table-cell;
  height: 100%;
  position: relative;
}
.mainPageWrapper .pageLiveSidebarWrapper {
  display: table-cell;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mainPageWrapper {
    display: block;
  }
  .mainPageWrapper .pageLiveSidebarWrapper,
  .mainPageWrapper .editCreateMemoPage {
    display: block;
    height: 100%;
  }
}
.mainPageWrapper .circleButtons, .mainPageWrapper .upmViewerSidebarContainer .filePrivacy button, .upmViewerSidebarContainer .filePrivacy .mainPageWrapper button {
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 2px solid #EEEEEE;
  color: #212121;
  height: 2.7rem;
  line-height: 53px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 2.7rem;
}
.mainPageWrapper .circleButtons i, .mainPageWrapper .upmViewerSidebarContainer .filePrivacy button i, .upmViewerSidebarContainer .filePrivacy .mainPageWrapper button i {
  color: inherit;
}
.mainPageWrapper .circleButtons.active, .mainPageWrapper .upmViewerSidebarContainer .filePrivacy button.active, .upmViewerSidebarContainer .filePrivacy .mainPageWrapper button.active {
  border-color: #61B2DE;
  color: #61B2DE;
}
.mainPageWrapper .circleButtons:hover, .mainPageWrapper .upmViewerSidebarContainer .filePrivacy button:hover, .upmViewerSidebarContainer .filePrivacy .mainPageWrapper button:hover {
  border-color: #212121;
}
.mainPageWrapper .circleButtons:active, .mainPageWrapper .upmViewerSidebarContainer .filePrivacy button:active, .upmViewerSidebarContainer .filePrivacy .mainPageWrapper button:active {
  background-color: #EEEEEE !important;
}
.mainPageWrapper .circleButtons .privacyButtonIcon, .mainPageWrapper .upmViewerSidebarContainer .filePrivacy button .privacyButtonIcon, .upmViewerSidebarContainer .filePrivacy .mainPageWrapper button .privacyButtonIcon {
  display: none;
}
.mainPageWrapper .circleButtons[data-privacy-status=private], .mainPageWrapper .upmViewerSidebarContainer .filePrivacy button[data-privacy-status=private], .upmViewerSidebarContainer .filePrivacy .mainPageWrapper button[data-privacy-status=private] {
  border-color: #DF6365;
  color: #DF6365;
}
.mainPageWrapper .circleButtons[data-privacy-status=private] .privateButtonIcon, .mainPageWrapper .upmViewerSidebarContainer .filePrivacy button[data-privacy-status=private] .privateButtonIcon, .upmViewerSidebarContainer .filePrivacy .mainPageWrapper button[data-privacy-status=private] .privateButtonIcon {
  display: block;
}
.mainPageWrapper .circleButtons[data-privacy-status=semipublic], .mainPageWrapper .upmViewerSidebarContainer .filePrivacy button[data-privacy-status=semipublic], .upmViewerSidebarContainer .filePrivacy .mainPageWrapper button[data-privacy-status=semipublic] {
  border-color: #FFAA00;
  color: #FFAA00;
}
.mainPageWrapper .circleButtons[data-privacy-status=semipublic] .semipublicButtonIcon, .mainPageWrapper .upmViewerSidebarContainer .filePrivacy button[data-privacy-status=semipublic] .semipublicButtonIcon, .upmViewerSidebarContainer .filePrivacy .mainPageWrapper button[data-privacy-status=semipublic] .semipublicButtonIcon {
  display: block;
}
.mainPageWrapper .circleButtons[data-privacy-status=public], .mainPageWrapper .upmViewerSidebarContainer .filePrivacy button[data-privacy-status=public], .upmViewerSidebarContainer .filePrivacy .mainPageWrapper button[data-privacy-status=public] {
  border-color: #55B5AC;
  color: #55B5AC;
}
.mainPageWrapper .circleButtons[data-privacy-status=public] .publicButtonIcon, .mainPageWrapper .upmViewerSidebarContainer .filePrivacy button[data-privacy-status=public] .publicButtonIcon, .upmViewerSidebarContainer .filePrivacy .mainPageWrapper button[data-privacy-status=public] .publicButtonIcon {
  display: block;
}
.mainPageWrapper .circleButtons .locationButtonIcon, .mainPageWrapper .upmViewerSidebarContainer .filePrivacy button .locationButtonIcon, .upmViewerSidebarContainer .filePrivacy .mainPageWrapper button .locationButtonIcon {
  display: none;
}
.mainPageWrapper .circleButtons[data-memo-location=personal], .mainPageWrapper .upmViewerSidebarContainer .filePrivacy button[data-memo-location=personal], .upmViewerSidebarContainer .filePrivacy .mainPageWrapper button[data-memo-location=personal] {
  border-color: #DF6365;
  color: #DF6365;
}
.mainPageWrapper .circleButtons[data-memo-location=personal] .personButtonIcon, .mainPageWrapper .upmViewerSidebarContainer .filePrivacy button[data-memo-location=personal] .personButtonIcon, .upmViewerSidebarContainer .filePrivacy .mainPageWrapper button[data-memo-location=personal] .personButtonIcon {
  display: block;
}
.mainPageWrapper .circleButtons[data-memo-location=entity], .mainPageWrapper .upmViewerSidebarContainer .filePrivacy button[data-memo-location=entity], .upmViewerSidebarContainer .filePrivacy .mainPageWrapper button[data-memo-location=entity] {
  border-color: #61B2DE;
  color: #61B2DE;
}
.mainPageWrapper .circleButtons[data-memo-location=entity] .businessButtonIcon, .mainPageWrapper .upmViewerSidebarContainer .filePrivacy button[data-memo-location=entity] .businessButtonIcon, .upmViewerSidebarContainer .filePrivacy .mainPageWrapper button[data-memo-location=entity] .businessButtonIcon {
  display: block;
}
.mainPageWrapper .circleButtons[data-attachmant-status=true], .mainPageWrapper .upmViewerSidebarContainer .filePrivacy button[data-attachmant-status=true], .upmViewerSidebarContainer .filePrivacy .mainPageWrapper button[data-attachmant-status=true] {
  border-color: #61B2DE;
  color: #61B2DE;
}

.editMemoDialog .memoDialogScroll {
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 50px;
  left: 0;
  padding-bottom: 200px;
}
.editMemoDialog .memoDialogBody, .editMemoDialog .tabContentWrapper {
  margin: 0 auto;
  max-width: 760px;
  padding: 0 1.5rem;
}
.editMemoDialog .headerWrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  height: 60px;
}
.editMemoDialog .memoHeaderContainer {
  margin: 3rem 0;
}
.editMemoDialog .memoHeaderContainer input {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.editMemoDialog .memoHeaderContainer .personalInfoContainer {
  margin-bottom: 0.75rem;
}
.editMemoDialog .memoHeaderContainer .personalInfoContainer ul {
  display: table;
}
.editMemoDialog .memoHeaderContainer .personalInfoContainer ul li {
  color: #212121;
  display: table-cell;
  padding-right: 0.75rem;
  vertical-align: middle;
}
.editMemoDialog .memoHeaderContainer .personalInfoContainer ul li:last-child {
  padding-right: 0;
}
.editMemoDialog .memoHeaderContainer .attachFileInfoContainer {
  margin-bottom: 1rem;
  padding: 0 0 2px 0;
}
.editMemoDialog .memoHeaderContainer .attachFileInfoContainer ul {
  display: table;
  width: 100%;
}
.editMemoDialog .memoHeaderContainer .attachFileInfoContainer ul li {
  color: #212121;
  display: table-cell;
  padding-right: 0.75rem;
  vertical-align: middle;
}
.editMemoDialog .memoHeaderContainer .attachFileInfoContainer ul li:first-child {
  width: 44px;
}
.editMemoDialog .memoHeaderContainer .attachFileInfoContainer ul li:last-child {
  padding-right: 0;
}
.editMemoDialog .memoHeaderContainer .attachFileInfoContainer ul li [data-attachmant-status=false] {
  opacity: 0.25;
}
.editMemoDialog .memoHeaderContainer .memoTitleContainer ul {
  display: table;
  width: 100%;
}
.editMemoDialog .memoHeaderContainer .memoTitleContainer ul li {
  color: #AAAAAA;
  display: table-cell;
  padding-right: 0.75rem;
  vertical-align: middle;
}
.editMemoDialog .memoHeaderContainer .memoTitleContainer ul li:first-child {
  width: 44px;
}
.editMemoDialog .memoHeaderContainer .memoTitleContainer ul li:last-child {
  padding-right: 0;
}
.editMemoDialog .memoHeaderContainer .memoTitleContainer .memoTitleInput {
  color: #212121;
  font-size: 1.5rem;
  font-weight: 900;
  height: auto;
  line-height: 1.2;
  margin: 0 0 0 0;
  padding: 0;
}
.editMemoDialog .memoHeaderContainer .memoMetadataContainer {
  margin-bottom: 0.75rem;
  margin-top: 3rem;
}
.editMemoDialog .memoHeaderContainer .memoMetadataContainer ul li {
  margin-right: 1.5rem;
}
.editMemoDialog .memoHeaderContainer .memoMetadataContainer ul li .flexRow, .editMemoDialog .memoHeaderContainer .memoMetadataContainer ul li .tableFundView .fundAdditionalInformation, .tableFundView .editMemoDialog .memoHeaderContainer .memoMetadataContainer ul li .fundAdditionalInformation, .editMemoDialog .memoHeaderContainer .memoMetadataContainer ul li .tableFundView .fundBasicInformation, .tableFundView .editMemoDialog .memoHeaderContainer .memoMetadataContainer ul li .fundBasicInformation {
  align-items: center;
  flex-wrap: nowrap;
  height: 2.7rem;
}
.editMemoDialog .memoHeaderContainer .memoMetadataContainer ul li .flexRow .iconWrapper, .editMemoDialog .memoHeaderContainer .memoMetadataContainer ul li .tableFundView .fundAdditionalInformation .iconWrapper, .tableFundView .editMemoDialog .memoHeaderContainer .memoMetadataContainer ul li .fundAdditionalInformation .iconWrapper, .editMemoDialog .memoHeaderContainer .memoMetadataContainer ul li .tableFundView .fundBasicInformation .iconWrapper, .tableFundView .editMemoDialog .memoHeaderContainer .memoMetadataContainer ul li .fundBasicInformation .iconWrapper {
  margin-right: 0.75rem;
  text-align: center;
  width: 43px;
}
.editMemoDialog .memoHeaderContainer .memoMetadataContainer ul li .flexRow .iconWrapper i, .editMemoDialog .memoHeaderContainer .memoMetadataContainer ul li .tableFundView .fundAdditionalInformation .iconWrapper i, .tableFundView .editMemoDialog .memoHeaderContainer .memoMetadataContainer ul li .fundAdditionalInformation .iconWrapper i, .editMemoDialog .memoHeaderContainer .memoMetadataContainer ul li .tableFundView .fundBasicInformation .iconWrapper i, .tableFundView .editMemoDialog .memoHeaderContainer .memoMetadataContainer ul li .fundBasicInformation .iconWrapper i {
  margin-top: 3px;
}
@media screen and (max-width: 560px) {
  .editMemoDialog .memoHeaderContainer .memoMetadataContainer ul {
    margin-bottom: 0.375rem;
  }
  .editMemoDialog .memoHeaderContainer .memoMetadataContainer ul li {
    margin-right: 0.75rem;
  }
  .editMemoDialog .memoHeaderContainer .memoMetadataContainer ul li.tickerMetaItem, .editMemoDialog .memoHeaderContainer .memoMetadataContainer ul li.dateMetaItem {
    width: 120px;
  }
}
.editMemoDialog .memoEditContentContainer .memoEditorContainer {
  display: none;
}
.editMemoDialog .memoEditContentContainer .memoMoreInfoContainer {
  display: none;
}
.editMemoDialog .memoEditContentContainer[data-memo-container=editor] .memoEditorContainer {
  display: block;
}
.editMemoDialog .memoEditContentContainer[data-memo-container=setup] .memoMoreInfoContainer {
  display: block;
}
.editMemoDialog .memoEditContentContainer .memoMoreInfoContainer .memoMoreInfoNavContaienr {
  margin-bottom: 3rem;
}
.editMemoDialog .memoEditContentContainer .memoMoreInfoContainer .memoMoreInfoNavContaienr ul:before, .editMemoDialog .memoEditContentContainer .memoMoreInfoContainer .memoMoreInfoNavContaienr ul:after {
  content: " ";
  display: table;
}
.editMemoDialog .memoEditContentContainer .memoMoreInfoContainer .memoMoreInfoNavContaienr ul:after {
  clear: both;
}
.editMemoDialog .memoEditContentContainer .memoMoreInfoContainer .memoMoreInfoNavContaienr ul li {
  margin-right: 1.5rem;
}
.editMemoDialog .memoEditContentContainer .memoMoreInfoContainer .memoMoreInfoNavContaienr button,
.editMemoDialog .memoEditContentContainer .memoMoreInfoContainer .memoMoreInfoNavContaienr .button,
.editMemoDialog .memoEditContentContainer .memoMoreInfoContainer .memoMoreInfoNavContaienr .buttonAction {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: #212121;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.editMemoDialog .memoEditContentContainer .memoMoreInfoContainer .memoMoreInfoNavContaienr button:hover,
.editMemoDialog .memoEditContentContainer .memoMoreInfoContainer .memoMoreInfoNavContaienr .button:hover,
.editMemoDialog .memoEditContentContainer .memoMoreInfoContainer .memoMoreInfoNavContaienr .buttonAction:hover {
  color: #61B2DE;
}
.editMemoDialog .memoEditContentContainer .memoMoreInfoContainer .memoMoreInfoNavContaienr button:active,
.editMemoDialog .memoEditContentContainer .memoMoreInfoContainer .memoMoreInfoNavContaienr .button:active,
.editMemoDialog .memoEditContentContainer .memoMoreInfoContainer .memoMoreInfoNavContaienr .buttonAction:active {
  background-color: #EEEEEE !important;
}
.editMemoDialog .memoEditContentContainer .memoMoreInfoContainer .memoMoreInfoNavContaienr button.active,
.editMemoDialog .memoEditContentContainer .memoMoreInfoContainer .memoMoreInfoNavContaienr .button.active,
.editMemoDialog .memoEditContentContainer .memoMoreInfoContainer .memoMoreInfoNavContaienr .active.buttonAction {
  border-bottom-color: #61B2DE;
  color: #61B2DE;
}
.editMemoDialog .memoEditContentContainer .memoMoreInfoContainer .shareInfoWrapper {
  display: none;
  padding-bottom: 3rem;
}
.editMemoDialog .memoEditContentContainer .memoMoreInfoContainer .analyticsInfoWrapper {
  display: none;
  padding-bottom: 3rem;
}
.editMemoDialog .memoEditContentContainer .memoMoreInfoContainer[data-more-info-content=share] .shareInfoWrapper {
  display: block;
}
.editMemoDialog .memoEditContentContainer .memoMoreInfoContainer[data-more-info-content=analytics] .analyticsInfoWrapper {
  display: block;
}
.editMemoDialog .memoEditDialogFooterContainer {
  background-color: #FFFFFF;
  border-top: 2px solid #E6CC00;
  bottom: 0;
  left: 0;
  padding: 0.375rem 1.5rem;
  position: fixed;
  right: 0;
}
.editMemoDialog .memoEditDialogFooterContainer .leftFooterContainer {
  float: left;
}
.editMemoDialog .memoEditDialogFooterContainer .rightFooterContainer {
  float: right;
}
.editMemoDialog .memoEditDialogFooterContainer ul:before, .editMemoDialog .memoEditDialogFooterContainer ul:after {
  content: " ";
  display: table;
}
.editMemoDialog .memoEditDialogFooterContainer ul:after {
  clear: both;
}
.editMemoDialog .memoEditDialogFooterContainer ul li {
  display: inline-block;
  margin-right: 0.375rem;
}
.editMemoDialog .memoEditDialogFooterContainer ul li:last-child {
  margin-right: 0;
}

.editCreateMemoPage .memoDialogScroll {
  top: 143px;
  bottom: 50px;
}
.editCreateMemoPage .memoMetadataContainer ul li {
  float: none;
}
.editCreateMemoPage .pageOptionsContainer {
  padding: 0.75rem 0;
}
.editCreateMemoPage .pageOptionsContainer ul {
  display: block;
}
.editCreateMemoPage .pageOptionsContainer ul:before, .editCreateMemoPage .pageOptionsContainer ul:after {
  content: " ";
  display: table;
}
.editCreateMemoPage .pageOptionsContainer ul:after {
  clear: both;
}
.editCreateMemoPage .pageOptionsContainer ul li {
  width: 49%;
}
.editCreateMemoPage .pageOptionsContainer ul li button {
  margin: 0;
}
.editCreateMemoPage .pageOptionsContainer ul li:last-child {
  float: right;
}
.editCreateMemoPage .pageTabsContainer {
  padding: 1.5rem 0;
}
.editCreateMemoPage .pageTabsContainer ul {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
  padding-bottom: 10px;
  white-space: nowrap;
}
.editCreateMemoPage .pageTabsContainer ul li {
  display: inline-block;
  margin-right: 1.5rem;
}
.editCreateMemoPage .pageTabsContainer ul li button.liveMemoButton {
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #09B79E;
  color: #09B79E;
  padding: 0 10px;
}
.editCreateMemoPage .pageTabsContainer ul li button.liveMemoButton.active {
  background-color: #09B79E;
  color: #FFFFFF !important;
}
.editCreateMemoPage .pageTabsContainer ul li:last-child {
  margin-right: 0;
}
.editCreateMemoPage .tabContentContainer {
  display: none;
}
.editCreateMemoPage .tabContentContainer.show {
  display: block;
}
.editCreateMemoPage .tabContentContainer .description {
  color: #AAAAAA;
  margin-bottom: 3rem;
}
.editCreateMemoPage .tabContentContainer .description p {
  color: inherit;
}
.editCreateMemoPage .tabContentContainer h2 {
  margin: 1.5rem 0;
}
.editCreateMemoPage .tabContentContainer .notesContainer {
  margin-bottom: 3rem;
}

.pageLiveSidebarWrapper {
  transition: all 0.75s linear;
  background-color: #FAFAFA;
  border-left: 1px solid #EEEEEE;
  overflow: hidden;
  position: relative;
  width: 0;
}
.pageLiveSidebarWrapper .pageLiveSidebar {
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.pageLiveSidebarWrapper.show {
  width: 420px;
}
.pageLiveSidebarWrapper.show .pageLiveSidebar {
  transition-delay: 0.75s;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .pageLiveSidebarWrapper {
    display: none !important;
  }
}
.pageLiveSidebarWrapper .sidebarOptionsContainer ul:before, .pageLiveSidebarWrapper .sidebarOptionsContainer ul:after {
  content: " ";
  display: table;
}
.pageLiveSidebarWrapper .sidebarOptionsContainer ul:after {
  clear: both;
}
.pageLiveSidebarWrapper .sidebarOptionsContainer ul li {
  float: left;
  height: 6rem;
  position: relative;
  width: 50%;
}
.pageLiveSidebarWrapper .sidebarOptionsContainer .button, .pageLiveSidebarWrapper .sidebarOptionsContainer .buttonAction, .pageLiveSidebarWrapper .sidebarOptionsContainer .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .pageLiveSidebarWrapper .sidebarOptionsContainer button,
.pageLiveSidebarWrapper .sidebarOptionsContainer button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #E3E3E3;
  border: none;
  border-radius: 0;
  color: #212121;
  display: block;
  font-weight: 700;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
.pageLiveSidebarWrapper .sidebarOptionsContainer .button:hover, .pageLiveSidebarWrapper .sidebarOptionsContainer .buttonAction:hover,
.pageLiveSidebarWrapper .sidebarOptionsContainer button:hover {
  color: #61B2DE;
}
.pageLiveSidebarWrapper .sidebarOptionsContainer .button:active, .pageLiveSidebarWrapper .sidebarOptionsContainer .buttonAction:active,
.pageLiveSidebarWrapper .sidebarOptionsContainer button:active {
  background-color: #EEEEEE !important;
}
.pageLiveSidebarWrapper .sidebarOptionsContainer .button.active, .pageLiveSidebarWrapper .sidebarOptionsContainer .active.buttonAction,
.pageLiveSidebarWrapper .sidebarOptionsContainer button.active {
  background-color: transparent;
}
.pageLiveSidebarWrapper .sidebarContentContainer {
  position: absolute;
  top: 6rem;
  right: unset;
  bottom: 0;
  left: 0;
}
.pageLiveSidebarWrapper .sidebarContentType {
  display: none;
}
.pageLiveSidebarWrapper .sidebarContentType.show {
  display: block;
}

.informationModuleContainer {
  margin: 3rem 1.5rem 6rem;
}
.informationModuleContainer .informationModuleTitleContainer {
  margin-bottom: 1.5rem;
}
.informationModuleContainer .informationModuleTitleContainer h2 {
  margin: 0;
}
.informationModuleContainer .informationModuleTitleContainer .note {
  font-style: normal;
  font-size: 0.875rem;
  color: #AAAAAA;
}

.createCommentFormContainer {
  margin: 1.5rem;
}
.createCommentFormContainer ul {
  display: table;
  width: 100%;
}
.createCommentFormContainer ul li {
  display: table-cell;
}
.createCommentFormContainer ul li:last-child {
  width: 43px;
}
.createCommentFormContainer .sendCommentButton {
  border-color: #61B2DE;
  color: #61B2DE;
}

.listOfLiveCommentsContainer {
  margin: 1.5rem;
}
.listOfLiveCommentsContainer .commentItem {
  transition: all 0.25s linear;
  border-bottom: 1px solid #EEEEEE;
  margin: 0.75rem 0;
  padding: 0.75rem 0;
}
.listOfLiveCommentsContainer .commentItem .commentMetaData .metaUser {
  font-weight: 700;
}
.listOfLiveCommentsContainer .commentItem .commentMetaData .metaDate {
  margin-left: 5px;
  color: #AAAAAA;
}
.listOfLiveCommentsContainer .commentItem:hover {
  background-color: #EEEEEE;
}

.modifyMemoDialog .memoDialogScroll {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 50px;
  left: 0;
}
.modifyMemoDialog [data-content=modify],
.modifyMemoDialog [data-content=analytics] {
  display: none;
}
.modifyMemoDialog [data-content=modify].show,
.modifyMemoDialog [data-content=analytics].show {
  display: block;
}
.modifyMemoDialog .selectedFilesWrapper {
  background-color: #FAFAFA;
  border-radius: 50%;
  border: 1px solid #EEEEEE;
  height: 50px;
  line-height: 1.1;
  position: absolute;
  right: 0;
  text-align: center;
  top: -5px;
  width: 50px;
}
.modifyMemoDialog .selectedFilesWrapper .nbOfSelectedFiles {
  margin-top: 8px;
  font-weight: 900;
}
.modifyMemoDialog .selectedFilesWrapper span {
  font-size: 12px;
}
.modifyMemoDialog .dialogNavigationContainer {
  position: relative;
  margin-bottom: 4.5rem;
}
.modifyMemoDialog .dialogNavigationContainer li {
  margin-right: 1.5rem;
}
.modifyMemoDialog .dialogNavigationContainer li button {
  background: none;
  border-radius: 0;
  border: none;
  color: #212121;
  font-weight: 700;
  margin: 0;
  padding: 5px 0;
}
.modifyMemoDialog .dialogNavigationContainer li button.active {
  color: #61B2DE;
  border-bottom: 2px solid #61B2DE;
}
.modifyMemoDialog .contentModuleContainer {
  margin-bottom: 4.5rem;
}
.modifyMemoDialog .circleButtons, .modifyMemoDialog .upmViewerSidebarContainer .filePrivacy button, .upmViewerSidebarContainer .filePrivacy .modifyMemoDialog button {
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 2px solid #EEEEEE;
  color: #212121;
  height: 2.7rem;
  line-height: 53px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 2.7rem;
}
.modifyMemoDialog .circleButtons i, .modifyMemoDialog .upmViewerSidebarContainer .filePrivacy button i, .upmViewerSidebarContainer .filePrivacy .modifyMemoDialog button i {
  color: inherit;
}
.modifyMemoDialog .circleButtons.active, .modifyMemoDialog .upmViewerSidebarContainer .filePrivacy button.active, .upmViewerSidebarContainer .filePrivacy .modifyMemoDialog button.active {
  color: #61B2DE;
  border-color: #61B2DE;
}
.modifyMemoDialog .circleButtons:hover, .modifyMemoDialog .upmViewerSidebarContainer .filePrivacy button:hover, .upmViewerSidebarContainer .filePrivacy .modifyMemoDialog button:hover {
  border-color: #212121;
}
.modifyMemoDialog .circleButtons:active, .modifyMemoDialog .upmViewerSidebarContainer .filePrivacy button:active, .upmViewerSidebarContainer .filePrivacy .modifyMemoDialog button:active {
  background-color: #EEEEEE !important;
}
.modifyMemoDialog .circleButtons .privacyButtonIcon, .modifyMemoDialog .upmViewerSidebarContainer .filePrivacy button .privacyButtonIcon, .upmViewerSidebarContainer .filePrivacy .modifyMemoDialog button .privacyButtonIcon {
  display: none;
}
.modifyMemoDialog .circleButtons[data-privacy-status=private], .modifyMemoDialog .upmViewerSidebarContainer .filePrivacy button[data-privacy-status=private], .upmViewerSidebarContainer .filePrivacy .modifyMemoDialog button[data-privacy-status=private] {
  color: #DF6365;
  border-color: #DF6365;
}
.modifyMemoDialog .circleButtons[data-privacy-status=private] .privateButtonIcon, .modifyMemoDialog .upmViewerSidebarContainer .filePrivacy button[data-privacy-status=private] .privateButtonIcon, .upmViewerSidebarContainer .filePrivacy .modifyMemoDialog button[data-privacy-status=private] .privateButtonIcon {
  display: block;
}
.modifyMemoDialog .circleButtons[data-privacy-status=semipublic], .modifyMemoDialog .upmViewerSidebarContainer .filePrivacy button[data-privacy-status=semipublic], .upmViewerSidebarContainer .filePrivacy .modifyMemoDialog button[data-privacy-status=semipublic] {
  color: #FFAA00;
  border-color: #FFAA00;
}
.modifyMemoDialog .circleButtons[data-privacy-status=semipublic] .semipublicButtonIcon, .modifyMemoDialog .upmViewerSidebarContainer .filePrivacy button[data-privacy-status=semipublic] .semipublicButtonIcon, .upmViewerSidebarContainer .filePrivacy .modifyMemoDialog button[data-privacy-status=semipublic] .semipublicButtonIcon {
  display: block;
}
.modifyMemoDialog .circleButtons[data-privacy-status=public], .modifyMemoDialog .upmViewerSidebarContainer .filePrivacy button[data-privacy-status=public], .upmViewerSidebarContainer .filePrivacy .modifyMemoDialog button[data-privacy-status=public] {
  color: #55B5AC;
  border-color: #55B5AC;
}
.modifyMemoDialog .circleButtons[data-privacy-status=public] .publicButtonIcon, .modifyMemoDialog .upmViewerSidebarContainer .filePrivacy button[data-privacy-status=public] .publicButtonIcon, .upmViewerSidebarContainer .filePrivacy .modifyMemoDialog button[data-privacy-status=public] .publicButtonIcon {
  display: block;
}
.modifyMemoDialog .circleButtons .locationButtonIcon, .modifyMemoDialog .upmViewerSidebarContainer .filePrivacy button .locationButtonIcon, .upmViewerSidebarContainer .filePrivacy .modifyMemoDialog button .locationButtonIcon {
  display: none;
}
.modifyMemoDialog .circleButtons[data-memo-location=personal], .modifyMemoDialog .upmViewerSidebarContainer .filePrivacy button[data-memo-location=personal], .upmViewerSidebarContainer .filePrivacy .modifyMemoDialog button[data-memo-location=personal] {
  color: #DF6365;
  border-color: #DF6365;
}
.modifyMemoDialog .circleButtons[data-memo-location=personal] .personButtonIcon, .modifyMemoDialog .upmViewerSidebarContainer .filePrivacy button[data-memo-location=personal] .personButtonIcon, .upmViewerSidebarContainer .filePrivacy .modifyMemoDialog button[data-memo-location=personal] .personButtonIcon {
  display: block;
}
.modifyMemoDialog .circleButtons[data-memo-location=entity], .modifyMemoDialog .upmViewerSidebarContainer .filePrivacy button[data-memo-location=entity], .upmViewerSidebarContainer .filePrivacy .modifyMemoDialog button[data-memo-location=entity] {
  color: #61B2DE;
  border-color: #61B2DE;
}
.modifyMemoDialog .circleButtons[data-memo-location=entity] .businessButtonIcon, .modifyMemoDialog .upmViewerSidebarContainer .filePrivacy button[data-memo-location=entity] .businessButtonIcon, .upmViewerSidebarContainer .filePrivacy .modifyMemoDialog button[data-memo-location=entity] .businessButtonIcon {
  display: block;
}
.modifyMemoDialog .circleButtons[data-attachmant-status=true], .modifyMemoDialog .upmViewerSidebarContainer .filePrivacy button[data-attachmant-status=true], .upmViewerSidebarContainer .filePrivacy .modifyMemoDialog button[data-attachmant-status=true] {
  color: #61B2DE;
  border-color: #61B2DE;
}
.modifyMemoDialog .memoMetadataContainer input {
  margin: 0;
  padding-left: 0;
}
.modifyMemoDialog .memoMetadataContainer ul.flexRow, .modifyMemoDialog .memoMetadataContainer .tableFundView ul.fundAdditionalInformation, .tableFundView .modifyMemoDialog .memoMetadataContainer ul.fundAdditionalInformation, .modifyMemoDialog .memoMetadataContainer .tableFundView ul.fundBasicInformation, .tableFundView .modifyMemoDialog .memoMetadataContainer ul.fundBasicInformation {
  flex-wrap: nowrap;
}
.modifyMemoDialog .memoMetadataContainer ul li {
  margin-right: 1.5rem;
}
.modifyMemoDialog .memoMetadataContainer ul li:last-child {
  margin-right: 0;
}
.modifyMemoDialog .memoMetadataContainer ul li.dateMetaItem, .modifyMemoDialog .memoMetadataContainer ul li.tickerMetaItem {
  flex-grow: 0;
  flex-shrink: 1;
  max-width: 150px;
}
.modifyMemoDialog .memoMetadataContainer ul li.locationWrapper {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: right;
}
.modifyMemoDialog .memoMetadataContainer ul li.privacyWrapper {
  flex-grow: 0;
  flex-shrink: 0;
}
.modifyMemoDialog .memoMetadataContainer ul li.fileNameWrapper {
  flex-grow: 1;
  flex-shrink: 1;
  margin-top: 0.75rem;
}
.modifyMemoDialog .memoMetadataContainer ul li.fileNameWrapper input {
  font-weight: 900;
}
.modifyMemoDialog .memoMetadataContainer ul li.tickerMetaItem input {
  font-weight: 900;
}

.newMemoDialog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: unset;
  left: 0;
  background-color: #FFFFFF;
  bottom: 50px;
  z-index: 9000;
}
.newMemoDialog .sidebarTabWrapper {
  border-bottom: 1px solid #EEEEEE;
  margin-top: 10px;
  padding: 0 48px;
}
.newMemoDialog .dialogActions {
  position: absolute;
  right: 1rem;
  top: 0;
  z-index: 500;
}
.newMemoDialog .dialogActions ul {
  white-space: nowrap;
}
@media screen and (max-width: 400px) {
  .newMemoDialog .dialogActions ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    padding: 16px 0;
  }
  .newMemoDialog .dialogActions ul:last-child {
    margin-bottom: 8px;
  }
}
.newMemoDialog .dialogActions ul li {
  display: inline-block;
}
.newMemoDialog .dialogScrollWrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.newMemoDialog .flexWrapper {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.newMemoDialog .editorContainer {
  position: absolute;
  top: 0;
  right: unset;
  bottom: 0;
  left: 0;
  margin-top: 100px;
  width: 100%;
}
.newMemoDialog .editorContainer .new--editor--container {
  min-height: 100%;
  padding: 1.5rem;
}
.newMemoDialog .editorContainer .htmlMemoContent {
  padding-bottom: 30%;
  margin: auto 10%;
}
.newMemoDialog .memoContentWrapper {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.newMemoDialog .memoContentWrapper .icon-button {
  background: transparent;
}
.newMemoDialog .updoc-autocomplete-option-title {
  font-size: 0.9rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  width: 80px;
}
.newMemoDialog .updoc-autocomplete-option-subtitle {
  opacity: 0.7;
  margin-bottom: 1rem;
}
.newMemoDialog .updoc-autocomplete-option-image {
  margin-right: 1.5rem;
  width: 18px;
}
.newMemoDialog .updoc-autocomplete-option-value {
  background: #cecece;
  margin-left: 1.5rem;
  width: 18px;
  height: 18px;
  font-size: 12px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newMemoDialog .tox-collection__item--active .updoc-autocomplete-option-value {
  background: #ffffff;
  color: #212121;
}
.newMemoDialog .tox-collection__item--active .updoc-autocomplete-option-image {
  filter: invert(1);
}
.newMemoDialog .titleMemoWrapper {
  margin-right: 300px;
  width: 100%;
  padding: 0.7rem 1.5rem;
}
.newMemoDialog .titleMemoWrapper input {
  border: none;
  background-color: transparent;
  font-size: 2rem;
  font-weight: 700;
}
.newMemoDialog .titleMemoWrapper input:focus {
  border-color: none;
  box-shadow: none;
}
.newMemoDialog .titleMemoWrapper input::placeholder {
  color: #EEEEEE;
}
@media screen and (max-width: 834px) {
  .newMemoDialog .titleMemoWrapper {
    margin-right: 80px;
  }
  .newMemoDialog .titleMemoWrapper input {
    font-size: 1.5rem;
  }
}
.newMemoDialog #mytoolbar .tox-tinymce-inline {
  display: flex !important;
}
.newMemoDialog #mytoolbar .tox-editor-header {
  border: 1px solid #eee;
  border-radius: 0;
}
.newMemoDialog .editorToolbaWrapper {
  background-color: #f0f0f0;
  left: 0;
  position: fixed;
  top: 75px;
  width: 100%;
  z-index: 500;
}
.newMemoDialog .editorToolbaWrapper .mce-panel {
  border: none;
  background: #f0f0f0;
}
.newMemoDialog .editorToolbaWrapper .mce-panel .mce-btn {
  background: #f0f0f0;
}
.newMemoDialog .editorToolbaWrapper .mce-panel .mce-btn.mce-active {
  background: #555555;
}
.newMemoDialog .pageSidebarContainer {
  top: 0;
  bottom: 0;
}
.newMemoDialog .liveButton {
  margin: 0.75rem 0;
  padding: 0.5rem 1.5rem;
  width: 152px;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 1.5rem;
  height: auto;
  text-align: center;
}
.newMemoDialog .liveButton i {
  font-size: 32px;
  margin-top: -5px;
}
.newMemoDialog .liveButton .onState {
  display: none;
}
.newMemoDialog .liveButton .offState {
  display: inline-block;
}
.newMemoDialog .liveButton.active {
  color: #FFFFFF !important;
  border-color: #61B2DE;
  background-color: #61B2DE;
}
.newMemoDialog .liveButton.active .onState {
  display: inline-block;
}
.newMemoDialog .liveButton.active .offState {
  display: none;
}

.editorContainer {
  /* ===============
  	New style :: copy bellow
  	=============== */
  /* Table */
  /* MEDIA QUERIES */
  /*=====================================
  END COPY HERE
  ============================== = */
}
.editorContainer .htmlMemoContent h1, .editorContainer .htmlMemoContent .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .editorContainer .htmlMemoContent select,
.editorContainer .htmlMemoContent h2,
.editorContainer .htmlMemoContent h3,
.editorContainer .htmlMemoContent h4,
.editorContainer .htmlMemoContent h5 {
  color: #2c2d30 !important;
  line-height: 1.5;
  text-transform: none !important;
  word-break: break-word;
  word-wrap: break-word;
}
.editorContainer .htmlMemoContent h1, .editorContainer .htmlMemoContent .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .editorContainer .htmlMemoContent select {
  font-size: 37px !important;
  font-weight: 300;
  line-height: 1.22;
  margin: 27px 0 6px;
}
.editorContainer .htmlMemoContent h2 {
  font-size: 31px !important;
  font-weight: 900;
  line-height: 1.22;
  margin: 27px 0 6px;
}
.editorContainer .htmlMemoContent h3 {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.36;
  margin: 27px 0 6px;
  text-transform: uppercase !important;
}
.editorContainer .htmlMemoContent h4 {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.36;
  margin: 27px 0 6px;
}
.editorContainer .htmlMemoContent h5 {
  border-left: 3px solid #2c2d30;
  color: #2c2d30 !important;
  font-family: "Georgia", serif;
  font-size: 18px !important;
  font-style: italic !important;
  font-weight: 500;
  margin: 12px 0 12px 0;
  padding-bottom: 3px;
  padding-left: 14px;
}
.editorContainer .htmlMemoContent p {
  color: #2c2d30 !important;
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 13px 0;
  word-break: break-word;
}
.editorContainer .htmlMemoContent blockquote, .editorContainer .htmlMemoContent .blockquote {
  background-color: #F3F3F3;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: 0;
  border-right: 0;
  border-top: 2px solid #616161;
  color: #2c2d30;
  font-size: 18px !important;
  line-height: 27px;
  margin: 27px 0px !important;
  padding: 14px 31px;
  word-break: break-word;
}
.editorContainer .htmlMemoContent figure {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}
.editorContainer .htmlMemoContent img {
  display: block;
  height: auto;
  max-width: 100%;
}
.editorContainer .htmlMemoContent a {
  border: 1px solid transparent;
  color: #3fa9f5;
  font-weight: 500;
  text-decoration: none;
}
.editorContainer .htmlMemoContent a:hover {
  text-decoration: underline;
}
.editorContainer .htmlMemoContent ul {
  list-style: disc;
}
.editorContainer .htmlMemoContent ol {
  list-style: decimal;
}
.editorContainer .htmlMemoContent ul,
.editorContainer .htmlMemoContent ol {
  color: #2c2d30 !important;
  margin: 12px 0;
  padding: 0 27px;
}
.editorContainer .htmlMemoContent ol li,
.editorContainer .htmlMemoContent ul li {
  line-height: 27px;
  font-size: 18px !important;
  padding: 0;
}
.editorContainer .htmlMemoContent ul ul,
.editorContainer .htmlMemoContent ol ol {
  margin: 0;
}
.editorContainer .htmlMemoContent ol li ol li {
  list-style-type: lower-alpha;
}
.editorContainer .htmlMemoContent ol li ol li ol li {
  list-style-type: lower-roman;
}
.editorContainer .htmlMemoContent br {
  /* border-color:black; */
  width: 100%;
}
.editorContainer .htmlMemoContent hr {
  background-color: #E3E3E3;
  border: 0;
  height: 1px;
  margin: 27px;
  padding: 0;
}
.editorContainer .htmlMemoContent table {
  border-collapse: collapse;
  border-color: transparent;
  border-spacing: 0;
  border: none;
  margin: 27px 0;
  width: 100% !important;
}
.editorContainer .htmlMemoContent table th {
  color: #2c2d30;
  font-weight: 500;
  height: inherit;
  max-width: 10em;
  min-width: 2em;
  overflow: hidden;
  padding: 0.25rem;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: auto;
}
.editorContainer .htmlMemoContent table tr {
  border-bottom: 1px solid #E3E3E3;
}
.editorContainer .htmlMemoContent table tr:last-child {
  border-bottom: 1px solid transparent;
}
.editorContainer .htmlMemoContent table tr:nth-child(even) {
  background-color: #FAFAFA;
}
.editorContainer .htmlMemoContent table td {
  color: #2c2d30 !important;
  font-size: 16px;
  font-weight: 500;
  height: inherit;
  line-height: 22px;
  max-width: 10em;
  min-width: 2em;
  overflow: hidden;
  padding: 0.25rem;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: auto;
}
.editorContainer .htmlMemoContent table td p {
  color: #2c2d30 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
.editorContainer .htmlMemoContent .fr-fic {
  display: block;
  margin: 1.35rem auto;
}
.editorContainer .htmlMemoContent .fr-fic.fr-fir {
  float: right;
  margin: 0 0 1.35rem 1.35rem;
}
.editorContainer .htmlMemoContent .fr-fic.fr-fil {
  margin: 0 1.35rem 1.35rem 0;
}
@media (max-width: 600px) {
  .editorContainer .memoHeadlineContent {
    font-size: 24px !important;
  }
  .editorContainer .htmlMemoContent h1, .editorContainer .htmlMemoContent .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .editorContainer .htmlMemoContent select {
    font-size: 24px !important;
    margin-top: 21px !important;
  }
  .editorContainer .htmlMemoContent h2 {
    font-size: 19px !important;
  }
  .editorContainer .htmlMemoContent h3 {
    font-size: 16px !important;
  }
  .editorContainer .htmlMemoContent h4 {
    font-size: 16px !important;
  }
  .editorContainer .htmlMemoContent h5 {
    font-size: 14px !important;
    line-height: 1.46 !important;
  }
  .editorContainer .htmlMemoContent blockquote {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .editorContainer .htmlMemoContent ul li,
  .editorContainer .htmlMemoContent ol li {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .editorContainer .htmlMemoContent p,
  .editorContainer .htmlMemoContent table td,
  .editorContainer .htmlMemoContent table th {
    font-size: 14px !important;
    line-height: 21px !important;
  }
}

.arrowSuggestionsContainer {
  position: absolute;
  top: -14px;
  right: unset;
  bottom: unset;
  left: 0;
  color: #AAAAAA;
  display: none;
}
.arrowSuggestionsContainer.show {
  display: block;
}

.autocomplete-suggestions {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-weight: normal;
  padding: 1.5rem;
}
@media screen and (max-width: 600px) {
  .autocomplete-suggestions {
    padding: 0.75rem;
  }
}
.autocomplete-suggestions .autocomplete-group {
  border-bottom: 1px solid #AAAAAA;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 0.375rem;
  padding: 1.5rem 0 0.375rem 0;
  position: relative;
  text-transform: uppercase;
}
.autocomplete-suggestions .autocomplete-group:first-child {
  padding-top: 0;
}
.autocomplete-suggestions .autocomplete-suggestion {
  transition: all 0.1s linear;
  padding-bottom: 8px;
  color: #212121;
  line-height: 2;
}
@media only screen and (max-width: 40em) {
  .autocomplete-suggestions .autocomplete-suggestion {
    font-size: 13px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024) {
  .autocomplete-suggestions .autocomplete-suggestion {
    padding-bottom: 0;
  }
}
.autocomplete-suggestions .autocomplete-suggestion:last-child {
  padding-bottom: 0;
}
.autocomplete-suggestions .autocomplete-suggestion strong {
  border-bottom: 2px solid #61B2DE;
  font-weight: normal;
  text-decoration: none;
}
.autocomplete-suggestions .autocomplete-suggestion:hover, .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
  color: #61B2DE;
  cursor: pointer;
}

.alignRight .autocomplete-suggestions {
  right: 0;
}

@media screen and (max-width: 600px) {
  .alignRight .autocomplete-suggestions {
    right: auto;
    width: 100% !important;
  }
}
.commandLineInputContainer #suggestions-container {
  position: relative;
}
.commandLineInputContainer .autocomplete-suggestions {
  width: 100% !important;
}

#suggestions-container-analytics-layer {
  position: relative;
}
#suggestions-container-analytics-layer .autocomplete-suggestions {
  padding: 1.5rem 0;
}
@media only screen and (max-width: 40em) {
  #suggestions-container-analytics-layer .autocomplete-suggestions {
    width: 265px !important;
  }
}
#suggestions-container-analytics-layer .autocomplete-suggestions .autocomplete-suggestion {
  margin: 0 0.75rem;
}

.analyticDialog {
  /* Copyright 2014 Evernote Corporation. All rights reserved. */
  /*------------- TABLES -----------------*/
  /*------------- CHARTS -----------------*/
  background-color: #FFFFFF;
  bottom: 50px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  left: 105%;
  padding: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 8370;
}
.analyticDialog .en-markup-crop-options {
  border-radius: 4px !important;
  border: 2px rgba(255, 255, 255, 0.38) solid !important;
  left: 50% !important;
  margin-left: -100px !important;
  top: 18px !important;
  width: 200px !important;
}
.analyticDialog .en-markup-crop-options div div:first-of-type {
  margin-left: 0px !important;
}
.analyticDialog table {
  border-collapse: collapse;
  margin: 0 !important;
  text-align: center;
  width: 100%;
}
.analyticDialog table tr td {
  padding: 4px 8px;
  text-align: right;
}
.analyticDialog table tr td:first-child {
  text-align: left;
}
.analyticDialog table tr:first-of-type {
  border-bottom: 1px solid #999999;
}
.analyticDialog #full_returns tr:last-of-type {
  border-top: 1px solid #999999;
}
.analyticDialog #full_returns tr td:hover {
  background-color: rgba(0, 128, 255, 0.1);
  cursor: pointer;
}
.analyticDialog #full_returns #header td:hover {
  background-color: transparent;
}
.analyticDialog #yearly_returns td {
  text-align: right;
}
.analyticDialog #yearly_returns td:first-child {
  text-align: left;
}
.analyticDialog #yearly_returns tr:hover {
  background-color: rgba(0, 128, 255, 0.1);
  cursor: pointer;
}
.analyticDialog #yearly_returns #header:hover {
  background-color: transparent;
}
.analyticDialog #area, .analyticDialog #column {
  height: 250px;
}
.analyticDialog #stock_static {
  height: 400px;
}
.analyticDialog #stock {
  height: 600px;
}
@media only screen and (min-width:64.063em) {
  .analyticDialog #stock {
    height: 780px;
  }
}
.analyticDialog .stock_header input {
  display: inline-block;
  border-radius: 0 !important;
}
.analyticDialog .stock_header label {
  display: inline-block;
}
.analyticDialog .chart_dates_input {
  border: none;
  font-size: 13px;
  outline: none;
  padding: 5px;
  text-align: center;
  width: 90px;
}
.analyticDialog .chart_dates_input:focus {
  background-color: rgba(0, 128, 255, 0.1);
}
.analyticDialog .plotBenchmark {
  border: none;
  font-size: 13px;
  outline: none;
  padding: 5px;
  width: 120px;
}
.analyticDialog .upmHeader .upmBranding .headerMetaContainer .headerTitle {
  left: -8px;
}
.analyticDialog .upmHeader .upmBranding .headerMetaContainer .headerTitle .defaultHeader {
  cursor: pointer;
  display: flex;
  font-size: 18px;
}
.analyticDialog .upmHeader .upmBranding .headerMetaContainer .headerTitle .defaultHeader i {
  font-size: 18px;
}
.analyticDialog .highcharts-range-selector {
  display: none !important;
}
.analyticDialog .row.fullWidth {
  max-width: 100%;
}
.analyticDialog .analytics--data--content {
  overflow-x: hidden;
}
.analyticDialog .scrollContainer, .analyticDialog .error404Page, .analyticDialog .upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent, .upmTutorialContainer .tutorialContentListContainer .analyticDialog .sliderHtmlContent, .analyticDialog .upmTutorialContainer .flexItem.scrollVertical, .upmTutorialContainer .analyticDialog .flexItem.scrollVertical, .analyticDialog .upmTutorialContainer .slideCustom.scrollVertical, .upmTutorialContainer .analyticDialog .slideCustom.scrollVertical, .analyticDialog .main-nav-menu-wrapper .notificationContainer .notificationScroller, .main-nav-menu-wrapper .notificationContainer .analyticDialog .notificationScroller, .analyticDialog .userUploadPage .dialogScrollContaier, .userUploadPage .analyticDialog .dialogScrollContaier, .analyticDialog .flexColumne, .analyticDialog .mainAppDialog.filterLibraryDialog, .analyticDialog .appMainScrollBody, .analyticDialog .editDialog .dialogContentContainer, .editDialog .analyticDialog .dialogContentContainer, .analyticDialog .newUpmDialog .dialogContentContainer, .newUpmDialog .analyticDialog .dialogContentContainer, .analyticDialog .newUpmDialogPage .dialogContentContainer, .newUpmDialogPage .analyticDialog .dialogContentContainer, .analyticDialog .editMemoDialog .memoDialogScroll, .editMemoDialog .analyticDialog .memoDialogScroll, .analyticDialog .pageLiveSidebarWrapper .sidebarContentContainer, .pageLiveSidebarWrapper .analyticDialog .sidebarContentContainer, .analyticDialog .modifyMemoDialog .memoDialogScroll, .modifyMemoDialog .analyticDialog .memoDialogScroll, .analyticDialog .newMemoDialog .dialogScrollWrapper, .newMemoDialog .analyticDialog .dialogScrollWrapper, .analyticDialog .newMemoDialog .editorContainer, .newMemoDialog .analyticDialog .editorContainer {
  position: absolute;
  top: 65px;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(1px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4.5rem;
  padding-top: 0;
}
.analyticDialog .scrollContainer h1, .analyticDialog .error404Page h1, .analyticDialog .upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent h1, .upmTutorialContainer .tutorialContentListContainer .analyticDialog .sliderHtmlContent h1, .analyticDialog .upmTutorialContainer .flexItem.scrollVertical h1, .upmTutorialContainer .analyticDialog .flexItem.scrollVertical h1, .analyticDialog .upmTutorialContainer .slideCustom.scrollVertical h1, .upmTutorialContainer .analyticDialog .slideCustom.scrollVertical h1, .analyticDialog .main-nav-menu-wrapper .notificationContainer .notificationScroller h1, .main-nav-menu-wrapper .notificationContainer .analyticDialog .notificationScroller h1, .analyticDialog .scrollContainer .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .analyticDialog .error404Page .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .analyticDialog .upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmTutorialContainer .tutorialContentListContainer .analyticDialog .sliderHtmlContent .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .analyticDialog .upmTutorialContainer .flexItem.scrollVertical .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmTutorialContainer .analyticDialog .flexItem.scrollVertical .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .analyticDialog .upmTutorialContainer .slideCustom.scrollVertical .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmTutorialContainer .analyticDialog .slideCustom.scrollVertical .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .analyticDialog .main-nav-menu-wrapper .notificationContainer .notificationScroller .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .main-nav-menu-wrapper .notificationContainer .analyticDialog .notificationScroller .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .scrollContainer select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .error404Page select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent select, .upmTutorialContainer .tutorialContentListContainer .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .sliderHtmlContent select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .upmTutorialContainer .flexItem.scrollVertical select, .upmTutorialContainer .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .flexItem.scrollVertical select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .upmTutorialContainer .slideCustom.scrollVertical select, .upmTutorialContainer .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .slideCustom.scrollVertical select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .main-nav-menu-wrapper .notificationContainer .notificationScroller select, .main-nav-menu-wrapper .notificationContainer .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .notificationScroller select, .analyticDialog .userUploadPage .dialogScrollContaier h1, .analyticDialog .userUploadPage .dialogScrollContaier .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .userUploadPage .dialogScrollContaier select, .userUploadPage .analyticDialog .dialogScrollContaier h1, .userUploadPage .analyticDialog .dialogScrollContaier .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .userUploadPage .analyticDialog .dialogScrollContaier select, .analyticDialog .flexColumne h1, .analyticDialog .flexColumne .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .flexColumne select, .analyticDialog .mainAppDialog.filterLibraryDialog h1, .analyticDialog .mainAppDialog.filterLibraryDialog .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .mainAppDialog.filterLibraryDialog select, .analyticDialog .appMainScrollBody h1, .analyticDialog .appMainScrollBody .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .appMainScrollBody select, .analyticDialog .editDialog .dialogContentContainer h1, .analyticDialog .editDialog .dialogContentContainer .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .editDialog .dialogContentContainer select, .editDialog .analyticDialog .dialogContentContainer h1, .editDialog .analyticDialog .dialogContentContainer .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .editDialog .analyticDialog .dialogContentContainer select, .analyticDialog .newUpmDialog .dialogContentContainer h1, .analyticDialog .newUpmDialog .dialogContentContainer .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .newUpmDialog .dialogContentContainer select, .newUpmDialog .analyticDialog .dialogContentContainer h1, .newUpmDialog .analyticDialog .dialogContentContainer .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .newUpmDialog .analyticDialog .dialogContentContainer select, .analyticDialog .newUpmDialogPage .dialogContentContainer h1, .analyticDialog .newUpmDialogPage .dialogContentContainer .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .newUpmDialogPage .dialogContentContainer select, .newUpmDialogPage .analyticDialog .dialogContentContainer h1, .newUpmDialogPage .analyticDialog .dialogContentContainer .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .newUpmDialogPage .analyticDialog .dialogContentContainer select, .analyticDialog .editMemoDialog .memoDialogScroll h1, .analyticDialog .editMemoDialog .memoDialogScroll .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .editMemoDialog .memoDialogScroll select, .editMemoDialog .analyticDialog .memoDialogScroll h1, .editMemoDialog .analyticDialog .memoDialogScroll .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .editMemoDialog .analyticDialog .memoDialogScroll select, .analyticDialog .pageLiveSidebarWrapper .sidebarContentContainer h1, .analyticDialog .pageLiveSidebarWrapper .sidebarContentContainer .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .pageLiveSidebarWrapper .sidebarContentContainer select, .pageLiveSidebarWrapper .analyticDialog .sidebarContentContainer h1, .pageLiveSidebarWrapper .analyticDialog .sidebarContentContainer .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .pageLiveSidebarWrapper .analyticDialog .sidebarContentContainer select, .analyticDialog .modifyMemoDialog .memoDialogScroll h1, .analyticDialog .modifyMemoDialog .memoDialogScroll .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .modifyMemoDialog .memoDialogScroll select, .modifyMemoDialog .analyticDialog .memoDialogScroll h1, .modifyMemoDialog .analyticDialog .memoDialogScroll .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .modifyMemoDialog .analyticDialog .memoDialogScroll select, .analyticDialog .newMemoDialog .dialogScrollWrapper h1, .analyticDialog .newMemoDialog .dialogScrollWrapper .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .newMemoDialog .dialogScrollWrapper select, .newMemoDialog .analyticDialog .dialogScrollWrapper h1, .newMemoDialog .analyticDialog .dialogScrollWrapper .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .newMemoDialog .analyticDialog .dialogScrollWrapper select, .analyticDialog .newMemoDialog .editorContainer h1, .analyticDialog .newMemoDialog .editorContainer .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .newMemoDialog .editorContainer select, .newMemoDialog .analyticDialog .editorContainer h1, .newMemoDialog .analyticDialog .editorContainer .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .newMemoDialog .analyticDialog .editorContainer select {
  font-size: 17px;
}
.analyticDialog h1 small, .analyticDialog .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select small, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog select small,
.analyticDialog h2 small {
  font-size: 0.8rem;
  line-height: 1.5;
}
.analyticDialog h1 hr, .analyticDialog .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select hr, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog select hr,
.analyticDialog h2 hr {
  display: none;
}
.analyticDialog h1, .analyticDialog .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog select {
  font-size: 25px;
  line-height: 1;
  margin-right: 40px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .analyticDialog h1, .analyticDialog .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog select {
    font-size: 1.5rem !important;
  }
}
.analyticDialog h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem !important;
  margin-top: 4.5rem !important;
  text-transform: capitalize !important;
}
.analyticDialog h2 small {
  font-weight: 300;
}
.analyticDialog small {
  display: block;
  font-size: 0.75rem;
  line-height: 1.3;
}
.analyticDialog .noAnalyticsData {
  color: #212121;
  margin-top: 6rem;
  text-align: center;
}
.analyticDialog .noAnalyticsData h2 {
  margin-bottom: 1.5rem;
}
.analyticDialog .reportTitle h1, .analyticDialog .reportTitle .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .reportTitle select {
  font-weight: 900;
}
.analyticDialog .analyticsTitle {
  position: relative;
  display: block;
  text-align: left;
  margin-top: 6rem;
}
.analyticDialog .analyticsTitle span {
  color: #212121;
  display: inline-block;
  font-weight: 900;
  position: relative;
  text-transform: uppercase;
  z-index: 20;
}
.analyticDialog .analyticsTitle hr {
  display: none;
}
.analyticDialog.show {
  left: 0;
  visibility: visible;
}
.analyticDialog.show .uploadAnalyticsDialog {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: right;
  float: left;
}
.analyticDialog.fullWidth .panel {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 84rem;
}
.analyticDialog.fullWidth .panel:before, .analyticDialog.fullWidth .panel:after {
  content: " ";
  display: table;
}
.analyticDialog.fullWidth .panel:after {
  clear: both;
}
.analyticDialog .uploadAnalyticsDialog,
.analyticDialog .uploadAnalyticsDialog .large-4 {
  width: 100%;
}
.analyticDialog .close-confiramtion-dialog {
  border: 0;
}
.analyticDialog .analytics-dialog__toggle-icon {
  cursor: pointer;
  transition: transform 0.3s;
}
@media screen and (max-width: 1025px) {
  .analyticDialog .analytics-dialog__toggle-icon {
    display: none;
  }
}
.analyticDialog.left1-3 {
  left: 66%;
}
@media screen and (max-width: 1026px) {
  .analyticDialog.left1-3 {
    left: 0;
  }
  .analyticDialog.left1-3 .uploadAnalyticsDialog {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: right;
    float: left;
  }
}
.analyticDialog.left1-3 .uploadAnalyticsDialog {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 33.3333333333%;
  float: right;
  float: left;
}
.analyticDialog.left1-3 .uploadAnalyticsDialog .dataValue {
  font-size: 2.25rem;
}
.analyticDialog.left1-3 .first--section {
  display: block;
}
.analyticDialog.left1-3 .second--section {
  display: none;
}
.analyticDialog.left1-3 .row {
  max-width: 100%;
}
.analyticDialog .uploadAnalyticsDialog,
.analyticDialog .uploadAnalyticsDialog .large-4 {
  width: 100%;
}
.analyticDialog .close-confiramtion-dialog {
  position: fixed !important;
  right: 7px;
  top: 12px;
  z-index: 8000;
}
.analyticDialog .stock_checkbox {
  padding: 9px 0 2px;
}
.analyticDialog .stock_checkbox .iconCheckboxWrapper {
  margin-top: -3px;
}
.analyticDialog .uploadAnalyticsDialog .titleDialog {
  color: #AAAAAA;
  font-weight: 1.5rem;
  font-weight: 900;
}
.analyticDialog .uploadAnalyticsDialog .analyticsModule {
  margin-bottom: 6rem;
}
.analyticDialog .statHeader {
  border-bottom: 1px solid #212121;
  margin-bottom: 1.5rem;
}
.analyticDialog .statHeader .statLabel {
  color: #212121;
  font-weight: 900;
}
.analyticDialog .statHeader .statLabel.filterButton {
  color: #AAAAAA;
  margin-right: 0.75rem;
}
.analyticDialog .statHeader .statLabel.filterButton .fa {
  color: #61B2DE;
}
.analyticDialog .statHeader .statLabel.filterButton.active {
  color: #212121;
}
.analyticDialog .statHeader .statLabel.filterButton:hover {
  cursor: pointer;
}
.analyticDialog .statHeader .statLabelNote {
  color: #AAAAAA;
}
.analyticDialog .uplaodStat li {
  font-size: 4.5rem;
  text-align: center;
}
.analyticDialog .uplaodStat li.labelnb {
  font-weight: 700;
}
.analyticDialog .uplaodStat li.labelText {
  font-size: 1.5rem;
}
.analyticDialog .uplaodStat.personalLibrary {
  color: #61B2DE;
}
.analyticDialog .chartLabelStat.personalLibrary {
  color: #61B2DE;
}
.analyticDialog .chartLabelStat.entityLibrary {
  color: #212121;
}
.analyticDialog .chartLabelStat.contributorLibrary {
  color: #AAAAAA;
}
.analyticDialog .chartLabelStat .labelValue {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.analyticDialog .chartLabelStat .labelText {
  line-height: 1.3;
}
.analyticDialog .chartTooltip {
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  padding: 0.75rem;
  text-align: center;
}
.analyticDialog .chartTooltip .nbUploads {
  font-size: 1.5rem;
}
.analyticDialog small {
  font-size: 0.75rem;
}
.analyticDialog .plotBenchmark,
.analyticDialog .chart_dates_input {
  border-bottom: 2px solid #212121;
  display: block !important;
  font-size: 1.125rem;
  height: auto;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 40em) {
  .analyticDialog .plotBenchmark,
  .analyticDialog .chart_dates_input {
    font-size: 0.75rem;
    width: 118%;
  }
}
.analyticDialog .plotBenchmark:focus,
.analyticDialog .chart_dates_input:focus {
  background-color: #FFFFFF;
  border-color: #61B2DE;
}
.analyticDialog .benchmarkMessage {
  position: absolute;
  top: 100%;
  right: unset;
  bottom: unset;
  left: 0;
  background-color: #EEEEEE;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 1rem;
  width: 280px;
}
.analyticDialog .benchmarkMessage .fa {
  font-size: 1.2rem;
}
.analyticDialog .benchmarkMessage span {
  display: block;
  padding: 0.375rem 0;
}
.analyticDialog .benchmarkMessage .tickerName {
  text-transform: uppercase;
}
.analyticDialog .benchmark--ticker--input {
  text-transform: uppercase;
  width: 100%;
}
.analyticDialog .loadDocs {
  margin-top: 4px;
  font-size: 1.125rem;
  text-align: right;
}
@media only screen and (max-width: 40em) {
  .analyticDialog .loadDocs {
    font-size: 0.75rem;
  }
}
.analyticDialog .loadDocs label {
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 40em) {
  .analyticDialog .loadDocs label {
    display: block;
    font-size: 0.75rem;
  }
}
.analyticDialog .loadDocs label #check {
  display: none;
}
.analyticDialog .loadDocs label .fa {
  font-size: 1.5rem;
  position: relative;
  bottom: 0;
}
.analyticDialog .loadDocs label .fa-circle-o {
  display: inline-block;
}
.analyticDialog .loadDocs label .fa-check-circle-o {
  display: none;
}
.analyticDialog .loadDocs label.active {
  color: #61B2DE;
}
.analyticDialog .loadDocs label.active .fa-circle-o {
  display: none;
}
.analyticDialog .loadDocs label.active .fa-check-circle-o {
  display: inline-block;
}
.analyticDialog .dataContainerTitle {
  font-size: 1.125rem;
  margin-top: 4.5rem;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 40em) {
  .analyticDialog .dataContainerTitle {
    margin-top: 2.25rem;
    text-align: center;
  }
}
.analyticDialog .tableStats.annual--returns {
  width: 100%;
}
.analyticDialog .tableStats th {
  font-weight: 700;
  text-align: right;
}
.analyticDialog .tableStats .fa {
  font-size: 1rem;
}
.analyticDialog .tableStats tr:hover {
  background-color: rgba(97, 178, 222, 0.1);
}
.analyticDialog .analyticDialog table tr:first-child td {
  text-align: left;
}
.analyticDialog .stockHeaderContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.analyticDialog .stockHeaderContainer .stockHeaderItem {
  margin-right: 1.5rem;
}
@media only screen and (max-width: 40em) {
  .analyticDialog .stockHeaderContainer .stockHeaderItem {
    margin-right: 0.75rem;
  }
}
.analyticDialog .stockHeaderContainer .stockHeaderItem:last-child {
  margin-right: 0;
}
.analyticDialog .stockHeaderContainer .stockHeaderItem input {
  width: 100%;
  height: 26px;
  max-width: 120px;
}
.analyticDialog .stockHeaderContainer .stockHeaderItem small {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.analyticDialog .stockHeaderContainer .dateFromContainer {
  min-width: 56px;
}
.analyticDialog .stockHeaderContainer .dateToContainer {
  min-width: 56px;
}
.analyticDialog .stockHeaderContainer .loadDocumentsButonCotainer {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
}
.analyticDialog .analyticsChart {
  height: 12rem;
  margin: 0 auto;
  position: relative;
  width: 12rem;
}
.analyticDialog .analyticsChart .analyticsChart {
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.analyticDialog .analyticsChart .chartInfoContainer {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  height: 100%;
  text-align: center;
  width: 100%;
  z-index: 0;
}
.analyticDialog .analyticsChart .chartInfoContainer .mainValue {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  width: 100%;
}
.analyticDialog .analyticsChart .chartInfoContainer .chartLabel {
  width: 100%;
  line-height: 1.1;
  font-size: 0.875rem;
}
.analyticDialog .analyticsChart .chartInfoContainer .chartLabel.mainLabel {
  text-transform: uppercase;
}
.analyticDialog .svgContainer svg {
  transform: rotate(-90deg);
}
.analyticDialog .svgContainer #defaultCircle {
  fill: #e6e6e6;
}
.analyticDialog .svgContainer #loaderCircle-1,
.analyticDialog .svgContainer #loaderCircle-2,
.analyticDialog .svgContainer #loaderCircle-3 {
  animation: dataCircle 2s linear 1;
  fill: #61B2DE;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
@keyframes dataCircle {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.analyticDialog .sidebar-section {
  position: relative;
}
.analyticDialog .sidebar-section.sidebar-section-header {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  padding: 19px 11px 20px;
  z-index: 1;
}
.analyticDialog .sidebar-section .sidebar-section-title .analytics-title {
  font-size: 17px;
  padding-left: 8px;
}
.analyticDialog .sidebar-section .row {
  margin-left: 0;
  margin-right: 0;
}
.analyticDialog .analytics-toggle-sidebar-button {
  background-color: #FFFFFF;
  height: 20px;
  width: 20px;
  z-index: 3000;
}

.file--template--item.unread .fileName {
  position: relative;
}
.file--template--item.unread .fileName a:after {
  border-radius: 50%;
  background-color: #61B2DE;
  content: " ";
  display: inline-block;
  height: 5px;
  margin: 2px 3px 3px 3px;
  width: 5px;
}

@media only screen and (min-width:64.063em) {
  .files--list--content .file--template--item:nth-child(3n+1),
  .files--content .file--template--item:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .files--list--content .file--template--item:nth-child(2n+1),
  .files--content .file--template--item:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 40em) {
  .files--list--content .file--template--item:nth-child(n),
  .files--content .file--template--item:nth-child(n) {
    clear: both;
  }
}
.files--list--content .file--template--item:last-child,
.files--content .file--template--item:last-child {
  clear: right;
}

.fileThumbnail {
  text-align: center;
}
.fileThumbnail i {
  display: inline-block;
  font-size: 120px;
  line-height: 1;
}

.resultPage h1, .resultPage .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .resultPage select {
  display: block;
  margin: 0;
  padding: 0;
}
.resultPage h1 .searchedTerm, .resultPage .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select .searchedTerm, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .resultPage select .searchedTerm {
  margin: 0;
  padding: 0;
}
.resultPage h1 .searchedTerm label, .resultPage .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select .searchedTerm label, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .resultPage select .searchedTerm label {
  font-size: 0.625rem;
  margin: 0.375rem 0 0.25rem 0;
  text-transform: uppercase;
}
.resultPage h1 .searchedTerm div, .resultPage .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select .searchedTerm div, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .resultPage select .searchedTerm div {
  color: #61B2DE;
  font-size: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resultPage h1 .searchedTerm div .fa, .resultPage .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select .searchedTerm div .fa, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .resultPage select .searchedTerm div .fa, .resultPage h1 .searchedTerm div i, .resultPage .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select .searchedTerm div i, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .resultPage select .searchedTerm div i {
  color: #61B2DE;
  font-size: inherit;
}
@media screen and (max-width: 600px) {
  .resultPage h1 .searchedTerm label, .resultPage .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select .searchedTerm label, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .resultPage select .searchedTerm label {
    margin: 0.375rem 0 0.375rem 0;
  }
  .resultPage h1 .searchedTerm div, .resultPage .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select .searchedTerm div, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .resultPage select .searchedTerm div {
    font-size: 1rem;
  }
}
.resultPage .appMainScrollBody {
  top: 355px;
  bottom: 50px;
  transition: 0.3s;
}
@media screen and (max-width: 720px) {
  .resultPage .appMainScrollBody {
    top: 200px;
  }
}
.resultPage .tabs-content {
  padding: 0;
}
.resultPage .tabs {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
}
.resultPage .tab-title {
  display: inline-block;
  float: none;
  margin-right: 0;
  margin-left: 1.05rem;
  text-align: center;
}
.resultPage .tab-title.disable {
  pointer-events: none;
  opacity: 0.3;
}
.resultPage .tab-title:last-child {
  margin-right: 0;
}
.resultPage .tab-title span {
  display: block;
  font-size: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.resultPage .fileWrapper {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .resultPage .fileWrapper {
    float: none;
  }
}
.resultPage .fileWrapper .fileNoteContent {
  max-height: 5.25rem;
  overflow: hidden;
}
.resultPage .fileWrapper .fileThumbnail {
  top: 5.5rem;
  left: 5rem;
}
.resultPage .fileWrapper.selected {
  background-color: #eef9fd;
}
.resultPage .fileWrapper ul {
  margin: 0;
  padding: 0;
}
.resultPage .fileWrapper ul li {
  display: inline;
  list-style: none;
}
.resultPage .fileWrapper a {
  pointer-events: all;
  text-decoration: none;
}
.resultPage .fileWrapper p {
  margin: 0;
}
.resultPage .fileWrapper button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  pointer-events: all;
}
.resultPage .fileWrapper button i {
  color: #338cff;
}
.resultPage .fileWrapper .sidebar {
  flex-grow: 0;
  flex-shrink: 0;
  border-right: 1px solid #EEEEEE;
  position: relative;
  width: 3rem;
  z-index: 100;
}
.resultPage .fileWrapper .sidebar[data-flag-interest=high] {
  background-color: #F4FBFF;
}
.resultPage .fileWrapper .sidebar[data-flag-interest=low] {
  background-color: #EEEEEE;
}
.resultPage .fileWrapper .sidebar button {
  background: none;
  display: inline-block;
  margin: 0;
  padding: 0.75rem;
  position: relative;
}
.resultPage .fileWrapper .sidebar button .fa, .resultPage .fileWrapper .sidebar button i {
  pointer-events: none;
}
.resultPage .fileWrapper .sidebar button.closeBackMoreOptions {
  border-radius: 0;
  height: 3rem;
  opacity: 0;
  padding-top: 0;
  position: absolute;
  right: -1rem;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 1.5rem;
}
.resultPage .fileWrapper .sidebar button.closeBackMoreOptions .iconWrapper {
  background: rgba(97, 178, 222, 0.2);
  font-size: 1.5rem;
  height: 3rem;
  line-height: 3rem;
  position: relative;
  text-align: center;
  width: 0.75rem;
}
.resultPage .fileWrapper .sidebar button.closeBackMoreOptions .iconWrapper i {
  margin-left: -5px;
}
.resultPage .fileWrapper .sidebar button.closeBackMoreOptions .fa, .resultPage .fileWrapper .sidebar button.closeBackMoreOptions i {
  color: white;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .resultPage .fileWrapper .sidebar button.closeBackMoreOptions {
    opacity: 1;
    visibility: visible;
  }
}
.resultPage .fileWrapper .sidebar button.closeBackMoreOptions:active {
  background-color: transparent !important;
}
.resultPage .fileWrapper .sidebar button.closeBackMoreOptions:active .iconWrapper {
  background-color: rgba(97, 178, 222, 0.4);
}
.resultPage .fileWrapper .sidebar button.sentimentFlag {
  pointer-events: none;
}
.resultPage .fileWrapper .sidebar button.sentimentFlag[data-sentiment=positive] .fa, .resultPage .fileWrapper .sidebar button.sentimentFlag[data-sentiment=positive] i {
  color: #09B79E;
}
.resultPage .fileWrapper .sidebar button.sentimentFlag[data-sentiment=positive] .positiveSentiment {
  display: block;
}
.resultPage .fileWrapper .sidebar button.sentimentFlag[data-sentiment=positive] .negativeSentiment {
  display: none;
}
.resultPage .fileWrapper .sidebar button.sentimentFlag[data-sentiment=negative] .fa, .resultPage .fileWrapper .sidebar button.sentimentFlag[data-sentiment=negative] i {
  color: #DF6365;
}
.resultPage .fileWrapper .sidebar button.sentimentFlag[data-sentiment=negative] .positiveSentiment {
  display: none;
}
.resultPage .fileWrapper .sidebar button.sentimentFlag[data-sentiment=negative] .negativeSentiment {
  display: block;
}
.resultPage .fileWrapper .sidebar button.sentimentFlag[data-sentiment=none] .positiveSentiment, .resultPage .fileWrapper .sidebar button.sentimentFlag[data-sentiment=neutral] .positiveSentiment {
  display: none;
}
.resultPage .fileWrapper .sidebar button.sentimentFlag[data-sentiment=none] .negativeSentiment, .resultPage .fileWrapper .sidebar button.sentimentFlag[data-sentiment=neutral] .negativeSentiment {
  display: none;
}
.resultPage .fileWrapper .sidebar ul {
  margin: 0;
}
.resultPage .fileWrapper .sidebar ul li {
  display: block;
}
.resultPage .fileWrapper .sidebar ul li .fa, .resultPage .fileWrapper .sidebar ul li i {
  font-size: 1.125rem;
  color: #61B2DE;
}
.resultPage .fileWrapper .sidebar ul li [data-flag-favorite=true] .fa, .resultPage .fileWrapper .sidebar ul li [data-flag-favorite=true] i {
  display: inline-block;
  opacity: 1;
  color: #61B2DE !important;
}
.resultPage .fileWrapper .sidebar ul li [data-flag-favorite=false] .fa, .resultPage .fileWrapper .sidebar ul li [data-flag-favorite=false] i {
  display: inline-block;
  opacity: 0.2;
}
.resultPage .fileWrapper .sidebar ul li [data-flag-notes=true] .fa, .resultPage .fileWrapper .sidebar ul li [data-flag-notes=true] i {
  display: inline-block;
  opacity: 1;
}
.resultPage .fileWrapper .sidebar ul li [data-flag-notes=false] .fa, .resultPage .fileWrapper .sidebar ul li [data-flag-notes=false] i {
  display: inline-block;
  opacity: 0.2;
}
.resultPage .fileWrapper .sidebar ul li [data-owner-flag-favorite=true] .fa, .resultPage .fileWrapper .sidebar ul li [data-owner-flag-favorite=true] i {
  color: #111;
  display: inline-block !important;
  opacity: 1;
}
.resultPage .fileWrapper.showFlagOptions .fileFlaggs {
  position: relative;
}
.resultPage .fileWrapper.showFlagOptions .fileFlaggs .closeBackMoreOptions {
  background-color: transparent !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.resultPage .fileWrapper.showFlagOptions .fileFlaggs .closeBackMoreOptions .iconWrapper {
  background-color: #61B2DE;
}
.resultPage .fileWrapper.showFlagOptions .fileFlaggs .closeBackMoreOptions .iconWrapper i {
  color: #FFFFFF;
}
.resultPage .fileWrapper.showFlagOptions .file--details {
  background-color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
}
.resultPage .fileWrapper.showFlagOptions .fileMoreOptions {
  visibility: visible;
  opacity: 1;
}
.resultPage .fileWrapper:hover .closeBackMoreOptions {
  opacity: 1 !important;
  visibility: visible !important;
}
.resultPage .fileWrapper .sidebarIcons {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
}
.resultPage .fileWrapper .fileContent {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: relative;
  padding-left: 1.5rem;
}
.resultPage .fileWrapper .fileInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.resultPage .fileWrapper .fileInfo .date, .resultPage .fileWrapper .fileInfo .ownerName {
  margin-right: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .resultPage .fileWrapper .fileInfo {
    order: 2;
    display: block;
  }
  .resultPage .fileWrapper .fileInfo .date, .resultPage .fileWrapper .fileInfo .ownerName {
    width: 100%;
  }
}
.resultPage .fileWrapper .fileMoreOptions {
  transition: all 0.5s ease-in-out;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 1.5rem;
  pointer-events: all;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}
.resultPage .fileWrapper .fileMoreOptions .hrPrivacy {
  left: 10%;
  position: absolute;
  top: 0;
  width: 80%;
  z-index: 0;
}
.resultPage .fileWrapper .fileMoreOptions ul {
  display: inline-block;
  margin: 0 1.5rem 0 0;
  white-space: nowrap;
}
.resultPage .fileWrapper .fileMoreOptions ul li {
  position: relative;
  display: inline-block;
  padding: 0;
}
.resultPage .fileWrapper .fileMoreOptions ul.fileTags li {
  margin-right: 0.75rem;
}
.resultPage .fileWrapper .fileMoreOptions ul.fileTags li:last-child {
  margin-right: 0;
}
.resultPage .fileWrapper .fileMoreOptions ul.fileTags li a i {
  font-size: 0.875rem;
}
.resultPage .fileWrapper .fileMoreOptions button {
  background-color: transparent;
  color: #61B2DE;
  margin: 0;
  padding: 0.75rem;
}
.resultPage .fileWrapper .fileMoreOptions button .fa, .resultPage .fileWrapper .fileMoreOptions button i {
  pointer-events: none;
  font-size: 1.125rem;
}
.resultPage .fileWrapper .fileMoreOptions button span {
  pointer-events: none;
}
.resultPage .fileWrapper .fileMoreOptions [data-flag-interest] > * {
  pointer-events: none;
}
.resultPage .fileWrapper .fileMoreOptions [data-flag-interest] .buttonInterest {
  display: none;
}
.resultPage .fileWrapper .fileMoreOptions [data-flag-interest]:active {
  border-radius: 5px;
  background-color: #cae5f4 !important;
}
.resultPage .fileWrapper .fileMoreOptions [data-flag-interest=high] .buttonInterest.high {
  display: inline-block;
  color: #61B2DE;
}
.resultPage .fileWrapper .fileMoreOptions [data-flag-interest=low] .buttonInterest.low {
  display: inline-block;
  color: #111;
}
.resultPage .fileWrapper .fileMoreOptions [data-flag-interest=none] .buttonInterest.none {
  display: inline-block;
  color: #E3E3E3;
}
.resultPage .fileWrapper .fileMoreOptions [data-flag-status] .circleIcon {
  border-radius: 50%;
  background-color: #E3E3E3;
  border: 1px solid #E3E3E3;
  display: inline-block;
  height: 18px;
  pointer-events: none;
  vertical-align: middle;
  width: 18px;
}
.resultPage .fileWrapper .fileMoreOptions [data-flag-status=private] .fa, .resultPage .fileWrapper .fileMoreOptions [data-flag-status=private] i {
  color: #fdf7f7;
}
.resultPage .fileWrapper .fileMoreOptions [data-flag-status=private] .circleIcon {
  background-color: #fdf7f7;
}
.resultPage .fileWrapper .fileMoreOptions [data-flag-status=semipublic] .fa, .resultPage .fileWrapper .fileMoreOptions [data-flag-status=semipublic] i {
  color: white;
}
.resultPage .fileWrapper .fileMoreOptions [data-flag-status=semipublic] .circleIcon {
  background-color: white;
}
.resultPage .fileWrapper .fileMoreOptions [data-flag-status=public] .fa, .resultPage .fileWrapper .fileMoreOptions [data-flag-status=public] i {
  color: #d1ebe9;
}
.resultPage .fileWrapper .fileMoreOptions [data-flag-status=public] .circleIcon {
  background-color: #d1ebe9;
}
.resultPage .fileWrapper .fileMoreOptions .active[data-flag-status=private] .fa, .resultPage .fileWrapper .fileMoreOptions .active[data-flag-status=private] i {
  color: #df6365;
}
.resultPage .fileWrapper .fileMoreOptions .active[data-flag-status=private] .circleIcon {
  background-color: #DF6365;
}
.resultPage .fileWrapper .fileMoreOptions .active[data-flag-status=semipublic] .fa, .resultPage .fileWrapper .fileMoreOptions .active[data-flag-status=semipublic] i {
  color: #ffaa00;
}
.resultPage .fileWrapper .fileMoreOptions .active[data-flag-status=semipublic] .circleIcon {
  background-color: #FFAA00;
}
.resultPage .fileWrapper .fileMoreOptions .active[data-flag-status=public] .fa, .resultPage .fileWrapper .fileMoreOptions .active[data-flag-status=public] i {
  color: #55b5ac;
}
.resultPage .fileWrapper .fileMoreOptions .active[data-flag-status=public] .circleIcon {
  background-color: #55B5AC;
}
.resultPage .fileWrapper .fileName {
  margin-top: 0.75rem;
}
.resultPage .fileWrapper .fileName a, .resultPage .fileWrapper .fileName span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resultPage .fileWrapper .fileName a.fullFileName, .resultPage .fileWrapper .fileName span.fullFileName {
  color: #AAAAAA;
}
@media screen and (max-width: 767px) {
  .resultPage .fileWrapper .fileName {
    order: 1;
    margin-top: 0;
  }
}
.resultPage .fileWrapper .fileName:hover .fileThumbnail {
  visibility: visible;
  opacity: 1;
}
.resultPage .fileWrapper .fileSnipet:before, .resultPage .fileWrapper .fileSnipet:after {
  content: " ";
  display: table;
}
.resultPage .fileWrapper .fileSnipet:after {
  clear: both;
}
.resultPage .fileWrapper .fileSnipet .label {
  border-radius: 3px;
  background-color: transparent;
  color: #212121;
  font-weight: 500;
}
.resultPage .fileWrapper .fileSnipet .highlightedField .label {
  font-size: 16px;
}
.resultPage .fileWrapper .fileSnipet .noContent {
  color: #AAAAAA;
  padding: 0.75rem 0;
}
.resultPage .fileWrapper .productFullName {
  margin-top: 0.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .resultPage .fileWrapper .productFullName {
    order: 3;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .resultPage .fileWrapper .fileClassification {
    order: 4;
  }
}
.resultPage .fileWrapper[data-file-read-status=unread] .fileName {
  font-weight: 700;
  border-bottom: 1px dotted #61B2DE;
}
.resultPage .fileWrapper .fileContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .resultPage .fileWrapper .fileContainer {
    margin-right: 0;
  }
}
.resultPage .accordion .accordion-navigation .content {
  padding: 1.5rem 0;
}

.fundStatistic {
  color: #AAAAAA;
  float: right;
  white-space: nowrap;
  margin-right: 16px;
  margin-top: 0.3rem;
}
.fundStatistic li {
  display: inline-block;
  margin-right: 1.5rem;
  text-align: right;
}
.fundStatistic li:last-child {
  margin-right: 0;
  width: 5.5rem;
}
@media screen and (max-width: 640px) {
  .fundStatistic {
    display: none;
  }
}

.resultsInfoContainer {
  position: relative;
  z-index: 500;
}
.resultsInfoContainer .resultsInfo:before, .resultsInfoContainer .resultsInfo:after {
  content: " ";
  display: table;
}
.resultsInfoContainer .resultsInfo:after {
  clear: both;
}
.resultsInfoContainer .resultsInfoWrapper {
  transform: translateZ(0px);
  transition: all 0s ease-in-out;
  background-color: rgba(255, 255, 255, 0.98);
}
.resultsInfoContainer .resultsInfoWrapper .loadFiles {
  padding: 1.5rem 0;
}
.resultsInfoContainer .resultsInfoWrapper .loadFiles li {
  margin-right: 1.5rem;
}
.resultsInfoContainer .resultsInfoWrapper .loadFiles li:last-child {
  margin-right: 0;
}
.resultsInfoContainer .resultsInfoWrapper .resultsInfo {
  margin: 0 auto;
}
.resultsInfoContainer .resultsInfoWrapper .resultsInfo .tabs {
  padding: 0.75rem 0.75rem 0.75rem 0;
}
.resultsInfoContainer .resultsInfoWrapper.fixed {
  box-shadow: 0 2px 2px rgba(170, 170, 170, 0.35);
  padding: 0 0.75rem;
  position: fixed;
  width: 100%;
  z-index: 900;
}
.resultsInfoContainer .tabs {
  float: none;
}

.searchedTerm {
  margin-top: 0.5rem;
}
.searchedTerm label {
  color: #AAAAAA;
  cursor: default;
}
.searchedTerm > div {
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.appPageTitle .searchedTerm {
  margin-left: 6rem;
}

.fullWidthRow {
  border-bottom: 1px dotted #E3E3E3;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.fullWidthRow .fileThumbnail {
  top: 9rem !important;
  left: 2rem !important;
}
.fullWidthRow .sidebar {
  width: 0 !important;
  border-right: none !important;
}
.fullWidthRow .fileContainer {
  display: block !important;
}
.fullWidthRow .fileContent {
  padding-left: 0 !important;
}
.fullWidthRow .owner,
.fullWidthRow .date {
  color: #AAAAAA;
  margin-right: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
}
.fullWidthRow .owner[data-has-privilages=true] .fa,
.fullWidthRow .date[data-has-privilages=true] .fa {
  color: #09B79E;
}
@media screen and (max-width: 960px) {
  .fullWidthRow .owner,
  .fullWidthRow .date {
    float: none;
  }
}
.fullWidthRow .owner {
  text-transform: capitalize;
}
.fullWidthRow .owner[data-flag-status=private] .fa {
  color: #DF6365;
}
.fullWidthRow .owner[data-flag-status=public] .fa {
  color: #55B5AC;
}
.fullWidthRow .owner[data-flag-status=semipublic] .fa {
  color: #FFAA00;
}
.fullWidthRow .date {
  color: #212121;
  font-size: 1rem;
}
.fullWidthRow .factsheetDocument .factsheetThumbnail {
  overflow: hidden;
  width: 6rem;
  max-height: 9rem;
  margin-right: 0.75rem;
}
.fullWidthRow .fileSnipet p {
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.125rem;
}
.fullWidthRow .fileSnipet p .highlightedField {
  font-weight: 900;
  font-size: 1.125rem;
}
.fullWidthRow .fileSnipet p .highlightedField .label {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: 2px 4px;
}
.fullWidthRow .fileSnipet p .highlightedField:hover {
  color: #61B2DE !important;
}
@media screen and (max-width: 736px) {
  .fullWidthRow .fileSnipet p {
    height: 105px;
    font-size: 1rem;
  }
  .fullWidthRow .fileSnipet p .highlightedField {
    font-size: 1rem;
  }
}
@media screen and (max-width: 736px) {
  .fullWidthRow .fileSnipet p {
    height: 100px;
    font-size: 0.9375rem;
  }
  .fullWidthRow .fileSnipet p .highlightedField {
    font-size: 0.9375rem;
  }
}
.fullWidthRow .fileSnipet:before, .fullWidthRow .fileSnipet:after {
  content: " ";
  display: table;
}
.fullWidthRow .fileSnipet:after {
  clear: both;
}
.fullWidthRow .fileSnipet .thumbnailImage {
  border: 1px solid #EEEEEE;
  height: auto;
  margin-right: 1.5rem;
  opacity: 1;
  overflow: hidden;
  position: relative;
  visibility: visible;
  width: 100px;
  z-index: 0;
}
.fullWidthRow .fileSnipet .thumbnailImage img {
  display: block;
  width: 100%;
  height: auto;
}
.fullWidthRow .fileSnipet .thumbnailImage i {
  font-size: 6rem;
}
.fullWidthRow .fileBasicInfo h3,
.fullWidthRow .fileStatus h3,
.fullWidthRow .metaData h3 {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  color: #AAAAAA;
  font-size: 1rem;
}
.fullWidthRow .fileBasicInfo > ul,
.fullWidthRow .fileStatus > ul,
.fullWidthRow .metaData > ul {
  font-size: 0.875rem;
}
.fullWidthRow .fileBasicInfo > ul > li,
.fullWidthRow .fileStatus > ul > li,
.fullWidthRow .metaData > ul > li {
  display: block;
  margin-bottom: 0.75rem;
}
.fullWidthRow .fileBasicInfo > ul > li:before, .fullWidthRow .fileBasicInfo > ul > li:after,
.fullWidthRow .fileStatus > ul > li:before,
.fullWidthRow .fileStatus > ul > li:after,
.fullWidthRow .metaData > ul > li:before,
.fullWidthRow .metaData > ul > li:after {
  content: " ";
  display: table;
}
.fullWidthRow .fileBasicInfo > ul > li:after,
.fullWidthRow .fileStatus > ul > li:after,
.fullWidthRow .metaData > ul > li:after {
  clear: both;
}
.fullWidthRow .fileBasicInfo > ul > li:last-child,
.fullWidthRow .fileStatus > ul > li:last-child,
.fullWidthRow .metaData > ul > li:last-child {
  margin-bottom: 0;
}
.fullWidthRow .fileBasicInfo > ul > li .fileClassification li,
.fullWidthRow .fileStatus > ul > li .fileClassification li,
.fullWidthRow .metaData > ul > li .fileClassification li {
  display: inline-block;
  margin-right: 0.375rem;
}
.fullWidthRow .fileBasicInfo > ul > li span,
.fullWidthRow .fileStatus > ul > li span,
.fullWidthRow .metaData > ul > li span {
  margin-right: 0.75rem;
}
.fullWidthRow .fileBasicInfo > ul > li span:last-child,
.fullWidthRow .fileStatus > ul > li span:last-child,
.fullWidthRow .metaData > ul > li span:last-child {
  margin-right: 0;
}
.fullWidthRow .fileBasicInfo > ul > li ul,
.fullWidthRow .fileStatus > ul > li ul,
.fullWidthRow .metaData > ul > li ul {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
.fullWidthRow .fileBasicInfo .fullFundName,
.fullWidthRow .fileStatus .fullFundName,
.fullWidthRow .metaData .fullFundName {
  color: #212121;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fullWidthRow .fileBasicInfo .listOfTags,
.fullWidthRow .fileStatus .listOfTags,
.fullWidthRow .metaData .listOfTags {
  overflow: hidden;
  max-height: 6rem;
  text-overflow: ellipsis;
}
.fullWidthRow .fileBasicInfo .listOfTags li,
.fullWidthRow .fileStatus .listOfTags li,
.fullWidthRow .metaData .listOfTags li {
  margin: 0 5px 5px 0;
}
@media only screen and (max-width: 40em) {
  .fullWidthRow .fileBasicInfo .listOfTags,
  .fullWidthRow .fileStatus .listOfTags,
  .fullWidthRow .metaData .listOfTags {
    display: none;
  }
}
.fullWidthRow .fileBasicInfo {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 960px) {
  .fullWidthRow .fileBasicInfo {
    padding-right: 0.75rem;
  }
}
.fullWidthRow .fileBasicInfo .fileFlags button {
  display: inline-block;
  background: none;
  margin: 0;
  padding: 0.375rem 0.75rem;
  position: relative;
}
.fullWidthRow .fileBasicInfo .fileFlags button .fa {
  pointer-events: none;
}
.fullWidthRow .fileBasicInfo .fileFlags button.closeBackMoreOptions {
  border-radius: 0;
  height: 3rem;
  opacity: 0;
  padding-top: 0;
  position: absolute;
  right: -1rem;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 1.5rem;
}
.fullWidthRow .fileBasicInfo .fileFlags button.closeBackMoreOptions .iconWrapper {
  background: rgba(97, 178, 222, 0.2);
  font-size: 1.5rem;
  height: 3rem;
  line-height: 3rem;
  position: relative;
  text-align: center;
  width: 0.75rem;
}
.fullWidthRow .fileBasicInfo .fileFlags button.closeBackMoreOptions .iconWrapper i {
  margin-left: -2px;
}
.fullWidthRow .fileBasicInfo .fileFlags button.closeBackMoreOptions .fa {
  color: white;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .fullWidthRow .fileBasicInfo .fileFlags button.closeBackMoreOptions {
    opacity: 1;
    visibility: visible;
  }
}
.fullWidthRow .fileBasicInfo .fileFlags button.closeBackMoreOptions:active {
  background-color: transparent !important;
}
.fullWidthRow .fileBasicInfo .fileFlags button.closeBackMoreOptions:active .iconWrapper {
  background-color: rgba(97, 178, 222, 0.4);
}
.fullWidthRow .fileBasicInfo .fileFlags button.sentimentFlag {
  pointer-events: none;
}
.fullWidthRow .fileBasicInfo .fileFlags button.sentimentFlag[data-sentiment=positive] .fa {
  color: #09B79E;
}
.fullWidthRow .fileBasicInfo .fileFlags button.sentimentFlag[data-sentiment=positive] .positiveSentiment {
  display: block;
}
.fullWidthRow .fileBasicInfo .fileFlags button.sentimentFlag[data-sentiment=positive] .negativeSentiment {
  display: none;
}
.fullWidthRow .fileBasicInfo .fileFlags button.sentimentFlag[data-sentiment=negative] .fa {
  color: #DF6365;
}
.fullWidthRow .fileBasicInfo .fileFlags button.sentimentFlag[data-sentiment=negative] .positiveSentiment {
  display: none;
}
.fullWidthRow .fileBasicInfo .fileFlags button.sentimentFlag[data-sentiment=negative] .negativeSentiment {
  display: block;
}
.fullWidthRow .fileBasicInfo .fileFlags button.sentimentFlag[data-sentiment=none] .positiveSentiment, .fullWidthRow .fileBasicInfo .fileFlags button.sentimentFlag[data-sentiment=neutral] .positiveSentiment {
  display: none;
}
.fullWidthRow .fileBasicInfo .fileFlags button.sentimentFlag[data-sentiment=none] .negativeSentiment, .fullWidthRow .fileBasicInfo .fileFlags button.sentimentFlag[data-sentiment=neutral] .negativeSentiment {
  display: none;
}
.fullWidthRow .fileBasicInfo .fileFlags ul {
  margin: 0;
  white-space: nowrap;
}
.fullWidthRow .fileBasicInfo .fileFlags ul li {
  display: inline-block;
}
.fullWidthRow .fileBasicInfo .fileFlags ul li .fa {
  font-size: 1.125rem;
  color: #61B2DE;
}
.fullWidthRow .fileBasicInfo .fileFlags ul li [data-flag-favorite=true] .fa {
  display: inline-block;
  opacity: 1;
  color: #61B2DE !important;
}
.fullWidthRow .fileBasicInfo .fileFlags ul li [data-flag-favorite=false] .fa {
  display: inline-block;
  opacity: 0.2;
}
.fullWidthRow .fileBasicInfo .fileFlags ul li [data-flag-notes=true] .fa {
  display: inline-block;
  opacity: 1;
}
.fullWidthRow .fileBasicInfo .fileFlags ul li [data-flag-notes=false] .fa {
  display: inline-block;
  opacity: 0.2;
}
.fullWidthRow .fileBasicInfo .fileFlags ul li [data-owner-flag-favorite=true] .fa {
  color: #111;
  display: inline-block !important;
  opacity: 1;
}
.fullWidthRow .fileBasicInfo .fileFlags ul li [data-flag-interest] .buttonInterest {
  display: none;
}
.fullWidthRow .fileBasicInfo .fileFlags ul li [data-flag-interest]:active {
  border-radius: 5px;
  background-color: #cae5f4 !important;
}
.fullWidthRow .fileBasicInfo .fileFlags ul li [data-flag-interest=high] .buttonInterest.high {
  display: inline-block;
}
.fullWidthRow .fileBasicInfo .fileFlags ul li [data-flag-interest=high] .buttonInterest.high i {
  color: #61B2DE;
}
.fullWidthRow .fileBasicInfo .fileFlags ul li [data-flag-interest=low] .buttonInterest.low {
  display: inline-block;
}
.fullWidthRow .fileBasicInfo .fileFlags ul li [data-flag-interest=low] .buttonInterest.low i {
  color: #111;
}
.fullWidthRow .fileBasicInfo .fileFlags ul li [data-flag-interest=none] .buttonInterest.none {
  display: inline-block;
  opacity: 0.2;
}
.fullWidthRow .fileStatus {
  flex-grow: 0;
  flex-shrink: 0;
}
.fullWidthRow .metaData {
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .fullWidthRow .metaData {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
.fullWidthRow .fileName {
  margin: 0;
}
.fullWidthRow .fileName a {
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 0;
}
.fullWidthRow .metaData {
  position: relative;
  width: 30rem;
  padding-top: 4.5rem;
  padding-right: 7.5rem;
  font-size: 0.875rem;
}
.fullWidthRow .metaData > * {
  color: #AAAAAA;
}
@media screen and (max-width: 960px) {
  .fullWidthRow .metaData {
    padding-top: 0;
    padding-right: 4.5rem;
  }
}
.fullWidthRow .fileStatus {
  position: absolute;
  right: 0;
  top: 0;
  width: 7.5rem;
  height: 100%;
}
.fullWidthRow .fileStatus ul li {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .fullWidthRow .fileStatus {
    width: 3px;
    padding: 0;
  }
}
.fullWidthRow .fileFlag {
  padding-top: 1.5rem;
  margin: 0;
  height: 100%;
}
.fullWidthRow .fileFlag span {
  margin-right: 0 !important;
}
.fullWidthRow .fileFlag button {
  padding: 0 0.75rem;
}
.fullWidthRow .fileFlag.sentimentFlag {
  background-color: #d1ebe9;
}
.fullWidthRow .fileFlag.sentimentFlag, .fullWidthRow .fileFlag.interestFlag {
  padding-top: 0.75rem;
  display: block;
  width: 100%;
  pointer-events: all;
  text-align: center;
  color: #212121;
}
.fullWidthRow .fileFlag.sentimentFlag > div, .fullWidthRow .fileFlag.interestFlag > div {
  text-transform: uppercase;
  font-size: 10px;
}
.fullWidthRow .fileFlag.sentimentFlag[data-sentiment=positive], .fullWidthRow .fileFlag.interestFlag[data-sentiment=positive] {
  background-color: #d1ebe9;
}
.fullWidthRow .fileFlag.sentimentFlag[data-sentiment=positive] .positiveSentiment, .fullWidthRow .fileFlag.interestFlag[data-sentiment=positive] .positiveSentiment {
  display: block;
}
.fullWidthRow .fileFlag.sentimentFlag[data-sentiment=positive] .negativeSentiment, .fullWidthRow .fileFlag.interestFlag[data-sentiment=positive] .negativeSentiment {
  display: none;
}
.fullWidthRow .fileFlag.sentimentFlag[data-sentiment=negative], .fullWidthRow .fileFlag.interestFlag[data-sentiment=negative] {
  background-color: #fdf7f7;
}
.fullWidthRow .fileFlag.sentimentFlag[data-sentiment=negative] .positiveSentiment, .fullWidthRow .fileFlag.interestFlag[data-sentiment=negative] .positiveSentiment {
  display: none;
}
.fullWidthRow .fileFlag.sentimentFlag[data-sentiment=negative] .negativeSentiment, .fullWidthRow .fileFlag.interestFlag[data-sentiment=negative] .negativeSentiment {
  display: block;
}
.fullWidthRow .fileFlag.sentimentFlag[data-sentiment=none], .fullWidthRow .fileFlag.sentimentFlag[data-sentiment=neutral], .fullWidthRow .fileFlag.interestFlag[data-sentiment=none], .fullWidthRow .fileFlag.interestFlag[data-sentiment=neutral] {
  opacity: 0.5;
  background-color: #EEEEEE;
  color: #EEEEEE;
}
.fullWidthRow .fileFlag.sentimentFlag[data-sentiment=none] .positiveSentiment, .fullWidthRow .fileFlag.sentimentFlag[data-sentiment=neutral] .positiveSentiment, .fullWidthRow .fileFlag.interestFlag[data-sentiment=none] .positiveSentiment, .fullWidthRow .fileFlag.interestFlag[data-sentiment=neutral] .positiveSentiment {
  display: none;
}
.fullWidthRow .fileFlag.sentimentFlag[data-sentiment=none] .negativeSentiment, .fullWidthRow .fileFlag.sentimentFlag[data-sentiment=neutral] .negativeSentiment, .fullWidthRow .fileFlag.interestFlag[data-sentiment=none] .negativeSentiment, .fullWidthRow .fileFlag.interestFlag[data-sentiment=neutral] .negativeSentiment {
  display: none;
}
.fullWidthRow .fileFlag.sentimentFlag[data-interest=high], .fullWidthRow .fileFlag.interestFlag[data-interest=high] {
  background-color: #F4FBFF;
}
.fullWidthRow .fileFlag.sentimentFlag[data-interest=high] .highInterest, .fullWidthRow .fileFlag.interestFlag[data-interest=high] .highInterest {
  display: block;
}
.fullWidthRow .fileFlag.sentimentFlag[data-interest=high] .lowInterest,
.fullWidthRow .fileFlag.sentimentFlag[data-interest=high] .noneInterest, .fullWidthRow .fileFlag.interestFlag[data-interest=high] .lowInterest,
.fullWidthRow .fileFlag.interestFlag[data-interest=high] .noneInterest {
  display: none;
}
.fullWidthRow .fileFlag.sentimentFlag[data-interest=low], .fullWidthRow .fileFlag.interestFlag[data-interest=low] {
  background-color: #E3E3E3;
}
.fullWidthRow .fileFlag.sentimentFlag[data-interest=low] .lowInterest, .fullWidthRow .fileFlag.interestFlag[data-interest=low] .lowInterest {
  display: block;
}
.fullWidthRow .fileFlag.sentimentFlag[data-interest=low] .highInterest,
.fullWidthRow .fileFlag.sentimentFlag[data-interest=low] .noneInterest, .fullWidthRow .fileFlag.interestFlag[data-interest=low] .highInterest,
.fullWidthRow .fileFlag.interestFlag[data-interest=low] .noneInterest {
  display: none;
}
.fullWidthRow .fileFlag.sentimentFlag[data-interest=none], .fullWidthRow .fileFlag.interestFlag[data-interest=none] {
  opacity: 0.5;
  background-color: #EEEEEE;
  color: #EEEEEE;
}
.fullWidthRow .fileFlag.sentimentFlag[data-interest=none] .noneInterest, .fullWidthRow .fileFlag.interestFlag[data-interest=none] .noneInterest {
  display: block;
}
.fullWidthRow .fileFlag.sentimentFlag[data-interest=none] .lowInterest,
.fullWidthRow .fileFlag.sentimentFlag[data-interest=none] .highInterest, .fullWidthRow .fileFlag.interestFlag[data-interest=none] .lowInterest,
.fullWidthRow .fileFlag.interestFlag[data-interest=none] .highInterest {
  display: none;
}
@media screen and (max-width: 960px) {
  .fullWidthRow .fileFlag {
    padding-top: 0;
  }
  .fullWidthRow .fileFlag span,
  .fullWidthRow .fileFlag div {
    display: none !important;
  }
}
.fullWidthRow.fileWrapper .fileMoreOptions {
  padding: 0 1.5rem;
}
.fullWidthRow.fileWrapper .fileMoreOptions ul {
  display: block;
  white-space: normal;
}

.tab-title.setupResultPage {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.tab-title.setupResultPage:hover .setupResultPageButton {
  background-color: #EEEEEE;
}
.tab-title.setupResultPage:hover .setupResultPageOptions {
  visibility: visible;
  opacity: 1;
}

.setupResultPageButton {
  transition: all 0.25s linear;
  color: #212121 !important;
  font-size: 24px;
  pointer-events: none;
  padding: 0.9rem 0.5rem !important;
}
.setupResultPageButton i {
  font-size: inherit;
  color: inherit;
}

.setupResultPageOptions {
  transition: all 0.25s linear;
  background-color: #EEEEEE;
  opacity: 0;
  padding: 0.75rem;
  position: absolute;
  right: 0;
  top: 100%;
  visibility: hidden;
  width: 11rem;
  z-index: 2000;
}
.setupResultPageOptions hr {
  border: transparent;
  border-bottom: 1px dotted #777777;
}
.setupResultPageOptions ul {
  display: block;
  margin: 0 0 0.75rem 0;
}
.setupResultPageOptions ul:before, .setupResultPageOptions ul:after {
  content: " ";
  display: table;
}
.setupResultPageOptions ul:after {
  clear: both;
}
.setupResultPageOptions ul li {
  display: inline-block;
  margin-right: 0.75rem;
}
.setupResultPageOptions ul li a {
  border-bottom: 0;
  color: #212121 !important;
  padding: 0 !important;
}
.setupResultPageOptions ul:last-child {
  margin: 0;
}
.setupResultPageOptions ul.setDefaultFileTemplate li.active a {
  color: #61B2DE !important;
}
.setupResultPageOptions.open {
  visibility: visible;
  opacity: 1;
}

.upMonthFileIcon {
  display: inline-block;
}
.upMonthFileIcon[data-icon-type=pdf] {
  color: #563EFF;
}
.upMonthFileIcon[data-icon-type=xls] {
  color: #FFAA20;
}
.upMonthFileIcon[data-icon-type=doc] {
  color: #FFBB4D;
}
.upMonthFileIcon[data-icon-type=html] {
  color: #20FFC7;
}

.relatedFileItem {
  transition: all 0.25s linear;
  border-bottom: 1px solid #e1e1e1;
  line-height: 24px;
  padding: 0.25rem 0;
}
.relatedFileItem .flexRow, .relatedFileItem .tableFundView .fundAdditionalInformation, .tableFundView .relatedFileItem .fundAdditionalInformation, .relatedFileItem .tableFundView .fundBasicInformation, .tableFundView .relatedFileItem .fundBasicInformation {
  align-items: center;
  justify-content: center;
}
.relatedFileItem .fileName a,
.relatedFileItem .fundName a {
  display: block;
}
.relatedFileItem .fileName .relatedFundItem,
.relatedFileItem .fundName .relatedFundItem {
  transition: all 0.25s linear;
  line-height: 24px;
}
.relatedFileItem .fileName .relatedFundItem i,
.relatedFileItem .fundName .relatedFundItem i {
  margin-right: 5px;
  margin-top: -1px;
}
@media screen and (min-width: 1360px) {
  .relatedFileItem .fileName .relatedFundItem:hover,
  .relatedFileItem .fundName .relatedFundItem:hover {
    color: #61B2DE !important;
    cursor: pointer;
  }
}
.relatedFileItem .fileLabel {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.relatedFileItem .fileMetadata {
  color: #212121;
  width: 225px;
}
.relatedFileItem .fileMetadata ul {
  display: block;
  margin: 0;
  text-align: right;
  white-space: nowrap;
}
.relatedFileItem .fileMetadata ul li {
  display: inline-block;
  padding: 0 0.375rem;
}
.relatedFileItem .fileMetadata ul li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 769px) {
  .relatedFileItem .fileMetadata {
    width: 100%;
  }
  .relatedFileItem .fileMetadata ul {
    text-align: left;
  }
}
.relatedFileItem:hover {
  background-color: #eef9fd;
}

.groupContainer .accordion-navigation .fundName {
  cursor: pointer;
  font-size: 1.2rem;
  text-transform: capitalize;
  vertical-align: middle;
}
.groupContainer .accordion-navigation .fundName .fullFundName {
  font-size: 1.2rem;
}
.groupContainer .accordion-navigation .fundName .fa, .groupContainer .accordion-navigation .fundName i {
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  font-size: 1.4rem;
  color: #212121;
  margin-right: 8px;
}
.groupContainer .accordion-navigation a {
  transition: all 0.25s ease-in-out;
}
.groupContainer .accordion-navigation.active {
  color: inherit;
}
.groupContainer .fundNamePrefix {
  border-radius: 50%;
  border: 2px solid #AAAAAA;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  height: 1.5rem;
  line-height: 1.4;
  text-align: center;
  width: 1.5rem;
}
.groupContainer.userFond .fullFundName .fundNamePrefix {
  color: #61B2DE;
  border-color: #61B2DE;
}
.groupContainer.localFond .fullFundName .fundNamePrefix {
  color: #FF9102;
  border-color: #FF9102;
}
.groupContainer.importedFond .fullFundName .fundNamePrefix {
  color: #AAAAAA;
  border-color: #AAAAAA;
}

.loadingContainer {
  width: 100px;
  margin: 1.5rem auto;
  text-align: center;
  opacity: 0.2;
}
.loadingContainer .iconLoader {
  margin-bottom: 0.75rem;
}

.notesView {
  display: flex;
}

.email--container.active {
  background-color: rgba(88, 177, 219, 0.05);
}
.email--container .hybridFileTemplate .fileTemplateContentContainer {
  padding-left: 0.8rem;
}
@media screen and (max-width: 1172px) {
  .email--container .hybridFileTemplate .fileTemplateContentContainer {
    flex-direction: column;
  }
}
.email--container .hybridFileTemplate .fileTemplateContentContainer .fileTemplateContent {
  max-height: 11.5rem;
  overflow-y: auto;
  padding-right: 48px;
}
@media screen and (max-width: 1172px) {
  .email--container .hybridFileTemplate .fileTemplateContentContainer .filePreviewContainer {
    margin-left: 0;
    margin-top: 1.562rem;
  }
}

.moreOptionsModal {
  display: none;
}
.moreOptionsModal.active {
  display: flex;
  flex-direction: column;
  max-width: 12.1875rem;
  min-width: 12.1875rem;
  height: 22.93rem;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0.25px solid rgb(64, 133, 179);
  border-radius: 4px;
  box-shadow: 0px 8px 32px 0px rgba(31, 38, 135, 0);
  align-items: center;
  z-index: 5;
  position: absolute;
  top: 2.6rem;
  left: 8.125rem;
  backdrop-filter: blur(17px);
}
@media screen and (max-width: 425px) {
  .moreOptionsModal.active {
    left: 5rem;
  }
}
.moreOptionsModal__header {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.moreOptionsModal__btn {
  background: rgb(59, 180, 228);
  color: rgb(255, 255, 255);
  border-radius: 4px;
  text-align: center;
  height: 2rem;
  min-width: 8.5625rem;
  max-width: 8.5625rem;
  margin-top: 1.25rem;
}
.moreOptionsModal__btn:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(59, 180, 228);
  border: 0.25px solid rgb(59, 180, 228);
}
.moreOptionsModal__btn:active {
  background-color: rgb(255, 255, 255);
  color: rgb(59, 180, 228);
  border: 0.25px solid rgb(59, 180, 228);
}
.moreOptionsModal__rows {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.moreOptionsModal__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5rem 0 0.5rem 1.25rem;
}
.moreOptionsModal__row--purple {
  color: rgb(128, 117, 242);
}
.moreOptionsModal__row--blue {
  color: rgb(59, 180, 228);
}
.moreOptionsModal__row--red {
  color: rgb(240, 89, 97);
}
.moreOptionsModal__row--orange {
  color: rgb(231, 136, 60);
}
.moreOptionsModal__title {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1rem;
  padding-left: 0.94rem;
}
.moreOptionsModal__title:hover {
  font-weight: bold;
  cursor: pointer;
}
.moreOptionsModal__hr {
  background-color: rgb(227, 227, 227);
  height: 1px;
  min-width: 8.746rem;
  max-width: 8.746rem;
  margin-top: 0.625rem;
  margin-bottom: 0.562;
}
.moreOptionsModal__icon {
  font-size: 1.375rem;
}

.email--container .fileTemplateContentContainer {
  justify-content: start !important;
}
.email--container .fileTemplateContentContainer .filePreviewContainer {
  flex: auto;
  border: 1px solid rgb(38, 38, 38);
  max-width: 14.561rem;
  height: 19.561rem;
  margin-left: 3.125rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .email--container .fileTemplateContentContainer .filePreviewContainer {
    margin: 0.9rem 0 0.9rem 3.125rem;
  }
}
@media screen and (max-width: 425px) {
  .email--container .fileTemplateContentContainer .filePreviewContainer {
    margin: 0.9rem 0 0.9rem 0;
  }
}

.mailFileMenu {
  display: flex;
  flex-direction: column;
  margin: 0px 16px;
  padding-top: 1.38rem;
}

.mailOptionsContainer .fileTemplateMenuContainer .fileType {
  display: flex;
  flex-wrap: wrap;
}
.mailOptionsContainer .fileTemplateMenuContainer .fileType p {
  font-size: 1.28rem;
  margin: 0 0 7px 0;
  text-align: center;
}
@media screen and (max-width: 425px) {
  .mailOptionsContainer .fileTemplateMenuContainer .fileType p {
    font-size: 1rem;
  }
}
.mailOptionsContainer .fileTemplateMenuContainer li {
  margin-bottom: 0.5rem;
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-radius: 4px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mailOptionsContainer .fileTemplateMenuContainer li span {
  text-align: center;
}
.mailOptionsContainer .fileTemplateMenuContainer li i:before {
  font-size: 26px;
}
.mailOptionsContainer .fileTemplateMenuContainer li:nth-child(1) {
  border: 1px solid rgb(59, 180, 228);
  color: rgb(59, 180, 228);
}
.mailOptionsContainer .fileTemplateMenuContainer li:nth-child(1).disabled {
  border: 1px solid rgb(59, 180, 228);
}
.mailOptionsContainer .fileTemplateMenuContainer li:nth-child(2) {
  border: 1px solid rgb(255, 37, 48);
  color: rgb(255, 37, 48);
}
.mailOptionsContainer .fileTemplateMenuContainer li:nth-child(2).disabled {
  border: 1px solid rgb(255, 37, 48);
}
.mailOptionsContainer .fileTemplateMenuContainer li:nth-child(3) {
  border: 1px solid rgb(128, 117, 242);
  color: rgb(128, 117, 242);
}
.mailOptionsContainer .fileTemplateMenuContainer li:nth-child(3).disabled {
  border: 1px solid rgb(128, 117, 242);
}
.mailOptionsContainer .fileTemplateMenuContainer li:nth-child(4) {
  border: 1px solid rgb(51, 71, 91);
  color: rgb(51, 71, 91);
}
.mailOptionsContainer .fileTemplateMenuContainer li:nth-child(4).disabled {
  border: 1px solid rgb(51, 71, 91);
}
.mailOptionsContainer .fileTemplateMenuContainer li:nth-child(5) {
  background-color: rgb(64, 133, 179);
  border: 1px solid rgb(59, 180, 228);
  color: rgb(255, 255, 255);
}
.mailOptionsContainer .fileTemplateMenuContainer li:nth-child(5) .material-icons {
  font-size: 2.5rem;
}
.mailOptionsContainer .fileTemplateMenuContainer li:nth-child(5).disabled {
  border: 1px solid rgb(64, 133, 179);
  color: rgb(33, 33, 33);
  background-color: rgb(255, 255, 255);
  opacity: 1 !important;
}
.mailOptionsContainer .fileTemplateMenuContainer .fileTemplateMenuList {
  padding-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 425px) {
  .mailOptionsContainer .fileTemplateMenuContainer {
    margin: 0;
  }
}

.senderInfo,
.hybridTemplate {
  margin-bottom: 1.5rem !important;
}

.mailSender {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
}

.senderInfo .topLeft .date {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  border-left: 1px solid #262626;
  padding-left: 16px;
}
@media screen and (max-width: 1024px) {
  .senderInfo .topLeft .date {
    margin-top: 0;
  }
}
.senderInfo .topLeft .senderDetails {
  display: flex;
  gap: 1rem;
}
.senderInfo .topLeft .fileCounter {
  display: flex;
  gap: 1rem;
  padding-left: 0.8rem;
}
@media only screen and (max-width: 480px) {
  .senderInfo .topLeft .fileCounter {
    padding-left: 0;
  }
}
.senderInfo .topLeft .fileCounter--item__num {
  color: rgb(102, 102, 102);
  font-weight: 600;
}
.senderInfo .topLeft .fileCounter--item__type {
  color: rgb(102, 102, 102);
  font-weight: 300;
}

.email--container .fileBasicInfoContainer {
  padding-left: 0.8rem;
  display: flex;
  justify-content: flex-start;
}
.email--container .fileBasicInfoContainer .ticker-wrapper {
  height: 2.5rem;
  max-width: 14.562rem;
  min-width: 14.562rem;
  border-radius: 0px;
  margin-left: 3.125rem;
}
@media screen and (max-width: 1172px) {
  .email--container .fileBasicInfoContainer .ticker-wrapper {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .email--container .fileBasicInfoContainer .ticker-wrapper {
    margin-top: 16px;
  }
}
.email--container .fileBasicInfoContainer .ticker-wrapper .ticker-container {
  flex-basis: 13.15rem;
}
@media screen and (max-width: 768px) {
  .email--container .fileBasicInfoContainer {
    flex-direction: column;
  }
}

.tab-switch {
  display: flex;
  flex-direction: row;
  height: 2.5rem;
  min-width: 8.175rem;
  max-width: 8.175rem;
  margin-top: 0;
  justify-content: center;
  color: rgb(59, 180, 228);
  line-height: 1.187rem;
  cursor: pointer;
  float: left;
}
.tab-switch:hover > div {
  border-color: rgb(64, 133, 179);
}
.tab-switch__left {
  display: flex;
  flex-grow: 2;
  align-items: center;
  justify-content: center;
  border: 1px solid #3BB4E4;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tab-switch__left span {
  font-size: 1rem;
  text-align: center;
  color: #3BB4E4;
  font-weight: normal;
  transition: 0.3s;
}
.tab-switch__left.active {
  background-color: #3CB4E4;
  border-color: #3CB4E4;
}
.tab-switch__left.active span {
  color: rgb(255, 255, 255);
}
.tab-switch__right {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  border: 1px solid #3BB4E4;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  min-width: 4.087rem;
  max-width: 4.087rem;
  border-left: none;
}
.tab-switch__right span {
  font-size: 1rem;
  text-align: center;
  color: #3BB4E4;
  font-weight: normal;
  transition: 0.3s;
}
.tab-switch__right.active {
  background-color: #3CB4E4;
  border-color: #3CB4E4;
}
.tab-switch__right.active span {
  color: rgb(255, 255, 255);
}

.searchResultsTabs {
  display: flex;
}
.searchResultsTabs .tabs-switch--container {
  border-right: 1px solid #DADADA;
  padding-right: 2.5975rem;
  display: flex;
  align-items: center;
  margin: -0.7rem 0;
}
@media screen and (max-width: 1172px) {
  .searchResultsTabs .tabs-switch--container {
    position: sticky;
    left: 0;
    z-index: 999999;
    background-color: white;
    padding-left: 11px;
  }
}
.searchResultsTabs .large-12 {
  padding-left: 0;
}
@media screen and (max-width: 1172px) {
  .searchResultsTabs .columns {
    padding: 0 0.91rem;
  }
}

.triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 14px 9px 0;
  border-color: transparent #4085B3 transparent transparent;
  margin-right: 214px;
  bottom: 26px;
  left: -18px;
}

.TemplateAboutFile {
  transition: all 0.25s ease-in-out;
  border: 3px solid transparent;
  font-size: 0.75rem;
  line-height: 1.3;
  margin: 1.5rem 0 !important;
  padding-bottom: 0.75rem;
  position: relative;
}
@media only screen and (max-width: 40em) {
  .TemplateAboutFile {
    margin: 1.5rem 0 !important;
  }
}
.TemplateAboutFile .hoverPosition {
  padding: 5px 5px 0 5px;
}
.TemplateAboutFile > div {
  transition: all 0.25s ease-in-out;
}
.TemplateAboutFile .fileThumbnail {
  top: 1.5rem !important;
  left: 4.3rem !important;
}
.TemplateAboutFile[data-user-has-read=false] {
  opacity: 1;
}
.TemplateAboutFile[data-user-has-read=true] > div {
  opacity: 0.5;
}
.TemplateAboutFile[data-user-has-read=true]:hover > div {
  opacity: 1;
}
.TemplateAboutFile[data-company-tag*=Legal] {
  background-color: rgba(255, 108, 53, 0.1);
}
.TemplateAboutFile[data-fund-type=product] .metaName {
  color: #212121;
}
.TemplateAboutFile[data-fund-type=product] .classMeta {
  color: #c82502;
}
.TemplateAboutFile[data-fund-type=localFund] .metaName, .TemplateAboutFile[data-fund-type=importedFund] .metaName {
  color: #444444 !important;
}
.TemplateAboutFile[data-fund-type=none] .metaName {
  color: #AAAAAA !important;
}
.TemplateAboutFile[data-owner-flag-favorite=true] {
  background-color: rgba(33, 33, 33, 0.1);
}
.TemplateAboutFile[data-flag-favorite=true] {
  background-color: rgba(97, 178, 222, 0.1);
}
.TemplateAboutFile .fileHeader {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  line-height: 1.3;
}
.TemplateAboutFile .fileHeader .shareButton,
.TemplateAboutFile .fileHeader .investedStatus {
  flex-shrink: 0;
  flex-grow: 0;
}
.TemplateAboutFile .fileHeader .shareButton button {
  background: transparent;
  color: #AAAAAA;
  height: 0;
  line-height: 1;
  margin: 0 0 0 0;
  padding: 0;
}
.TemplateAboutFile .fileHeader .shareButton button .fa {
  color: inherit;
  margin: 0;
  padding-bottom: 25px;
  pointer-events: none;
}
.TemplateAboutFile .fileHeader .shareButton button:hover .fa {
  color: #61B2DE;
}
.TemplateAboutFile .fileHeader .shareButton .editButton {
  border-radius: 2px;
  background-color: #F4FBFF;
  color: #FFFFFF !important;
  margin-right: 3px;
}
.TemplateAboutFile .fileHeader .shareButton .editButton i {
  color: inherit;
}
@media only screen and (min-width:64.063em) {
  .TemplateAboutFile .fileHeader .shareButton .editButton {
    display: none;
  }
}
.TemplateAboutFile .fileHeader .shareButton[data-file-is-shared=true] button {
  color: #212121 !important;
}
.TemplateAboutFile .fileHeader .shareButton[data-file-privacy=private] {
  border-bottom: 3px solid #DF6365;
}
.TemplateAboutFile .fileHeader .shareButton[data-file-privacy=public] {
  border-bottom: 3px solid #55B5AC;
}
.TemplateAboutFile .fileHeader .shareButton[data-file-privacy=semipublic] {
  border-bottom: 3px solid #FFAA00;
}
.TemplateAboutFile .fileHeader .investedStatus {
  opacity: 0.3;
  padding-left: 0.75rem;
  text-align: right;
}
.TemplateAboutFile .fileHeader .fa {
  font-size: 1rem;
  margin: 0;
}
.TemplateAboutFile .fileHeader .metaData {
  flex-shrink: 1;
  flex-grow: 1;
  padding: 0;
  max-width: 100%;
}
.TemplateAboutFile .fileHeader .metaData .metaName {
  font-size: 0.9375rem;
  font-weight: 900;
  margin: 0 10px;
  overflow: hidden;
  word-break: break-word;
}
.TemplateAboutFile .fileHeader .metaData .metaName a {
  color: inherit;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.TemplateAboutFile .fileHeader .metaData .metaName a:hover {
  color: #61B2DE;
}
.TemplateAboutFile .fileHeader .metaData .uploadMeta {
  color: #c82502;
  font-weight: 700;
  margin: 0 10px;
}
.TemplateAboutFile .templateConcept {
  color: #c82502;
  font-weight: 700;
  margin: 0.75rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.TemplateAboutFile .templateConcept.noTags {
  margin: 0 0 0.375rem 0;
}
.TemplateAboutFile .templateConcept .noContent {
  color: #AAAAAA;
  font-weight: 300;
  opacity: 0;
  pointer-events: none;
}
.TemplateAboutFile .templateSnipet {
  font-size: inherit;
  word-wrap: break-word;
}
.TemplateAboutFile .templateSnipet .fileNoteContent {
  font-style: italic;
}
.TemplateAboutFile .templateSnipet .highlightedField {
  color: #212121;
  font-weight: 900;
}
.TemplateAboutFile .templateSnipet .highlightedField .label {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: 0;
}
.TemplateAboutFile .templateSnipet .highlightedField:hover {
  color: #61B2DE;
}
@media only screen and (min-width:64.063em) {
  .TemplateAboutFile .templateFooter:hover .editFilePanel {
    opacity: 1 !important;
    visibility: visible;
  }
}
.TemplateAboutFile .classMeta {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  color: #c82502;
  font-size: inherit;
  line-height: 1.3;
  margin: 0.75rem -5px 0 -5px;
  padding: 5px;
}
.TemplateAboutFile .classMeta .classesList {
  flex-grow: 1;
  flex-shrink: 1;
  color: inherit;
  font-size: inherit;
  padding-bottom: 3px;
}
.TemplateAboutFile .classMeta .classesList ul {
  color: inherit;
  font-size: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.TemplateAboutFile .classMeta .classesList ul li {
  border-right: 1px solid #CCCCCC;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  font-weight: 700;
  margin-right: 0.375rem;
  padding-right: 0.375rem;
}
.TemplateAboutFile .classMeta .classesList ul li:last-child {
  border-right: 0;
}
.TemplateAboutFile .classMeta .classesList ul li.noContent {
  color: #AAAAAA !important;
  font-weight: normal;
}
.TemplateAboutFile .classMeta .classesList ul li.noContent a {
  color: inherit;
}
.TemplateAboutFile .classMeta .classesList ul li.noContent a:hover {
  color: #61B2DE;
}
.TemplateAboutFile .classMeta .userStrategy {
  flex-shrink: 0;
  flex-grow: 0;
}
.TemplateAboutFile .classMeta .userStrategy > span {
  display: block;
  padding-right: 10px;
}
.TemplateAboutFile .classMeta .userStrategy .fa {
  font-size: 1rem;
  padding-bottom: 0;
  padding-top: 0;
}
.TemplateAboutFile .classMeta .userStrategy .hedgeFund, .TemplateAboutFile .classMeta .userStrategy .realAssets {
  color: #61B2DE;
}
.TemplateAboutFile .classMeta .userStrategy .researchViews {
  color: #AAAAAA;
}
.TemplateAboutFile .classMeta .userStrategy .privateMarkets {
  color: #5cafdd;
}
.TemplateAboutFile .classMeta .userStrategy .longOnly {
  color: #212121;
}
.TemplateAboutFile .classMeta .uploadDate {
  flex-shrink: 0;
  flex-grow: 0;
  color: #AAAAAA;
  padding-left: 0.75rem;
  white-space: nowrap;
}
.TemplateAboutFile .classMeta .uploadDate > div {
  padding-bottom: 3px;
  border-bottom: 3px solid transparent;
}
.TemplateAboutFile .classMeta .uploadDate > div[data-flag-interest=none] {
  border-color: transparent;
}
.TemplateAboutFile .classMeta .uploadDate > div[data-flag-interest=low] {
  border-color: #212121;
}
.TemplateAboutFile .classMeta .uploadDate > div[data-flag-interest=high] {
  border-color: #61B2DE;
}
.TemplateAboutFile .editFilePanel {
  transition: all 0.5s ease-in-out;
  background-color: #FFFFFF;
  bottom: -1.9rem;
  height: 3rem;
  left: -3px;
  opacity: 0 !important;
  overflow: hidden;
  position: absolute;
  right: -3px;
  visibility: hidden;
}
.TemplateAboutFile .editFilePanel[data-file-privacy=private] {
  background-color: white;
  border-bottom: 5px solid #DF6365;
}
.TemplateAboutFile .editFilePanel[data-file-privacy=public] {
  background-color: #e3f3f1;
  border-bottom: 5px solid #55B5AC;
}
.TemplateAboutFile .editFilePanel[data-file-privacy=semipublic] {
  background-color: #ffeecc;
  border-bottom: 5px solid #FFAA00;
}
.TemplateAboutFile .editFilePanel .flagAction {
  padding: 0.375rem;
}
.TemplateAboutFile .editFilePanel .flagAction li {
  display: inline-block;
  margin-right: 0.75rem;
}
.TemplateAboutFile .editFilePanel .flagAction li button {
  color: #61B2DE;
  margin: 0;
  padding: 0.375rem;
}
.TemplateAboutFile .editFilePanel .flagAction li button .fa {
  color: inherit;
  display: inline-block;
}
.TemplateAboutFile .editFilePanel .flagAction li button[data-flag-favorite=true] .fa {
  opacity: 1;
}
.TemplateAboutFile .editFilePanel .flagAction li button[data-flag-favorite=false] .fa {
  opacity: 0.5;
}
.TemplateAboutFile .editFilePanel .flagAction li button[data-flag-interest=none] {
  opacity: 0.5;
}
.TemplateAboutFile .editFilePanel .flagAction li button[data-flag-interest=low] {
  opacity: 1;
  color: #212121;
}
.TemplateAboutFile .editFilePanel .flagAction li button[data-flag-interest=high] {
  opacity: 1;
  color: #61B2DE;
}
.TemplateAboutFile .editFilePanel .flagAction li:last-child {
  margin-right: 0;
}
.TemplateAboutFile.showOptions .editFilePanel {
  opacity: 1 !important;
  visibility: visible;
}
.TemplateAboutFile .dataLabel {
  display: block;
}
.TemplateAboutFile .hoverLabel {
  display: none;
}

.hybridFileTemplate {
  border-bottom: 1px solid #EEEEEE;
  margin: 0 0 0.5rem 0;
  padding: 1rem 0;
}
.hybridFileTemplate.selected {
  background-color: #eef9fd;
}
.hybridFileTemplate a:hover {
  border: none;
  color: #61B2DE;
}
.hybridFileTemplate .fileMetaData {
  color: #262626;
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 0;
}
.hybridFileTemplate .fileMetaData .FileMetaDataSpanWrapper {
  display: flex;
}
.hybridFileTemplate .fileMetaData i:not(.tickerIcon__icon) {
  font-size: 18px;
  margin-right: 2px;
  margin-top: 2px;
}
.hybridFileTemplate .fileMetaData .sourceFileIconWrapper {
  display: inline;
  margin-right: 5px;
}
.hybridFileTemplate .fileMetaData .sourceFileIconWrapper .multiIcon {
  position: relative;
}
.hybridFileTemplate .fileMetaData .sourceFileIconWrapper .multiIcon .sourceDisplayIcon1 {
  left: -9px;
  top: -10px;
}
.hybridFileTemplate .fileMetaData .sourceFileIconWrapper .multiIcon .sourceDisplayIcon2 {
  color: #DF6365;
  right: -2px;
  top: 0;
  font-size: 10px;
}
.hybridFileTemplate .fileMetaData .fileTypeIcon {
  position: relative;
  display: block;
  margin-right: 24px;
}
.hybridFileTemplate .fileMetaData .fileTypeIcon > div {
  min-width: 32px;
  max-width: 32px;
}
.hybridFileTemplate .fileMetaData .fundFileBasicInfo {
  flex-grow: 1;
  margin-top: 4px;
  text-align: right;
}
.hybridFileTemplate .fileMetaData .fundFileBasicInfo ul {
  margin: 0;
  padding: 0;
}
.hybridFileTemplate .fileMetaData .fundFileBasicInfo ul li {
  color: #262626;
  font-size: 0.625rem;
  line-height: 1.0625rem;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  text-overflow: ellipsis;
}
.hybridFileTemplate .fileMetaData .fundFileBasicInfo .fundNameLabel {
  font-weight: 700;
}
.hybridFileTemplate .fileMetaData .fundFileBasicInfo .fundTickerLabel {
  color: #61B2DE;
  font-weight: 700;
}
.hybridFileTemplate .fileMetaData .fundFileBasicInfo .fundClassesList {
  font-weight: 700;
  color: #AAAAAA;
}
.hybridFileTemplate .fileMetaData .fundFileBasicInfo .fundPerformance {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: 300;
  justify-content: flex-end;
}
.hybridFileTemplate .fileMetaData .fundFileBasicInfo .fundPerformance .fundPerformanceContainer {
  display: inline;
  padding: 0.3rem 0.4rem;
  margin: 0 0.4rem 0 0;
}
@media screen and (max-width: 860px) {
  .hybridFileTemplate .fileMetaData .fundFileBasicInfo {
    margin: 1rem 0 0.65rem;
  }
}
@media screen and (max-width: 860px) {
  .hybridFileTemplate .fileMetaData .fundFileBasicInfo {
    float: none;
    margin-top: 4px;
    width: auto;
    text-align: right;
  }
}
.hybridFileTemplate .fileMetaData.hybridTemplate .topLeft {
  background-color: #F6F6F6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
  padding-left: 0.8rem;
}
.hybridFileTemplate .fileMetaData.hybridTemplate .topLeft > p {
  margin-top: 0;
  margin-bottom: 0;
}
.hybridFileTemplate .fileMetaData.hybridTemplate .topLeft .fileType {
  font-weight: 700;
  text-transform: uppercase;
}
.hybridFileTemplate .fileMetaData.hybridTemplate .topLeft i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-self: center;
  font-size: 1.5rem;
  margin: 0;
}
.hybridFileTemplate .fileMetaData.hybridTemplate .topRight {
  margin: auto 0;
}
@media only screen and (max-width: 576px) {
  .hybridFileTemplate .fileMetaData.hybridTemplate .topRight {
    margin-top: 8px;
    padding-left: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .hybridFileTemplate .fileMetaData.hybridTemplate .topRight {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.hybridFileTemplate .fundInfo {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-top: 0;
}
.hybridFileTemplate .fundInfo .ticker-wrapper {
  justify-content: flex-end;
}
.hybridFileTemplate .fundInfo .ticker-wrapper .ticker-container {
  flex: 0 0 13rem;
}
.hybridFileTemplate .fundInfo .ticker-wrapper .ticker-container .tickerFundName {
  text-align: left;
}
.hybridFileTemplate .fileBasicInfoContainer:before, .hybridFileTemplate .fileBasicInfoContainer:after {
  content: " ";
  display: table;
}
.hybridFileTemplate .fileBasicInfoContainer:after {
  clear: both;
}
.hybridFileTemplate .fileBasicInfoContainer .fileBasicInfo {
  position: relative;
  width: calc(100% - 233px);
}
@media only screen and (max-width: 767px) {
  .hybridFileTemplate .fileBasicInfoContainer .fileBasicInfo {
    width: 100%;
  }
}
.hybridFileTemplate .fileBasicInfoContainer .templateTitle {
  color: #262626;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
.hybridFileTemplate .fileBasicInfoContainer .templateTitle .fileCounter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.hybridFileTemplate .fileBasicInfoContainer .templateTitle .fileCounter .fileCounter--item {
  border: 1px solid #DEE5EC;
  padding: 3px 20px;
  font-size: 16px;
  border-radius: 20px;
}
.hybridFileTemplate .fileBasicInfoContainer .templateTitle .fileCounter .fileCounter--item .fileCounter--item__num {
  font-weight: 700;
}
.hybridFileTemplate .fileBasicInfoContainer .templateTitle a {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 1.95rem;
  font-weight: 500;
  color: #262626;
}
.hybridFileTemplate .fileBasicInfoContainer .templateTitle a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #61B2DE;
}
.hybridFileTemplate .fileBasicInfoContainer .templateSubtitle {
  color: #AAAAAA;
  font-size: 0.714rem;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
.hybridFileTemplate .fileBasicInfoContainer .templateSubtitle a {
  color: #AAAAAA;
}
@media screen and (max-width: 860px) {
  .hybridFileTemplate .fileBasicInfoContainer .fileBasicInfo {
    float: none;
  }
  .hybridFileTemplate .fileBasicInfoContainer .templateTitle {
    font-size: 1.0625rem;
  }
}
.hybridFileTemplate .iconDocumentThumbanilButton {
  background-color: transparent;
  border: none;
  color: #212121;
  display: none;
  margin: 0 10px 0 0;
  margin-top: -8px;
  padding: 0;
}
@media screen and (max-width: 860px) {
  .hybridFileTemplate .iconDocumentThumbanilButton {
    display: block;
  }
}
.hybridFileTemplate .iconDocumentThumbanilButton:hover {
  color: #61B2DE;
}
.hybridFileTemplate .thumbnailContainer {
  transition: all 0.75s linear;
  background: url(../images/loader_fancy.svg) 50% 50% no-repeat rgba(33, 33, 33, 0.8);
  min-height: 100px;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 200px;
  z-index: 2000;
  top: 30px;
}
.hybridFileTemplate .thumbnailContainer:before {
  border-color: transparent transparent rgba(33, 33, 33, 0.8) transparent;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  content: " ";
  height: 0;
  left: 5px;
  position: absolute;
  top: -7px;
  width: 0;
}
.hybridFileTemplate .thumbnailContainer .thumbnailImageContainer {
  margin: 10px;
}
.hybridFileTemplate .thumbnailContainer .thumbnailImageContainer img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.hybridFileTemplate .thumbnailContainer.show {
  opacity: 1;
  visibility: visible;
}
.hybridFileTemplate .thumbnailContainer .fileNameWrapper {
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.35;
  margin: 0.375rem 0.75rem 0.75rem 0.75rem;
  text-align: left;
}
.hybridFileTemplate .fileTemplateContentContainer {
  margin-top: 24px;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.75rem;
}
.hybridFileTemplate .fileTemplateContentContainer .highlightedField .label {
  background-color: transparent;
  color: #212121;
  font-size: 1rem;
  font-weight: 900;
  margin: 0;
  padding: 0;
}
.hybridFileTemplate .fileTemplateContentContainer .highlightedField:hover .label {
  color: #61B2DE;
}
.hybridFileTemplate .fileTemplateContentContainer .fileTemplateContent {
  font-size: 1rem;
  max-height: 19.5625rem;
  overflow-y: auto;
  line-height: 1.5;
}
.hybridFileTemplate .fileTemplateContentContainer .fileTemplateContent::-webkit-scrollbar {
  width: 0.562rem;
}
.hybridFileTemplate .fileTemplateContentContainer .fileTemplateContent::-webkit-scrollbar-track {
  background-color: rgb(237, 237, 237);
  border-radius: 4px;
}
.hybridFileTemplate .fileTemplateContentContainer .fileTemplateContent::-webkit-scrollbar-thumb {
  background-color: rgb(196, 196, 196);
  border-radius: 4px;
}
.hybridFileTemplate .fileTemplateContentContainer .fileThumbnailContainer {
  float: right;
  width: 20%;
}
.hybridFileTemplate .fileTemplateContentContainer .fileThumbnailContainer .thumbnailImageContainer {
  background: url(../images/loader_fancy.svg) 50% 50% no-repeat;
}
.hybridFileTemplate .fileTemplateContentContainer .fileThumbnailContainer .thumbnailImageContainer a {
  transition: all 0.25s linear;
  border: 1px solid #EEEEEE;
  display: block;
}
.hybridFileTemplate .fileTemplateContentContainer .fileThumbnailContainer .thumbnailImageContainer a:hover {
  border-color: #AAAAAA;
}
.hybridFileTemplate .fileTemplateContentContainer .fileThumbnailContainer .thumbnailImageContainer img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.hybridFileTemplate .fileTemplateContentContainer .fileTemplateClassification {
  flex: 1 1 0;
  width: 35%;
}
.hybridFileTemplate .fileTemplateContentContainer .fileTemplateClassification h3 {
  color: #AAAAAA;
  font-size: 0.714rem;
  letter-spacing: 0.75px;
  line-height: 24px;
  margin: 1.5rem 0 0 0;
  padding: 0;
  text-transform: uppercase;
}
.hybridFileTemplate .fileTemplateContentContainer .fileTemplateClassification h3:first-child {
  margin-top: 0;
}
.hybridFileTemplate .fileTemplateContentContainer .fileTemplateClassification ul {
  margin-bottom: 1.5rem;
  text-align: right;
}
.hybridFileTemplate .fileTemplateContentContainer .fileTemplateClassification ul li {
  margin: 0 0 0.375rem 0.375rem;
}
.hybridFileTemplate .fileTemplateContentContainer .fileTemplateClassification ul li button {
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  color: #212121;
  font-size: 0.714rem;
  font-weight: normal;
  letter-spacing: 0.75px;
  line-height: 1.5;
  margin: 0;
  padding: 0 0.375rem;
  text-transform: uppercase;
}
.hybridFileTemplate .fileTemplateContentContainer .fileTemplateClassification ul li button:hover {
  border-color: #AAAAAA;
}
.hybridFileTemplate .fileTemplateContentContainer .fileTemplateClassification ul li button:active {
  background-color: #EEEEEE;
}
@media screen and (max-width: 860px) {
  .hybridFileTemplate .fileTemplateContentContainer .fileTemplateContent {
    float: none;
    font-size: 0.875rem;
    max-height: 14.5rem;
    padding-right: 16px !important;
  }
  .hybridFileTemplate .fileTemplateContentContainer .fileTemplateClassification {
    float: none;
    width: auto;
    margin-top: 1.5rem;
    padding: 1.5rem 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .hybridFileTemplate .fileTemplateContentContainer {
    flex-direction: column-reverse;
  }
}
.hybridFileTemplate .fileTemplateMenuContainer {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
  gap: 1rem;
}
.hybridFileTemplate .fileTemplateMenuContainer .fileTemplateLeftMenu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.hybridFileTemplate .fileTemplateMenuContainer .fileTemplateRightMenu {
  margin-right: 1rem;
}
.hybridFileTemplate .fileTemplateMenuContainer .fileTemplateRightMenu .fileTypeIcon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  gap: 0.75rem;
}
.hybridFileTemplate .fileTemplateMenuContainer .fileTemplateRightMenu .fileTypeIcon > div {
  min-width: 32px;
  max-width: 32px;
}
@media screen and (max-width: 860px) {
  .hybridFileTemplate .fileTemplateMenuContainer .fileTemplateRightMenu {
    display: block;
  }
}
.hybridFileTemplate .fileTemplateMenuList {
  display: inline-block;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 550px) {
  .hybridFileTemplate .fileTemplateMenuList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.hybridFileTemplate .fileTemplateMenuList.fileTemplatesubMenuList {
  transition: all 0.25s linear;
  margin-left: 5px;
  display: none;
  pointer-events: none;
}
@media screen and (max-width: 550px) {
  .hybridFileTemplate .fileTemplateMenuList.fileTemplatesubMenuList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
  }
}
.hybridFileTemplate .fileTemplateMenuList.fileTemplatesubMenuList.open {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.hybridFileTemplate .fileTemplateMenuList li {
  display: inline-block;
  margin-right: 0.375rem;
}
.hybridFileTemplate .fileTemplateMenuList li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 480px) {
  .hybridFileTemplate .fileTemplateMenuList li:last-child {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 550px) {
  .hybridFileTemplate .fileTemplateMenuList li {
    display: block;
  }
}
.hybridFileTemplate .fileTemplateMenuList li button i,
.hybridFileTemplate .fileTemplateMenuList li .button i,
.hybridFileTemplate .fileTemplateMenuList li .buttonAction i {
  font-size: 22px;
  padding: 4px 0;
}
.hybridFileTemplate .fileTemplateMenuList li button.moreFileActions,
.hybridFileTemplate .fileTemplateMenuList li .button.moreFileActions,
.hybridFileTemplate .fileTemplateMenuList li .moreFileActions.buttonAction {
  margin: 6px 0;
}
.hybridFileTemplate .fileTemplateMenuList li button.moreFileActions[data-privacy-status=private],
.hybridFileTemplate .fileTemplateMenuList li .button.moreFileActions[data-privacy-status=private],
.hybridFileTemplate .fileTemplateMenuList li .moreFileActions[data-privacy-status=private].buttonAction {
  border-color: #DF6365;
  color: #DF6365;
}
.hybridFileTemplate .fileTemplateMenuList li button.moreFileActions[data-privacy-status=public],
.hybridFileTemplate .fileTemplateMenuList li .button.moreFileActions[data-privacy-status=public],
.hybridFileTemplate .fileTemplateMenuList li .moreFileActions[data-privacy-status=public].buttonAction {
  border-color: #55B5AC;
  color: #55B5AC;
}
.hybridFileTemplate .fileTemplateMenuList li button.moreFileActions[data-privacy-status=semipublic],
.hybridFileTemplate .fileTemplateMenuList li .button.moreFileActions[data-privacy-status=semipublic],
.hybridFileTemplate .fileTemplateMenuList li .moreFileActions[data-privacy-status=semipublic].buttonAction {
  border-color: #FFAA00;
  color: #FFAA00;
}
.hybridFileTemplate .fileTemplateMenuList .fileSentimentInfo {
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 594px) {
  .hybridFileTemplate .fileTemplateMenuList .fileSentimentInfo {
    padding-top: 15px;
  }
}
.hybridFileTemplate .fileTemplateMenuList .fileSentimentInfo[data-file-sentiment=none] {
  display: none;
}
.hybridFileTemplate .fileTemplateMenuList .fileSentimentInfo[data-file-sentiment=positive] {
  display: block;
  color: #09B79E;
}
.hybridFileTemplate .fileTemplateMenuList .fileSentimentInfo[data-file-sentiment=negative] {
  display: block;
  color: #DF6365;
}
.hybridFileTemplate.hybridImageFileTemplate .fileTemplateContent {
  width: 75%;
}
.hybridFileTemplate.hybridImageFileTemplate .iconDocumentThumbanilButton {
  display: none;
}
@media screen and (max-width: 767px) {
  .hybridFileTemplate.hybridImageFileTemplate .iconDocumentThumbanilButton {
    display: block;
  }
  .hybridFileTemplate.hybridImageFileTemplate .fileTemplateContent {
    float: none;
    font-size: 0.875rem;
    max-height: 14.5rem;
    width: auto;
  }
  .hybridFileTemplate.hybridImageFileTemplate .fileThumbnailContainer {
    display: none;
  }
}
.hybridFileTemplate[data-document-is-read-by-user=true] .fileTemplateContentContainer .fileTemplateContent {
  color: #AAAAAA;
  transition: all 0.25s linear;
}
.hybridFileTemplate[data-document-is-read-by-user=true] .fileTemplateContentContainer .fileTemplateContent .highlightedField .label {
  color: #AAAAAA;
  transition: all 0.25s linear;
}
.hybridFileTemplate[data-document-is-read-by-user=true]:hover .fileTemplateContentContainer .fileTemplateContent {
  color: #212121;
}
.hybridFileTemplate[data-document-is-read-by-user=true]:hover .fileTemplateContentContainer .fileTemplateContent .highlightedField .label {
  color: #212121;
}

.email--container .hybridFileTemplate .fileMetaData {
  background-color: #F6F6F6;
}

.hybridItem-container {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  padding: 1rem 0px;
  border-bottom: 1px solid #E3E3E3;
  border-left: 3px solid transparent;
  flex-wrap: wrap;
}
.hybridItem-container .hybridItem-secondary-file-name {
  opacity: 1 !important;
}
.hybridItem-container:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: rgba(59, 180, 228, 0.08);
}
.hybridItem-container:hover .file--checkbox {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1 !important;
}
.hybridItem-container:hover .hiddenHoverElement button i {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #000000 !important;
  opacity: 1 !important;
}
.hybridItem-container.selected {
  border-left: 3px solid #61B2DE;
  background-color: rgba(59, 180, 228, 0.16);
}
.hybridItem-container.selected .hiddenHoverElement button i {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #000000 !important;
  opacity: 1 !important;
}
.hybridItem-container[data-has-been-verified=true] {
  border-left: 3px solid #958DFC;
}
.hybridItem-container[data-has-been-verified=true].selected {
  background-color: rgba(149, 141, 252, 0.08);
}
.hybridItem-container[data-duplicate-file=true] {
  border-left: 3px solid #DF6365;
}
.hybridItem-container[data-duplicate-file=true].selected {
  background-color: rgba(223, 99, 101, 0.08);
}
.hybridItem-container .hiddenHoverElement button {
  opacity: 0;
}
.hybridItem-container .hiddenHoverElement button[data-visibility=true] {
  opacity: 1;
}
.hybridItem-container .hybridItem-secondary-fileName {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  max-width: 50%;
  font-size: 0.8rem;
  font-weight: 300;
  color: #666666;
  opacity: 0;
  transform: translate(0, -4px);
  margin: 0;
}
.hybridItem-container .hybridItem-main-row {
  width: 100%;
  border-bottom: none !important;
  border-left: none !important;
}
.hybridItem-container .hybridItem-main-row:hover {
  background-color: transparent;
}
.hybridItem-container .hybridItem-secondary-row {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  font-size: 10px;
  margin-top: 0.25rem;
  gap: 0.95rem;
  margin-left: 6.7rem;
  margin-right: 3rem;
}
.hybridItem-container .hybridItem-showTags-text {
  font-size: 0.8rem;
  margin-left: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.hybridItem-container .hybridItem-typeIcon-outer-container {
  position: relative;
}
.hybridItem-container .hybridItem-typeIcon-container {
  display: flex;
  align-items: center;
  min-width: 30px;
  max-width: 30px;
}
.hybridItem-container .hybridItem-typeIcon-thumbnail-container {
  top: 1.5rem;
}
.hybridItem-container .hybridItem-mainInfo-col {
  display: flex;
  flex-direction: column;
  flex: 10;
}
.hybridItem-container .hybridItem-secondaryInfo-col {
  display: flex;
  flex-direction: column;
  flex: 5;
}
.hybridItem-container .hybridItem-fund-col {
  display: flex;
  flex-direction: column;
  flex: 4;
}
.hybridItem-container .hybridItem-docClassification-col {
  display: flex;
  flex-direction: column;
  flex: 4;
  font-size: 0.8rem;
}
.hybridItem-container .hybridItem-title-row {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.hybridItem-container .hybridItem-title {
  font-weight: 500;
  cursor: pointer;
}
.hybridItem-container .hybridItem-title:hover {
  color: #61B2DE;
}
.hybridItem-container .hybridItem-read-title-text {
  color: #767676;
}
.hybridItem-container .hybridItem-read-classification-text {
  color: #B4B4B4 !important;
}
.hybridItem-container .hybridItem-info-title {
  font-weight: 300;
  color: #666666;
}
.hybridItem-container .hybridItem-hiddenTicker {
  color: #52B59F;
}
.hybridItem-container .hybridItem-subtitle-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.2rem;
  margin-left: 6.7rem;
  margin-bottom: -0.5rem;
  margin-right: 3rem;
}
.hybridItem-container .hybridItem-classified-text {
  margin-right: 0.25rem;
  white-space: nowrap;
}
.hybridItem-container .hybridItem-doc-classifications-row {
  display: flex;
  font-size: 0.8rem;
  align-items: start;
  line-height: 1.2rem;
  margin-left: 6.7rem;
  margin-top: 0.5rem;
  width: 100%;
  font-weight: 500;
}
.hybridItem-container .hybridItem-classifications-row {
  display: flex;
  color: #999999;
  font-size: 0.8rem;
  align-items: start;
  line-height: 1.2rem;
  margin: 0.5rem 0 0.5rem 6.7rem;
}
.hybridItem-container .hybridItem-classifications-subRow {
  display: flex;
  color: #999999;
  align-items: start;
  line-height: 1.2rem;
  margin-right: 3rem;
}
.hybridItem-container .hybridItem-moreTags-disabled {
  cursor: not-allowed !important;
  pointer-events: none !important;
  opacity: 0;
}
.hybridItem-container .hybridItem-info-text {
  display: flex;
  align-items: center;
  border: 1px solid #DEE5EC;
  border-radius: 4px;
  font-size: 0.8rem;
  padding-right: 0.5rem;
  background: #fff;
}
.hybridItem-container .hybridItem-effectiveDate-text {
  color: #262626;
  border-color: #52B59F;
}
.hybridItem-container .hybridItem-manualDate {
  color: #999999;
  background: #F5F8FA;
  margin-right: 0.25rem;
  display: flex;
  justify-content: center;
  border-radius: 4px 0 0 4px;
  padding: 0 0.75rem;
}
.hybridItem-container .hybridItem-effective-date {
  color: #999999;
  background: #F5F8FA;
  margin-right: 0.25rem;
  display: flex;
  justify-content: center;
  border-radius: 4px 0 0 4px;
  padding: 0 0.75rem;
}
.hybridItem-container .hybridItem-infoDivider {
  margin: 0 0.5rem;
}
.hybridItem-container .hybridItem-uploadIcon {
  margin-right: 0.25rem;
}
.hybridItem-container .hybridItem-sourceIcon {
  margin-left: 0.5rem;
  margin-right: 0.25rem;
}
.hybridItem-container .hybridItem-statusButton {
  background: transparent;
}
.hybridItem-container .hybridItem-statusButton i {
  font-size: 20px;
}
.hybridItem-container .hybridItem-uploader-col {
  display: flex;
  flex-direction: column;
  flex: 4;
  margin-right: 1rem;
}
.hybridItem-container .hybridItem-uploader-col .hybridItem-subtitle-row {
  font-size: 0.9rem;
}
.hybridItem-container .hybridItem-icon-col {
  display: flex;
  justify-content: flex-end;
  flex: 0.4;
}
.hybridItem-container .hybridItem-icon-col i {
  font-size: 20px;
}
.hybridItem-container .hybridItemCheckbox-container {
  margin: 0;
}
.hybridItem-container .hybridItemCheckbox-wrapper {
  margin-right: 0 !important;
}
@media screen and (max-width: 1024px) {
  .hybridItem-container .hybridItem-uploader-col, .hybridItem-container .hybridItem-icon-col {
    display: none;
  }
  .hybridItem-container .hybridItem-docClassification-col {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .hybridItem-container .hybridItem-statusButton-container {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hybridItem-container .hybridItem-title {
    font-size: 0.9rem;
    word-break: break-all;
  }
  .hybridItem-container .hybridItem-classifications-row {
    display: none;
  }
}
@media screen and (max-width: 675px) {
  .hybridItem-container .hybridItem-subtitle-row {
    flex-wrap: wrap;
  }
  .hybridItem-container .hybridItem-mainInfo-col {
    flex: 4;
  }
  .hybridItem-container .hybridItem-checkbox-row {
    gap: 0.5rem !important;
  }
  .hybridItem-container .hybridItem-showTags-icon {
    margin-right: 0.35rem !important;
  }
  .hybridItem-container .ticker-badge {
    display: none !important;
  }
  .hybridItem-container .hybridItem-container {
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 550px) {
  .hybridItem-container .hybridItem-date-container {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .hybridItem-container .hybridItem-fund-col {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .hybridItem-container .hybridItem-secondary-file-name {
    max-width: 10rem !important;
  }
}
@media screen and (max-width: 390px) {
  .hybridItem-container .hybridItem-secondary-row {
    display: none;
  }
  .hybridItem-container .hybridItem-expanded-tags-row {
    display: none !important;
  }
}
.hybridItem-container .hybridItemFile-link {
  color: #262626;
  width: 100%;
}
.hybridItem-container .hybridItem-tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  line-height: 1.2rem;
  font-size: 0.8rem;
  color: #999999;
}
.hybridItem-container .hybridItem-expanded-tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  line-height: 1.2rem;
  font-size: 10px;
  margin-left: 6.7rem;
}
.hybridItem-container .hybridItem-checkbox-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.hybridItem-container .hybridItem-tags-text {
  font-size: 0.8rem;
  color: #999999;
}
.hybridItem-container .hybridItem-icon-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 82px;
  margin-top: 0.3rem;
  font-size: 10px;
  align-items: end;
  font-weight: 500;
}
.hybridItem-container .hybridItem-tag-row {
  display: flex;
  gap: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #cecece;
}
.hybridItem-container .hybridItem-showTags-icon {
  font-size: 16px;
  cursor: pointer;
  margin-right: 1.35rem;
}
.hybridItem-container .hybridItem-showTags-icon i {
  font-weight: bold;
}
.hybridItem-container .hybridItem-showTags-icon:hover {
  color: #61B2DE;
}
.hybridItem-container .hybridItem-tag-item {
  background: #F5F8FA;
  border: 1px solid #61B2DE;
  color: #262626;
  font-size: 0.8rem;
  border-radius: 4px;
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
}
.hybridItem-container .hybridItem-moreTags-item {
  background: #FFFFFF;
}
.hybridItem-container .hybridItemExpanded-container {
  width: 100%;
}
.hybridItem-container .hybridItem-expanded-subcontainer-desktop {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
  padding-top: 0.5rem;
}
.hybridItem-container .hybridItem-expanded-info-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.hybridItem-container .hybridItem-expanded-data-col {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  width: 100%;
}
.hybridItem-container .hybridItem-fileOptions-button {
  position: relative;
  flex: 0.4;
}
.hybridItem-container .hybridItemTabContent-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
}
.hybridItem-container .hybridItem-expanded-title {
  font-weight: 500;
}
.hybridItem-container .hybridItem-expanded-classifications-container {
  font-size: 0.9rem;
}

.contextItem-container {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  padding: 1.5rem 0px;
  border-bottom: 1px solid #E3E3E3;
  border-left: 3px solid transparent;
}
.contextItem-container:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: rgba(59, 180, 228, 0.08);
}
.contextItem-container:hover .file--checkbox {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1 !important;
}
.contextItem-container:hover .hiddenHoverElement button i {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #000000 !important;
  opacity: 1 !important;
}
.contextItem-container.selected {
  border-left: 3px solid #61B2DE;
  background-color: rgba(59, 180, 228, 0.16);
}
.contextItem-container.selected .hiddenHoverElement button i {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #000000 !important;
  opacity: 1 !important;
}
.contextItem-container.selected .contextItem-content-text {
  color: #212121 !important;
}
.contextItem-container.selected .contextItem-content-text .highlightedField .label {
  color: #212121 !important;
}
.contextItem-container.selected .contextItem-content-text .highlightedField .label:hover {
  color: #61B2DE !important;
}
.contextItem-container[data-has-been-verified=true] {
  border-left: 3px solid #958DFC;
}
.contextItem-container[data-has-been-verified=true].selected {
  background-color: rgba(149, 141, 252, 0.08);
}
.contextItem-container[data-duplicate-file=true] {
  border-left: 3px solid #DF6365;
}
.contextItem-container[data-duplicate-file=true].selected {
  background-color: rgba(223, 99, 101, 0.08);
}
.contextItem-container .hiddenHoverElement .checkboxComponent {
  opacity: 0;
}
.contextItem-container .hiddenHoverElement button {
  opacity: 0;
}
.contextItem-container .hiddenHoverElement button[data-visibility=true] {
  opacity: 1;
}
.contextItem-container .hybridItem-secondary-file-name {
  opacity: 1 !important;
}
.contextItem-container .contextItem-main-row {
  display: flex;
  gap: 2rem;
  width: 100%;
  min-height: 400px;
}
.contextItem-container .contextItem-left-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  min-width: 360px;
  max-width: 360px;
}
.contextItem-container .contextItem-thumbnail-container {
  background: url(../images/loader_fancy.svg) 50% 50% no-repeat;
}
.contextItem-container .contextItem-thumbnail-container a {
  transition: all 0.25s linear;
  border: 1px solid transparent;
  display: block;
  min-width: 286px;
}
.contextItem-container .contextItem-thumbnail-container a:hover {
  filter: drop-shadow(0px 0px 1px #AAAAAA) brightness(0.99);
}
.contextItem-container .contextItem-thumbnail-container img {
  max-height: 400px;
  min-height: 368px;
  object-fit: contain;
}
.contextItem-container .contextItem-right-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contextItem-container .contextItem-dates-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.2rem;
  margin-left: 3.5rem;
  margin-bottom: -0.5rem;
  margin-right: 3rem;
  flex-wrap: wrap;
}
.contextItem-container .contextItem-info-text {
  display: flex;
  align-items: center;
  border: 1px solid #DEE5EC;
  border-radius: 4px;
  font-size: 0.8rem;
  padding-right: 0.5rem;
  background: #fff;
}
.contextItem-container .contextItem-effectiveDate-text {
  color: #262626;
  border-color: #52B59F;
}
.contextItem-container .contextItem-manualDate {
  color: #999999;
  background: #F5F8FA;
  margin-right: 0.25rem;
  display: flex;
  justify-content: center;
  border-radius: 4px 0 0 4px;
  padding: 0 0.75rem;
}
.contextItem-container .contextItem-effective-date {
  color: #999999;
  background: #F5F8FA;
  margin-right: 0.25rem;
  display: flex;
  justify-content: center;
  border-radius: 4px 0 0 4px;
  padding: 0 0.75rem;
}
.contextItem-container .contextItem-base-row {
  width: 100%;
  border-bottom: none !important;
  border-left: none !important;
}
.contextItem-container .contextItem-base-row:hover {
  background-color: transparent;
}
.contextItem-container .contextItem-content-row {
  display: flex;
  height: 170px;
  margin-top: 1.5rem;
  margin-right: 1rem;
  margin-left: 3.5rem;
  margin-bottom: 1.5rem;
}
.contextItem-container .contextItem-content-text {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.contextItem-container .highlightedField .label {
  color: #212121;
  font-size: 1rem;
  font-weight: 900;
  margin: 0;
  padding: 0;
  background-color: yellow;
}
.contextItem-container .highlightedField .label:hover {
  color: #61B2DE;
}
.contextItem-container[data-document-is-read-by-user=true] .contextItem-content-text {
  color: #AAAAAA;
  transition: all 0.25s linear;
}
.contextItem-container[data-document-is-read-by-user=true] .contextItem-content-text .highlightedField .label {
  color: #AAAAAA;
  transition: all 0.25s linear;
}
.contextItem-container[data-document-is-read-by-user=true] .contextItem-content-text .highlightedField .label:hover {
  color: #61B2DE !important;
}
.contextItem-container[data-document-is-read-by-user=true]:hover .contextItem-content-text {
  color: #212121;
}
.contextItem-container[data-document-is-read-by-user=true]:hover .contextItem-content-text .highlightedField .label {
  color: #212121;
}
.contextItem-container .contextItem-doc-classifications-row {
  display: flex;
  font-size: 0.8rem;
  align-items: start;
  line-height: 1.2rem;
  margin-left: 3.5rem;
  width: 100%;
  font-weight: 500;
}
.contextItem-container .contextItem-classifications-row {
  display: flex;
  color: #999999;
  font-size: 0.8rem;
  align-items: start;
  line-height: 1.2rem;
  margin: 0.5rem 0 0.5rem 3.5rem;
}
.contextItem-container .hybridItem-classified-text {
  margin-right: 0.25rem;
  white-space: nowrap;
}
.contextItem-container .hybridItem-classifications-subRow {
  display: flex;
  color: #999999;
  align-items: start;
  line-height: 1.2rem;
  margin-right: 3rem;
}
.contextItem-container .contextItem-secondary-row {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 10px;
  margin-top: 0.25rem;
  gap: 0.95rem;
  margin-left: 3.5rem;
  margin-right: 3rem;
}
.contextItem-container .contextItem-tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  line-height: 1.2rem;
  font-size: 0.8rem;
  color: #999999;
}
.contextItem-container .contextItemExpanded-container {
  width: 100%;
}
.contextItem-container .contextItem-expanded-subcontainer-desktop {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
  padding-top: 0.5rem;
}
.contextItem-container .contextItem-expanded-info-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contextItem-container .contextItem-expanded-tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  line-height: 1.2rem;
  font-size: 10px;
  margin-left: 3.5rem;
}
.contextItem-container .hybridItem-tag-item {
  background: #F5F8FA;
  border: 1px solid #61B2DE;
  color: #262626;
  font-size: 0.8rem;
  border-radius: 4px;
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
}
.contextItem-container .hybridItem-moreTags-item {
  background: #FFFFFF;
}
.contextItem-container .hybridItem-file-ticker {
  flex: 7 !important;
}
@media screen and (max-width: 1330px) {
  .contextItem-container .hybridItem-file-ticker {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .contextItem-container .hybridItem-file-ticker {
    display: flex;
    flex: 4 !important;
  }
  .contextItem-container .contextItem-left-row {
    display: none;
  }
  .contextItem-container .checkbox--container {
    display: flex !important;
    opacity: 1 !important;
  }
  .contextItem-container .hybridItem-secondary-file-name {
    max-width: 32vw !important;
  }
}
.contextItem-container .hybridItem-secondary-file-name {
  max-width: 35vw !important;
}
@media screen and (max-width: 1780px) {
  .contextItem-container .hybridItem-secondary-file-name {
    max-width: 30vw !important;
  }
}
@media screen and (max-width: 1500px) {
  .contextItem-container .hybridItem-secondary-file-name {
    max-width: 25vw !important;
  }
}
@media screen and (max-width: 1500px) {
  .contextItem-container .hybridItem-secondary-file-name {
    max-width: 25vw !important;
  }
}
@media screen and (max-width: 1330px) {
  .contextItem-container .hybridItem-secondary-file-name {
    max-width: 27vw !important;
  }
}
@media screen and (max-width: 1000px) {
  .contextItem-container .hybridItem-secondary-file-name {
    max-width: 22rem !important;
  }
}
@media screen and (max-width: 670px) {
  .contextItem-container .hybridItem-secondary-file-name {
    max-width: 18rem !important;
  }
}
@media screen and (max-width: 600px) {
  .contextItem-container .hybridItem-secondary-file-name {
    max-width: 14rem !important;
  }
}
@media screen and (max-width: 550px) {
  .contextItem-container .contextItem-classifications-row {
    display: none;
  }
  .contextItem-container .contextItem-main-row {
    min-height: 370px;
  }
  .contextItem-container .contextItem-doc-classifications-row {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .contextItem-container .contextItem-date-container {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .contextItem-container .hybridItem-secondary-file-name {
    max-width: 10rem !important;
  }
}

.filter--button.open {
  opacity: 0.75;
}

.mainAppDialog {
  box-shadow: 0 0 10px rgba(17, 17, 17, 0.5);
  transition: all 0.75s ease-in-out;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  position: fixed;
  right: -110%;
  top: 20%;
  visibility: hidden;
  width: 100%;
  z-index: 9000;
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .mainAppDialog {
    top: 10%;
  }
}
@media only screen and (max-width: 40em) {
  .mainAppDialog {
    top: 0;
    height: 100%;
  }
}
.mainAppDialog.open {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.mainAppDialog .closeDialogButton {
  margin: 0;
  position: absolute;
  right: 0.75rem;
  top: 1.5rem;
  z-index: 200;
}
.mainAppDialog.filterLibraryDialog {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #E3E3E3;
  padding: 1.5rem 0;
  top: 120px;
  width: 27rem;
}
@media screen and (max-width: 768px) {
  .mainAppDialog.filterLibraryDialog {
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.mainAppDialog .filterDialogContent .filterItem ul li {
  display: inline-block;
  margin-right: 1.5rem;
}
.mainAppDialog .filterDialogContent .filterItem ul li:last-child {
  margin-right: 0;
}
.mainAppDialog .filterDialogContent .filterItem ul li .button.warrning, .mainAppDialog .filterDialogContent .filterItem ul li .warrning.buttonAction, .mainAppDialog .filterDialogContent .filterItem .editCreateMemoPage .pageOptionsContainer ul li button.warrning, .editCreateMemoPage .pageOptionsContainer .mainAppDialog .filterDialogContent .filterItem ul li button.warrning {
  background-color: transparent;
  padding: 0;
}
.mainAppDialog .filterDialogContent .filterItem ul li .button.active, .mainAppDialog .filterDialogContent .filterItem ul li .active.buttonAction, .mainAppDialog .filterDialogContent .filterItem .editCreateMemoPage .pageOptionsContainer ul li button.active, .editCreateMemoPage .pageOptionsContainer .mainAppDialog .filterDialogContent .filterItem ul li button.active {
  color: #FFFFFF !important;
}
.mainAppDialog .filterDialogContent .filterItem ul li .button.active[data-privacy-status=private], .mainAppDialog .filterDialogContent .filterItem ul li .active[data-privacy-status=private].buttonAction, .mainAppDialog .filterDialogContent .filterItem .editCreateMemoPage .pageOptionsContainer ul li button.active[data-privacy-status=private], .editCreateMemoPage .pageOptionsContainer .mainAppDialog .filterDialogContent .filterItem ul li button.active[data-privacy-status=private] {
  background-color: #DF6365;
}
.mainAppDialog .filterDialogContent .filterItem ul li .button.active[data-privacy-status=public], .mainAppDialog .filterDialogContent .filterItem ul li .active[data-privacy-status=public].buttonAction, .mainAppDialog .filterDialogContent .filterItem .editCreateMemoPage .pageOptionsContainer ul li button.active[data-privacy-status=public], .editCreateMemoPage .pageOptionsContainer .mainAppDialog .filterDialogContent .filterItem ul li button.active[data-privacy-status=public] {
  background-color: #55B5AC;
}
.mainAppDialog .filterDialogContent .filterItem ul li .button.active[data-privacy-status=semipublic], .mainAppDialog .filterDialogContent .filterItem ul li .active[data-privacy-status=semipublic].buttonAction, .mainAppDialog .filterDialogContent .filterItem .editCreateMemoPage .pageOptionsContainer ul li button.active[data-privacy-status=semipublic], .editCreateMemoPage .pageOptionsContainer .mainAppDialog .filterDialogContent .filterItem ul li button.active[data-privacy-status=semipublic] {
  background-color: #FFAA00;
}
.mainAppDialog .filterDialogContent .filterItem button {
  background-color: transparent;
}
.mainAppDialog .filterDialogContent .filterItem .filter--ticker {
  text-transform: uppercase;
}
.mainAppDialog .filterbyFavori4te,
.mainAppDialog .filterbyInterest {
  margin-right: 0.75rem;
}
.mainAppDialog [data-flag-favorite=true] .fa {
  display: inline-block;
  opacity: 1;
  color: #61B2DE !important;
}
.mainAppDialog [data-flag-favorite=false] .fa {
  display: inline-block;
  opacity: 0.2;
}
.mainAppDialog [data-flag-notes=true] .fa {
  display: inline-block;
  opacity: 1;
}
.mainAppDialog [data-flag-notes=false] .fa {
  display: inline-block;
  opacity: 0.2;
}
.mainAppDialog [data-owner-flag-favorite=true] .fa {
  display: inline-block !important;
  opacity: 1;
}
.mainAppDialog [data-flag-interest] .buttonInterest {
  display: none;
}
.mainAppDialog [data-flag-interest]:active {
  border-radius: 5px;
  background-color: #cae5f4 !important;
}
.mainAppDialog [data-flag-interest=high] .buttonInterest.high {
  display: inline-block;
  color: #61B2DE;
}
.mainAppDialog [data-flag-interest=low] .buttonInterest.low {
  display: inline-block;
  color: #555555;
}
.mainAppDialog [data-flag-interest=none] .buttonInterest.none {
  display: inline-block;
  color: #333;
}
.mainAppDialog [data-flag-status] .circleIcon {
  border-radius: 50%;
  background-color: #E3E3E3;
  border: 1px solid #E3E3E3;
  display: inline-block;
  height: 18px;
  pointer-events: none;
  vertical-align: middle;
  width: 18px;
}
.mainAppDialog [data-flag-status=private] .fa {
  color: #fdf7f7;
}
.mainAppDialog [data-flag-status=private] .circleIcon {
  border: 2px solid #DF6365;
  background-color: transparent;
}
.mainAppDialog [data-flag-status=semipublic] .fa {
  color: white;
}
.mainAppDialog [data-flag-status=semipublic] .circleIcon {
  border: 2px solid #FFAA00;
  background-color: transparent;
}
.mainAppDialog [data-flag-status=public] .fa {
  color: #d1ebe9;
}
.mainAppDialog [data-flag-status=public] .circleIcon {
  border: 2px solid #55B5AC;
  background-color: transparent;
}
.mainAppDialog .active[data-flag-status=private] .fa {
  color: #df6365;
}
.mainAppDialog .active[data-flag-status=private] .circleIcon {
  background-color: #DF6365;
}
.mainAppDialog .active[data-flag-status=semipublic] .fa {
  color: #ffaa00;
}
.mainAppDialog .active[data-flag-status=semipublic] .circleIcon {
  background-color: #FFAA00;
}
.mainAppDialog .active[data-flag-status=public] .fa {
  color: #55b5ac;
}
.mainAppDialog .active[data-flag-status=public] .circleIcon {
  background-color: #55B5AC;
}

.sidePageBulletNavigation {
  position: absolute;
  right: 1.5rem;
  top: 42%;
  z-index: 2500;
}
.sidePageBulletNavigation li {
  position: relative;
  margin: 0.75rem 0;
}
.sidePageBulletNavigation li a {
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid #212121;
  display: block;
  height: 22px;
  width: 22px;
}
.sidePageBulletNavigation li a span {
  display: none;
}
.sidePageBulletNavigation li .menuItemLabel {
  border-radius: 0 11px 11px 0;
  transition: all 0.25s ease-in-out;
  background-color: #212121;
  color: #EEEEEE;
  opacity: 0;
  overflow: hidden;
  padding: 2px 32px 2px 10px;
  pointer-events: none;
  position: absolute;
  right: -2px;
  top: -2px;
  white-space: nowrap;
  width: 0;
}
.sidePageBulletNavigation li .menuItemLabel .arrow {
  border-bottom: 9px solid transparent;
  border-left: 11px solid #212121;
  border-top: 9px solid transparent;
  height: 0;
  position: absolute;
  right: -7px;
  top: 4px;
  width: 0;
}
.sidePageBulletNavigation li.active a {
  border: 1px solid #212121;
  background-color: #212121;
}
.sidePageBulletNavigation li:hover .menuItemLabel {
  opacity: 1;
  width: 170px;
}

.pageBarNotification {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.0901960784);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0 25px 0 15px;
}
.pageBarNotification:before, .pageBarNotification:after {
  content: " ";
  display: table;
}
.pageBarNotification:after {
  clear: both;
}
.pageBarNotification ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  float: unset;
  margin: 0;
}
.pageBarNotification ul:first-child {
  flex: 2 1 0;
}
.pageBarNotification ul:first-child .width-XXLarge {
  padding-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .pageBarNotification ul:first-child .width-XXLarge {
    width: 34.9rem !important;
    margin-right: 0;
  }
}
@media screen and (max-width: 425px) {
  .pageBarNotification ul:first-child .width-XXLarge {
    width: 11.8rem !important;
  }
}
.pageBarNotification ul:first-child .email--search--field {
  border-radius: 4px 0px 0px 4px;
}
.pageBarNotification ul:first-child .get-select-icon-holder {
  width: 4.187rem;
}
@media screen and (max-width: 425px) {
  .pageBarNotification ul:first-child li:nth-child(3) {
    width: 4.2rem;
    padding-left: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .pageBarNotification ul:first-child {
    flex: auto;
  }
}
@media screen and (max-width: 425px) {
  .pageBarNotification ul:first-child {
    flex-wrap: nowrap;
  }
}
.pageBarNotification ul.flexEnd {
  justify-content: flex-end !important;
}
.pageBarNotification ul li {
  margin: 8px;
}
@media screen and (max-width: 767px) {
  .pageBarNotification ul li {
    margin: 5px;
  }
}
.pageBarNotification ul li.search-list-item {
  padding-left: 16px;
}
.pageBarNotification ul li.search-list-item .list-item-search-box {
  display: flex;
  align-items: center;
  width: 320px;
}
.pageBarNotification ul li.search-list-item .list-item-search-box .search-icon {
  display: flex;
  align-items: center;
  width: 80px;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  padding: 5px 10px;
  height: 40px;
  border: 1px solid #61B2DE;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
.pageBarNotification ul li.search-list-item .list-item-search-box .search-icon img {
  height: 20px;
  margin-right: 5px;
}
.pageBarNotification ul li.search-list-item .list-item-search-box input {
  border: 1px solid #61B2DE;
  background-color: rgba(0, 0, 0, 0);
  width: calc(100% - 80px);
  margin: 0;
  border-radius: 0 4px 4px 0;
}
.pageBarNotification ul li button,
.pageBarNotification ul li .button,
.pageBarNotification ul li .buttonAction,
.pageBarNotification .editCreateMemoPage .pageOptionsContainer ul li button,
.editCreateMemoPage .pageOptionsContainer .pageBarNotification ul li button {
  margin: 0;
}
.pageBarNotification ul li i {
  font-size: 22px;
  margin-right: 5px !important;
}
@media screen and (max-width: 767px) {
  .pageBarNotification ul li i {
    margin-right: 0 !important;
  }
}
.pageBarNotification ul li a {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #666666;
  font-weight: 300;
  font-size: 1rem;
  padding: 10px 15px;
  display: flex;
  border-radius: 4px;
  border: 1px solid transparent;
}
.pageBarNotification ul li a img {
  height: 20px;
  width: auto;
  margin-right: 10px;
}
.pageBarNotification ul li a:hover {
  color: #262626;
  background: #F4FBFF;
}
.pageBarNotification ul li a.add--new--btn {
  border: 1px solid #E3E3E3 !important;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  color: #33475B;
}
.pageBarNotification ul li a.add--new--btn:hover {
  background: #61B2DE;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .pageBarNotification ul li a.add--new--btn {
    padding: 8px 10px;
  }
}
.pageBarNotification ul li a.dismiss--all--notifications--button {
  border: 1px solid #CDD6E2 !important;
  border-radius: 5px;
  padding: 10px 10px;
  display: flex;
  color: #33475B;
}
.pageBarNotification ul li a.dismiss--all--notifications--button:hover {
  background: #61B2DE;
  color: #FFFFFF;
}
.pageBarNotification ul li a.icon-text-button.active {
  border: 1px solid #61B2DE !important;
  background: none;
  color: #262626;
  font-weight: 500;
}
.pageBarNotification ul li a.icon-text-button.active:hover {
  background: none;
}
.pageBarNotification ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .pageBarNotification ul li:last-child {
    margin-right: 8px;
    margin-left: 8px;
  }
}
.pageBarNotification ul li .email-filter-button {
  color: #61B2DE;
  border: 1px solid #61B2DE;
  background-color: #F4FBFF;
}
.pageBarNotification ul li .email-filter-button:hover {
  background-color: #33475B !important;
  color: #FFFFFF !important;
}
.pageBarNotification ul li .email-filter-active {
  background-color: #33475B !important;
  color: #FFFFFF !important;
}
.pageBarNotification ul li .email-filter-active:hover {
  border: 1px solid #61B2DE;
}
.pageBarNotification ul li .mail-filter-icon {
  margin-right: 0 !important;
}
.pageBarNotification .pageBarNav__img {
  height: 25px;
}
@media screen and (min-width: 768px) {
  .pageBarNotification .pageBarNav__img {
    height: 20px;
  }
}

.toggleHeaderNavigation {
  position: relative;
}
.toggleHeaderNavigation .headerMenuList {
  box-shadow: 0 0 5px #CCCCCC;
  background-color: white;
  display: none;
  left: -0.75rem;
  padding: 0.75rem;
  position: absolute;
  top: -0.75rem;
  z-index: 2000;
}
.toggleHeaderNavigation ul {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}
.toggleHeaderNavigation ul li {
  font-size: 1.5rem;
  text-align: left;
}
.toggleHeaderNavigation ul li a {
  border-bottom: 0;
  color: #212121 !important;
  white-space: nowrap;
}
.toggleHeaderNavigation ul li.active {
  opacity: 0.3;
  pointer-events: none;
}
.toggleHeaderNavigation:hover .headerMenuList {
  display: block;
}

.disclamerDialog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 9900;
}
.disclamerDialog .disclamerContainer {
  max-width: 680px;
  margin: 10% auto;
  padding: 1.5rem;
}
.disclamerDialog h3 {
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.disclamerDialog .productInfo {
  margin: 1.5rem 0;
}
.disclamerDialog .productInfo:before, .disclamerDialog .productInfo:after {
  content: " ";
  display: table;
}
.disclamerDialog .productInfo:after {
  clear: both;
}
.disclamerDialog .productInfo .productLogo {
  height: 169px;
  margin-right: 0.75rem;
  margin-top: 0.75rem;
  width: 300px;
}
.disclamerDialog .productInfo .productLogo .image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.disclamerDialog .productInfo .productLogo.noImage {
  height: auto;
  margin-right: 0;
  margin-top: 0;
  width: auto;
}
.disclamerDialog .productInfo .productName,
.disclamerDialog .productInfo .ticker {
  font-weight: 500;
  font-size: 1.56rem;
}
.disclamerDialog .productInfo .productName {
  font-family: "museo-slab", serif;
}
.disclamerDialog .panelIcon {
  color: #AAAAAA;
  font-size: 3rem;
  margin-right: 0.75rem;
  width: 3rem;
}
.disclamerDialog .button, .disclamerDialog .buttonAction, .disclamerDialog .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .disclamerDialog button {
  margin: 1rem 0 0 0;
}

.disclamerContentContainer {
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(255, 255, 255, 0.98);
  height: 100%;
  width: 100%;
  z-index: 9900;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .disclamerContentContainer {
    pointer-events: all;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 1025px) {
  .disclamerContentContainer {
    pointer-events: all;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.disclamerContentContainer .disclaimeContent {
  max-width: 680px;
  margin: 10% auto;
  padding: 1.5rem;
}
.disclamerContentContainer .closeDisclaimer {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  bottom: unset;
  left: unset;
  background: url(../images/svgIcons/upm_icons_close.svg) 50% 50% no-repeat;
  height: 1.5rem;
  width: 1.5rem;
  z-index: 1000;
}

.dialogMainMessageContainer {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.dialogMainMessage {
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  background-color: #FFFFFF;
  border: 5px solid #EEEEEE;
  font-size: 1.5rem;
  height: 0;
  position: relative;
  text-align: center;
  width: 0;
  z-index: 9000;
}
.dialogMainMessage .successUploadsFinished {
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  background-color: rgba(97, 178, 222, 0.95);
  color: #FFFFFF !important;
  height: 100%;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
  z-index: 5000;
}
.dialogMainMessage .successUploadsFinished .uploadIcon {
  color: #FFFFFF !important;
  margin-top: 3.5rem;
}
.dialogMainMessage .successUploadsFinished .title {
  color: #FFFFFF !important;
}
.dialogMainMessage .successUploadsFinished.show {
  opacity: 1;
  visibility: visible;
}
.dialogMainMessage .svgLoader {
  transition: all 0.25s liner;
  transform: rotate(-90deg);
  animation-name: hartBeat;
  animation-duration: 1.33s;
  animation-iteration-count: infinite;
  height: 100%;
  position: absolute;
  top: 35px;
  width: 100%;
  z-index: 0;
  left: -37px;
}
.dialogMainMessage .svgLoader svg {
  height: 290px;
  width: 290px;
}
.dialogMainMessage .svgLoader #circleLoader {
  stroke-dasharray: 708;
}
.dialogMainMessage .infoCopy {
  position: relative;
  z-index: 500;
}
.dialogMainMessage .uploadIcon {
  margin-top: 1.3rem;
  color: #262626;
}
.dialogMainMessage .zoneIcon {
  color: #AAAAAA;
  font-size: 3rem;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
}
.dialogMainMessage p {
  margin: 0 0 0.75rem;
}
.dialogMainMessage .infoParagraph {
  margin: 0 auto;
  text-align: center;
}
.dialogMainMessage .infoParagraph .fa {
  color: #AAAAAA;
  font-size: 3rem;
  margin-right: 0.75rem;
}

.uploadDialogWithMultipleDropZones {
  position: absolute;
  top: 80px;
  right: 20px;
  bottom: 0;
  left: 80px;
  padding: 0 50px;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 2000;
}
@media screen and (max-width: 767px) {
  .uploadDialogWithMultipleDropZones {
    position: absolute;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 20px;
  }
}
.uploadDialogWithMultipleDropZones .dropZonesContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .uploadDialogWithMultipleDropZones .dropZonesContainer {
    flex-direction: column;
  }
}
.uploadDialogWithMultipleDropZones .dropZonesContainer .dropZone {
  flex-grow: 1;
  flex-shrink: 1;
  transition: all 0.25s ease-in-out;
  height: 100%;
  position: relative;
  width: 50%;
  margin: 0 0 20px 20px;
  padding: 40px 30px;
  border: 1px solid #CDD6E2;
  border-radius: 8px;
  background: none;
}
@media screen and (max-width: 767px) {
  .uploadDialogWithMultipleDropZones .dropZonesContainer .dropZone {
    margin: 0 0 20px 0;
    width: 100%;
  }
}
.uploadDialogWithMultipleDropZones .dropZonesContainer .dropZone.hover {
  background-color: rgba(97, 178, 222, 0.25);
}
.uploadDialogWithMultipleDropZones .dropZonesContainer .dropZone.hover .dropZoneMessage {
  color: #61B2DE;
}
.uploadDialogWithMultipleDropZones .dropZonesContainer .dropZone.hover .dropZoneMessage .zoneIcon {
  color: #61B2DE;
}
.uploadDialogWithMultipleDropZones .dropZonesContainer .dropZone.active {
  background-color: rgba(170, 170, 170, 0.25);
}
.uploadDialogWithMultipleDropZones .dropZonesContainer .dropZone.active .zoneIcon {
  color: #212121;
}
.uploadDialogWithMultipleDropZones .dropZonesContainer .dropZoneMessage {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  color: #262626;
  height: 100%;
  pointer-events: none;
  text-align: center;
}
.uploadDialogWithMultipleDropZones .dropZonesContainer .dropZoneMessage .zoneIcon {
  display: block;
  font-size: 6rem;
  margin-bottom: 3rem;
  text-align: center;
}
.uploadDialogWithMultipleDropZones .dropZonesContainer .dropZoneMessage span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  color: #262626 !important;
}
.uploadDialogWithMultipleDropZones .dropZonesContainer .dropZoneMessage .border {
  border: 2px solid #FFFFFF;
  display: inline-block;
  padding: 3px 5px;
}
.uploadDialogWithMultipleDropZones.show {
  z-index: 90000;
  visibility: visible;
  opacity: 1;
  overflow-x: hidden;
  height: calc(100% - 200px);
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .uploadDialogWithMultipleDropZones.show {
    overflow: auto;
    overflow-x: hidden;
    height: calc(100% - 200px);
    width: 100%;
  }
}
.uploadDialogWithMultipleDropZones.show .dialogMainMessage {
  width: 100%;
  height: 18rem;
  border: 0;
}
.uploadDialogWithMultipleDropZones.show .dropZone {
  pointer-events: all;
}
.uploadDialogWithMultipleDropZones .uploadForm {
  display: none;
}

.uploadTrainingPage .dialogMainMessageContainer .dialogMainMessage .infoParagraph {
  color: #262626;
}
.uploadTrainingPage .uploadDialogWithMultipleDropZones .dropZoneMessage {
  border-color: rgba(170, 170, 170, 0.15);
}
.uploadTrainingPage .uploadDialogWithMultipleDropZones .dropZoneMessage .zoneIcon {
  color: #555555;
}
.uploadTrainingPage .uploadDialogWithMultipleDropZones .dropZoneMessage span {
  color: #AAAAAA;
}

.flexColumne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50px;
  left: 0;
}
.flexColumne .mailMetadataContainer {
  flex-grow: 0;
  flex-shrink: 0;
}
.flexColumne .mailIframeContainer {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-height: 767px) {
  .flexColumne .mailIframeContainer {
    min-height: 480px;
  }
}

.mailMetadataContainer {
  line-height: 2.25rem;
  margin: 0 auto;
  max-width: 768px;
  padding: 1.5rem;
  width: 100%;
}
.mailMetadataContainer label {
  line-height: inherit;
  vertical-align: baseline;
}
.mailMetadataContainer .emailPreview-title {
  font-weight: 500;
  margin-right: 0.5rem;
}
.mailMetadataContainer .fromMeta {
  flex-grow: 1;
  flex-shrink: 1;
}
.mailMetadataContainer .toMeta {
  flex-grow: 1;
  flex-shrink: 1;
}
.mailMetadataContainer .dateMeta {
  flex-grow: 0;
  flex-shrink: 0;
}
.mailMetadataContainer .emailLinkMeta {
  flex-grow: 1;
  flex-shrink: 1;
}

.contributorEmail-attachments {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  align-items: center;
}

.emailAttachments-showMore {
  margin-right: 1rem;
  cursor: pointer;
}

.emailAttachments-showMore.open i {
  transform: rotate(90deg);
}

.mailIframeContainer .iframeScroller {
  padding: 0;
}
.mailIframeContainer .iframeWrapper {
  position: absolute;
  top: unset;
  right: 0;
  bottom: unset;
  left: 0;
  height: 100%;
  margin: 0 auto;
  padding: 0 0.8rem;
  max-width: 768px;
  width: 100%;
}
.mailIframeContainer iframe {
  position: relative;
  width: 100%;
  border: none;
  height: 100%;
  display: block;
}
.mailIframeContainer iframe body {
  margin: 0;
}

.listOfAttachments li {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.listOfAttachments li:last-child {
  margin-right: 0;
}
.listOfAttachments li button,
.listOfAttachments li .button,
.listOfAttachments li .buttonAction,
.listOfAttachments .editCreateMemoPage .pageOptionsContainer ul li button,
.editCreateMemoPage .pageOptionsContainer ul .listOfAttachments li button {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin: 0;
  max-width: 200px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.classification__list .classification__list__wrapper .classification__list__wrapper__table-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 18px;
}
.classification__list .classification__list__wrapper .classification__list__wrapper__table-header .classification__list__wrapper__table-header__empty-space {
  margin-right: 82px;
}
@media screen and (min-width: 540px) {
  .classification__list .classification__list__wrapper .classification__list__wrapper__table-header .classification__list__wrapper__table-header__empty-space {
    margin-right: 6px;
    width: 200px;
  }
}
.classification__list .classification__list__wrapper .classification__list__wrapper__table-header .classification__list__wrapper__table-header__info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
}
.classification__list .classification__list__wrapper .classification__list__wrapper__table-header .classification__list__wrapper__table-header__info .classification__list__wrapper__table-header__info__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
.classification__list .classification__list__wrapper .classification__list__wrapper__table-header .classification__list__wrapper__table-header__info .classification__list__wrapper__table-header__info__box .classification__list__wrapper__table-header__info__box__title {
  color: #777777;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 375px) {
  .classification__list .classification__list__wrapper .classification__list__wrapper__table-header .classification__list__wrapper__table-header__info .classification__list__wrapper__table-header__info__box .classification__list__wrapper__table-header__info__box__title {
    width: 90px;
  }
}
@media screen and (min-width: 440px) {
  .classification__list .classification__list__wrapper .classification__list__wrapper__table-header .classification__list__wrapper__table-header__info .classification__list__wrapper__table-header__info__box .classification__list__wrapper__table-header__info__box__title {
    max-width: 140px;
    width: 100%;
  }
}
@media screen and (min-width: 540px) {
  .classification__list .classification__list__wrapper .classification__list__wrapper__table-header .classification__list__wrapper__table-header__info .classification__list__wrapper__table-header__info__box .classification__list__wrapper__table-header__info__box__title {
    max-width: 100%;
  }
}
.classification__list .classification__list__wrapper .classification__list__wrapper__table-header .classification__list__wrapper__table-header__info .classification__list__wrapper__table-header__info__box .classification__list__wrapper__table-header__info__box__title._active {
  color: #212121;
  font-weight: 900;
}
.classification__list .classification__list__wrapper .classification__list__wrapper__table-header .classification__list__wrapper__table-header__info .classification__list__wrapper__table-header__info__box .classification__list__wrapper__table-header__info__box__selection {
  margin-bottom: 16px;
  margin-top: 0;
  text-align: center;
  font-size: 0.8rem;
}
.classification__list .classification__list__wrapper .classification__list__wrapper__table-header .classification__list__wrapper__table-header__info .classification__list__wrapper__table-header__info__box .classification__list__wrapper__table-header__info__box__selection span {
  color: #61B2DE;
  cursor: pointer;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .classification__list .classification__list__wrapper .classification__list__wrapper__table-header .classification__list__wrapper__table-header__info .classification__list__wrapper__table-header__info__box .classification__list__wrapper__table-header__info__box__selection span {
    display: block;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .classification__list .classification__list__wrapper .classification__list__wrapper__table-header .classification__list__wrapper__table-header__info .classification__list__wrapper__table-header__info__box .classification__list__wrapper__table-header__info__box__selection span {
    display: block;
    margin-right: 0 !important;
  }
}
.classification__list .classification__list__wrapper .classification__list__wrapper__table-header .classification__list__wrapper__table-header__info .classification__list__wrapper__table-header__info__box .classification__list__wrapper__table-header__info__box__selection span:hover {
  text-decoration: underline;
}
.classification__list .classification__list__wrapper .classification__list__wrapper__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 540px) {
  .classification__list .classification__list__wrapper .classification__list__wrapper__box .classification__list__wrapper__box__label {
    width: 200px;
  }
}
.classification__list .classification__list__wrapper .classification__list__wrapper__box .classification__list__wrapper__box__label .classification__list__wrapper__box__label__name {
  line-height: 24px;
  height: 60px;
  display: flex;
  align-items: center;
  background: #F6F6F6;
  padding-left: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .classification__list .classification__list__wrapper .classification__list__wrapper__box .classification__list__wrapper__box__label .classification__list__wrapper__box__label__name {
    padding-left: 15px;
  }
}
.classification__list .classification__list__wrapper .classification__list__wrapper__box .classification__list__wrapper__box__label .classification__list__wrapper__box__label__name span {
  color: #262626;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .classification__list .classification__list__wrapper .classification__list__wrapper__box .classification__list__wrapper__box__label .classification__list__wrapper__box__label__name span {
    font-size: 1rem;
  }
}
.classification__list .classification__list__wrapper .classification__list__wrapper__box .classification__list__wrapper__box__checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
}
.classification__list .classification__list__wrapper .classification__list__wrapper__box .classification__list__wrapper__box__checkbox .classification__list__wrapper__box__checkbox__column {
  width: 50%;
}
.classification__list .classification__list__wrapper .classification__list__wrapper__box .classification__list__wrapper__box__checkbox .classification__list__wrapper__box__checkbox__column .checkboxComponent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 0;
  height: 60px;
  background: #F6F6F6;
  margin-bottom: 10px;
}
.classification__list .classification__list__wrapper .classification__list__wrapper__box .classification__list__wrapper__box__checkbox .classification__list__wrapper__box__checkbox__column .checkboxComponent .iconCheckboxWrapper {
  margin-right: 0;
}
.classification__list ._upm-default-button-margin {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.classification__list ._upm-default-button-margin .save-classification-text {
  margin-left: 16px;
}

.navigationButton {
  border-radius: 50%;
  box-shadow: 0 0px 15px rgba(204, 204, 204, 0.75);
  transition: all 0.75s ease-in-out;
  background: rgba(33, 33, 33, 0.2);
  border-bottom: 0;
  font-size: 1rem;
  height: 30px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  text-align: center;
  width: 30px;
  z-index: 8000;
}
.navigationButton i {
  pointer-events: none;
  transition: all 0s ease-in-out;
}
.navigationButton:hover {
  background: rgba(33, 33, 33, 0.4);
  border-bottom: 0;
}
.navigationButton:focus {
  background: rgba(33, 33, 33, 0.2);
  border-bottom: 0;
}
.navigationButton:active {
  box-shadow: 0 0px 10px rgba(97, 178, 222, 0.3);
  background: rgba(33, 33, 33, 0.2) !important;
  border-bottom: 0;
}
.navigationButton.mainNavigationButton, .navigationButton.loginButton {
  bottom: 1.5rem;
  left: 1.5rem;
}
.navigationButton.mainNavigationButton .icon-upmonth-bar, .navigationButton.loginButton .icon-upmonth-bar {
  display: block;
}
.navigationButton.mainNavigationButton .icon-upmonth-close, .navigationButton.loginButton .icon-upmonth-close {
  display: none;
}
.navigationButton.analyticsButton {
  background: rgba(33, 33, 33, 0.3);
  bottom: 1.85rem;
  right: 1.5rem;
  z-index: 9000;
}
.navigationButton.analyticsButton i {
  display: none;
}
.navigationButton.analyticsButton .icon-upmonth-bar-v-1 {
  display: block;
}
.navigationButton.analyticsButton.hide {
  display: none !important;
}
.navigationButton.analyticsButton.buttonActiveState .icon-upmonth-bar-v-1 {
  display: none;
}
.navigationButton.analyticsButton.buttonActiveState .icon-upmonth-bar-v-2 {
  display: block;
}
.navigationButton.analyticsButton.status-2 {
  z-index: 9010;
}
.navigationButton.analyticsButton.status-2 .icon-upmonth-bar-v-1 {
  display: none;
}
.navigationButton.analyticsButton.status-2 .icon-upmonth-bar-v-3 {
  display: block;
}
.navigationButton.analyticsButton.active {
  background: rgba(33, 33, 33, 0.2) !important;
  z-index: 9010;
}
.navigationButton.analyticsButton.active .icon-upmonth-bar-v-3 {
  display: block;
}
.navigationButton.analyticsButton:active {
  background: rgba(33, 33, 33, 0.3);
  box-shadow: 0 0px 10px rgba(97, 178, 222, 0.3);
}
.navigationButton.analyticsButton:hover {
  background: rgba(33, 33, 33, 0.4);
}
.navigationButton.backToSearchButton {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.3);
  height: 40px;
  right: 0.75rem;
  top: 0.75rem;
  width: 40px;
}
.navigationButton.backToSearchButton img {
  width: 100%;
  pointer-events: none;
}
.navigationButton.backToSearchButton.hide {
  display: none !important;
}
.navigationButton.backToSearchButton:active {
  background-color: rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 0px 10px rgba(97, 178, 222, 0.3);
}
.navigationButton.backToSearchButton:hover {
  color: #61B2DE !important;
}
.navigationButton.helpButton {
  background-color: rgba(255, 255, 255, 0.3);
  color: #AAAAAA;
  right: 1.5rem;
  top: 1.5rem;
  z-index: 8002;
}
.navigationButton.helpButton.hide {
  display: none;
}
.navigationButton.helpButton:active {
  background-color: rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 0px 10px rgba(97, 178, 222, 0.3);
}
.navigationButton.helpButton .icon-upmonth-close {
  display: none;
}
.navigationButton.helpButton .fa {
  display: inline-block;
}
.navigationButton.helpButton.active .icon-upmonth-close {
  display: inline-block;
}
.navigationButton.helpButton.active .fa {
  display: none;
}
.navigationButton.active {
  z-index: 9000;
  background-color: #61b2de;
}
.navigationButton.active.mainNavigationButton .icon-upmonth-bar, .navigationButton.active.loginButton .icon-upmonth-bar {
  display: none;
}
.navigationButton.active.mainNavigationButton .icon-upmonth-close, .navigationButton.active.loginButton .icon-upmonth-close {
  display: block;
}
.navigationButton.loginButton {
  bottom: 1.5rem;
  left: 1.5rem;
}
.navigationButton.homeButton, .navigationButton.commandLineButton {
  transition: none;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  background-color: transparent;
  color: #61B2DE;
  font-size: 3rem;
  overflow: visible;
  z-index: 8360;
}
.navigationButton.homeButton img, .navigationButton.commandLineButton img {
  display: block;
  width: 76%;
  pointer-events: none;
}
.navigationButton.homeButton:active, .navigationButton.commandLineButton:active {
  background-color: rgba(23, 23, 23, 0) !important;
  color: #61B2DE;
}
.navigationButton.homeButton .svgUpmLogo, .navigationButton.commandLineButton .svgUpmLogo {
  transform: translateZ(1px);
  color: #61B2DE !important;
  line-height: inherit;
  margin-top: 3px;
  margin: 0;
  width: 40px;
}
.navigationButton.homeButton .svgClIcon, .navigationButton.commandLineButton .svgClIcon {
  animation-name: hartBeat;
  animation-duration: 5.45s;
  animation-iteration-count: infinite;
}
.navigationButton.homeButton .icon-upmonth-command-line-bold, .navigationButton.commandLineButton .icon-upmonth-command-line-bold {
  animation-name: hartBeat;
  animation-duration: 1.33s;
  animation-iteration-count: infinite;
  display: inline-block;
  font-size: 2rem;
  color: #61B2DE;
}
.navigationButton.commandLineButton {
  animation-name: leaveLeftAndReturnToDefault;
  animation-duration: 0.9s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  height: 2.25rem;
  line-height: 1rem;
  pointer-events: none;
  top: 1.2rem;
  width: 2.25rem;
}
.navigationButton.commandLineButton.active {
  animation-name: leaveLeftAndReturn;
  animation-duration: 0.9s;
  animation-iteration-count: 1;
  animation-fill-mode: backrwards;
  color: #61B2DE;
  pointer-events: all;
  z-index: 8395;
}
.navigationButton.commandLineButton.active .icon-upmonth-command-line-bold {
  animation-name: none;
}
.navigationButton.homeButton {
  transition: all 0.25s ease-in-out;
  height: 51px;
  left: 0.75rem;
  line-height: 42px;
  opacity: 1;
  top: 0.55rem;
  visibility: visible;
  width: 43px;
}
.navigationButton.homeButton.hide {
  visibility: hidden;
  opacity: 0;
}

.navigationDialog {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.35s ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.98) url(../images/upmonth-logo-background-grey.png) 50% 50% no-repeat;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: 8500;
}
.navigationDialog.show {
  visibility: visible;
  opacity: 1;
}
.navigationDialog .centerList {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  height: 100%;
}
.navigationDialog ul li {
  font-size: 1.75rem;
  font-weight: 300;
  margin: 1.5rem 0;
  padding: 0.75rem;
  text-align: center;
}
.navigationDialog ul li a {
  transition: all 0.25s ease-in-out;
}
.navigationDialog ul li a.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.navigationDialog ul li a.activated {
  font-weight: 700;
}
@media screen and (max-width: 320px) {
  .navigationDialog ul li {
    font-size: 1.125rem;
    margin: 0.75rem 0;
    padding: 0.75rem;
  }
}
@media screen and (min-width: 321px) and (max-width: 640px) {
  .navigationDialog ul li {
    font-size: 1.125rem;
    margin: 0.25rem 0;
    padding: 0.25rem;
  }
}
.navigationDialog ul:hover li a {
  color: #CCCCCC;
}
.navigationDialog ul:hover li a:hover {
  color: #61B2DE;
}

.helpDialog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(255, 255, 255, 0.95);
  z-index: 2000;
}
.helpDialog .helpDialogContent {
  margin-top: 6rem;
}
.helpDialog .appMainScrollBody {
  top: 9rem;
}

.bannerContainer {
  border-radius: 5px;
  box-shadow: 0 0 15px #EEEEEE;
  border: 1px solid #EEEEEE;
  font-size: 1.5rem;
  margin: 1.5rem auto;
  max-width: 480px;
  padding: 1.5rem;
  text-transform: capitalize;
}
.bannerContainer:before, .bannerContainer:after {
  content: " ";
  display: table;
}
.bannerContainer:after {
  clear: both;
}
.bannerContainer .fa {
  font-size: 3rem;
  margin-right: 1.5rem;
}
.bannerContainer:hover {
  box-shadow: none;
}
.bannerContainer a {
  border-bottom: 0;
}

.demo-example {
  margin-bottom: 2em;
}

.demo-example > label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.position-menu-within {
  width: 18em;
  height: 15em;
  background: #eee;
  overflow: auto;
  padding: 2em 0 0 2em;
}

.modal-example .multi-select-menu {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 50%;
  min-width: 0;
  overflow: auto;
  border: none;
  border-radius: 0.3em;
  box-shadow: 0 1em 3em rgba(0, 0, 0, 0.4);
}

.modal-example .multi-select-menuitem {
  font-size: 1em;
  padding: 1.5em 2.5em 1.5em 3.5em;
}

.modal-example .multi-select-menuitem + .multi-select-menuitem {
  padding-top: 0;
}

.modal-example .multi-select-menuitem input {
  margin-left: -2.5em;
}

.multi-select-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.multi-select-container--open .multi-select-modal {
  display: block;
}

.multi-select-container {
  display: inline-block;
  position: relative;
}

.multi-select-menu {
  position: absolute;
  left: 0;
  top: 0.8em;
  z-index: 1;
  float: left;
  min-width: 100%;
  background: #fff;
  margin: 1em 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
}

.multi-select-menuitem {
  display: block;
  font-size: 0.875em;
  padding: 0.6em 1em 0.6em 30px;
  white-space: nowrap;
}

.multi-select-menuitem--titled:before {
  display: block;
  font-weight: bold;
  content: attr(data-group-title);
  margin: 0 0 0.25em -20px;
}

.multi-select-menuitem--titledsr:before {
  display: block;
  font-weight: bold;
  content: attr(data-group-title);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.multi-select-menuitem + .multi-select-menuitem {
  padding-top: 0;
}

.multi-select-presets {
  border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
  position: absolute;
  margin-top: 0.25em;
  margin-left: -20px;
}

.multi-select-button {
  display: inline-block;
  font-size: 0.875em;
  padding: 0.2em 0.6em;
  max-width: 16em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -0.5em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: default;
}

.multi-select-button:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: #999 transparent transparent transparent;
  margin-left: 0.4em;
  vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu {
  display: block;
}

.multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
  /* Avoid border/padding on menu messing with JavaScript width calculation */
  box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
  /* Allow labels to line wrap when menu is artificially narrowed */
  white-space: normal;
}

/*!
 * froala_editor v2.0.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms
 * Copyright 2014-2015 Froala Labs
 */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
}

.fr-element,
.fr-element:focus {
  outline: 0px solid transparent;
}

.fr-element {
  background: transparent;
  color: #000000;
  position: relative;
  z-index: 2;
  text-align: initial;
  -webkit-user-select: auto;
}

.fr-element img {
  max-width: calc(100% - 10px);
}

.fr-element.fr-disabled {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-element [contenteditable=false] {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-box.fr-basic .fr-element {
  padding: 10px;
}

iframe.fr-iframe {
  width: 100%;
  border: none;
  position: relative;
  display: block;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fr-wrapper {
  position: relative;
  z-index: 1;
}

.fr-wrapper .fr-placeholder {
  position: absolute;
  font-size: 12px;
  color: #AAAAAA;
  z-index: 1;
  display: none;
  top: 0;
  left: 0;
}

.fr-wrapper.show-placeholder .fr-placeholder {
  display: block;
}

.fr-wrapper ::selection {
  background: #b5d6fd;
  color: #000000;
}

.fr-wrapper ::-moz-selection {
  background: #b5d6fd;
  color: #000000;
}

.fr-box.fr-rtl .fr-wrapper .fr-placeholder {
  right: 0;
  left: auto;
}

.fr-box.fr-basic .fr-wrapper {
  background: #FFFFFF;
  border: 0px;
  border-top: 0;
}

.fr-box.fr-basic .fr-wrapper .fr-placeholder {
  top: 10px;
  left: 10px;
}

.fr-box.fr-basic.fr-rtl .fr-wrapper .fr-placeholder {
  right: 10px;
  left: auto;
}

.fr-box.fr-basic.fr-top .fr-wrapper {
  border-top: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
}

.fr-box.fr-basic.fr-bottom .fr-wrapper {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 0;
  /* -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
   -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
   box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
}

.fr-tooltip {
  position: absolute;
  z-index: 90001 !important;
  top: 0;
  left: 0;
  padding: 0 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
   -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);*/
  background: #262626;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: -3000px;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 9997;
}

.fr-tooltip.fr-visible {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-toolbar {
  color: #262626;
  background: #FFFFFF;
  position: relative;
  z-index: 90000;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 0 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  text-align: left;
  border: 0px;
  border-top: 1px solid #262626;
}

.fr-toolbar::after {
  clear: both;
  display: block;
  content: "";
}

.fr-toolbar.fr-rtl {
  text-align: right;
}

.fr-toolbar.fr-inline {
  display: none;
}

.fr-toolbar.fr-inline.fr-desktop {
  white-space: nowrap;
  position: absolute;
  z-index: 90000;
  margin-top: 10px;
}

.fr-toolbar.fr-inline.fr-desktop .fr-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #262626;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -5px;
  display: inline-block;
}

.fr-toolbar.fr-inline.fr-desktop.fr-above {
  margin-top: -10px;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-bottom: 5px solid #262626;
  border-top: 0;
}

.fr-toolbar.fr-inline.fr-desktop.fr-above .fr-arrow {
  top: auto;
  bottom: -9px;
  border-bottom: 0;
  border-top-color: inherit;
  border-top-style: solid;
  border-top-width: 5px;
}

.fr-toolbar.fr-inline.fr-mobile {
  left: 0;
  right: 0;
  width: auto !important;
}

.fr-toolbar.fr-top {
  top: 0;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
}

.fr-toolbar.fr-bottom {
  bottom: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.fr-separator {
  background: #ebebeb;
  display: block;
  vertical-align: top;
  float: left;
}

.fr-separator + .fr-separator {
  display: none;
}

.fr-separator.fr-vs {
  height: 33px;
  width: 1px;
  margin: 2px;
}

.fr-separator.fr-hs {
  clear: both;
  height: 1px;
  width: calc(100% - 4px);
  margin: 0 2px;
}

.fr-separator.fr-hidden {
  display: none !important;
}

.fr-rtl .fr-separator {
  float: right;
}

.fr-toolbar.fr-inline .fr-separator.fr-hs {
  float: none;
}

.fr-toolbar.fr-inline .fr-separator.fr-vs {
  float: none;
  display: inline-block;
}

.fr-toolbar .fr-command.fr-btn,
.fr-popup .fr-command.fr-btn {
  background: transparent;
  color: #262626;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  margin: 0px 2px;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  float: left;
  padding: 0;
}

.fr-toolbar .fr-command.fr-btn i,
.fr-popup .fr-command.fr-btn i {
  font-size: 15px;
  width: 15px;
  margin: 11px 11.5px;
  text-align: center;
  float: none;
}

.fr-toolbar .fr-command.fr-btn span,
.fr-popup .fr-command.fr-btn span {
  font-size: 14px;
  display: block;
  line-height: 14px;
  margin: 11px 11.5px;
  min-width: 15px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 15px;
}

.fr-sr-only {
  display: none !important;
}

.fr-toolbar .fr-command.fr-btn img,
.fr-popup .fr-command.fr-btn img {
  margin: 11px 11.5px;
  width: 15px;
}

.fr-toolbar .fr-command.fr-btn.fr-active,
.fr-popup .fr-command.fr-btn.fr-active {
  color: #1e88e5;
  background: transparent;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown,
.fr-popup .fr-command.fr-btn.fr-dropdown {
  width: auto;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown i,
.fr-popup .fr-command.fr-btn.fr-dropdown i,
.fr-toolbar .fr-command.fr-btn.fr-dropdown span,
.fr-popup .fr-command.fr-btn.fr-dropdown span,
.fr-toolbar .fr-command.fr-btn.fr-dropdown img,
.fr-popup .fr-command.fr-btn.fr-dropdown img {
  margin-left: 7.5px;
  margin-right: 15.5px;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
  color: #262626;
  background: #d6d6d6;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus {
  background: #d6d6d6 !important;
  color: #262626 !important;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after {
  border-top-color: #262626 !important;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown::after,
.fr-popup .fr-command.fr-btn.fr-dropdown::after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #262626;
  right: 3.75px;
  top: 16.5px;
  content: "";
}

.fr-toolbar .fr-command.fr-btn.fr-disabled,
.fr-popup .fr-command.fr-btn.fr-disabled {
  color: #bdbdbd;
  cursor: default;
}

.fr-toolbar .fr-command.fr-btn.fr-disabled::after,
.fr-popup .fr-command.fr-btn.fr-disabled::after {
  border-top-color: #bdbdbd !important;
}

.fr-toolbar .fr-command.fr-btn.fr-hidden,
.fr-popup .fr-command.fr-btn.fr-hidden {
  display: none;
}

.fr-toolbar.fr-disabled .fr-btn,
.fr-popup.fr-disabled .fr-btn,
.fr-toolbar.fr-disabled .fr-btn.fr-active,
.fr-popup.fr-disabled .fr-btn.fr-active {
  color: #bdbdbd;
}

.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,
.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
  border-top-color: #bdbdbd;
}

.fr-toolbar.fr-rtl .fr-command.fr-btn,
.fr-popup.fr-rtl .fr-command.fr-btn {
  float: right;
}

.fr-desktop .fr-command:hover,
.fr-desktop .fr-command:focus {
  color: #262626;
  background: #ebebeb;
}

.fr-desktop .fr-command:hover::after,
.fr-desktop .fr-command:focus::after {
  border-top-color: #262626 !important;
}

.fr-desktop .fr-command.fr-selected {
  color: #262626;
  background: #d6d6d6;
}

.fr-desktop .fr-command.fr-active:hover,
.fr-desktop .fr-command.fr-active:focus {
  color: #1e88e5;
  background: #ebebeb;
}

.fr-desktop .fr-command.fr-active.fr-selected {
  color: #1e88e5;
  background: #d6d6d6;
}

.fr-desktop .fr-command.fr-disabled:hover,
.fr-desktop .fr-command.fr-disabled:focus,
.fr-desktop .fr-command.fr-disabled.fr-selected {
  background: transparent;
}

.fr-desktop.fr-disabled .fr-command:hover,
.fr-desktop.fr-disabled .fr-command:focus,
.fr-desktop.fr-disabled .fr-command.fr-selected {
  background: transparent;
}

.fr-toolbar.fr-mobile .fr-command.fr-blink,
.fr-popup.fr-mobile .fr-command.fr-blink {
  background: transparent;
}

.fr-command.fr-btn + .fr-dropdown-menu {
  display: inline-block;
  position: absolute;
  right: auto;
  bottom: auto;
  height: auto;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  z-index: 3;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
  background: #FFFFFF;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 0;
  margin: auto;
  display: inline-block;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: max-height 0.2s ease 0s;
  -moz-transition: max-height 0.2s ease 0s;
  -ms-transition: max-height 0.2s ease 0s;
  -o-transition: max-height 0.2s ease 0s;
  margin-top: 0;
  float: left;
  max-height: 0;
  height: 0;
  margin-top: 0 !important;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
  overflow: auto;
  position: relative;
  max-height: 275px;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
  padding: 0 24px;
  line-height: 200%;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background: #d6d6d6;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
  color: #bdbdbd;
  cursor: default;
}

.fr-command.fr-btn.fr-active + .fr-dropdown-menu {
  display: inline-block;
}

.fr-command.fr-btn.fr-active + .fr-dropdown-menu .fr-dropdown-wrapper {
  height: auto;
  max-height: 275px;
}

.fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar.fr-rtl .fr-dropdown-wrapper,
.fr-popup.fr-rtl .fr-dropdown-wrapper {
  text-align: right !important;
}

.fr-popup {
  position: absolute;
  display: none;
  color: #262626;
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-top: 10px;
  z-index: 9995;
  text-align: left;
  border: 0px;
  border-top: 1px solid #262626;
}

.fr-popup.fr-above {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 5px solid #262626;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.fr-popup.fr-active {
  display: block;
}

.fr-popup.fr-hidden {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-popup .fr-hs {
  display: block !important;
}

.fr-popup .fr-input-line {
  position: relative;
  padding: 8px 0;
}

.fr-popup .fr-input-line input[type=text],
.fr-popup .fr-input-line textarea {
  width: 100%;
  margin: 0px 0 1px 0;
  border: none;
  border-bottom: solid 1px #bdbdbd;
  color: #262626;
  font-size: 14px;
  padding: 6px 0 2px;
  background: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 2;
}

.fr-popup .fr-input-line input[type=text]:focus,
.fr-popup .fr-input-line textarea:focus {
  border-bottom: solid 2px #1e88e5;
  margin-bottom: 0px;
}

.fr-popup .fr-input-line input + span,
.fr-popup .fr-input-line textarea + span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0);
  -webkit-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  z-index: 1;
}

.fr-popup .fr-input-line input.fr-not-empty:focus + span,
.fr-popup .fr-input-line textarea.fr-not-empty:focus + span {
  color: #1e88e5;
}

.fr-popup .fr-input-line input.fr-not-empty + span,
.fr-popup .fr-input-line textarea.fr-not-empty + span {
  color: #808080;
}

.fr-popup input,
.fr-popup textarea {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

.fr-popup textarea {
  resize: none;
}

.fr-popup .fr-buttons {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 0 2px;
  white-space: nowrap;
  line-height: 0;
  border-bottom: 0px;
}

.fr-popup .fr-buttons::after {
  clear: both;
  display: block;
  content: "";
}

.fr-popup .fr-buttons .fr-btn {
  display: inline-block;
  float: none;
}

.fr-popup .fr-buttons .fr-btn i {
  float: left;
}

.fr-popup .fr-buttons .fr-separator {
  display: inline-block;
  float: none;
}

.fr-popup .fr-layer {
  width: 225px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px;
  display: none;
}

@media (min-width: 768px) {
  .fr-popup .fr-layer {
    width: 300px;
  }
}
.fr-popup .fr-layer.fr-active {
  display: inline-block;
}

.fr-popup .fr-action-buttons {
  z-index: 7;
  height: 36px;
  text-align: right;
}

.fr-popup .fr-action-buttons button.fr-command {
  height: 36px;
  line-height: 1;
  color: #1e88e5;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
}

.fr-popup .fr-action-buttons button.fr-command + button {
  margin-left: 24px;
}

.fr-popup .fr-action-buttons button.fr-command:hover,
.fr-popup .fr-action-buttons button.fr-command:focus {
  background: #ebebeb;
  color: #1e88e5;
}

.fr-popup .fr-action-buttons button.fr-command:active {
  background: #d6d6d6;
  color: #1e88e5;
}

.fr-popup .fr-action-buttons button::-moz-focus-inner {
  border: 0;
}

.fr-popup .fr-checkbox {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: middle;
}

.fr-popup .fr-checkbox svg {
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  width: 10px;
  height: 10px;
}

.fr-popup .fr-checkbox span {
  border: solid 1px #262626;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
}

.fr-popup .fr-checkbox input {
  position: absolute;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border: 0 none;
  cursor: pointer;
  height: 16px;
  margin: 0;
  padding: 0;
  width: 16px;
  top: 1px;
  left: 1px;
}

.fr-popup .fr-checkbox input:checked + span {
  background: #1e88e5;
  border-color: #1e88e5;
}

.fr-popup .fr-checkbox input:checked + span svg {
  display: block;
}

.fr-popup .fr-checkbox input:focus + span {
  border-color: #1e88e5;
}

.fr-popup .fr-checkbox-line {
  font-size: 14px;
  line-height: 1.4px;
  margin-top: 10px;
}

.fr-popup .fr-checkbox-line label {
  cursor: pointer;
  margin: 0 5px;
  vertical-align: middle;
}

.fr-popup.fr-rtl {
  direction: rtl;
  text-align: right;
}

.fr-popup.fr-rtl .fr-action-buttons {
  text-align: left;
}

.fr-popup.fr-rtl .fr-input-line input + span,
.fr-popup.fr-rtl .fr-input-line textarea + span {
  left: auto;
  right: 0;
}

.fr-popup.fr-desktop .fr-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #262626;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -5px;
  display: inline-block;
}

.fr-popup.fr-desktop.fr-above .fr-arrow {
  top: auto;
  bottom: -9px;
  border-bottom: 0;
  border-top-color: inherit;
  border-top-style: solid;
  border-top-width: 5px;
}

.fr-text-edit-layer {
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block !important;
}

.fr-visibility-helper {
  display: none;
  margin-left: 0px !important;
}

@media (min-width: 768px) {
  .fr-visibility-helper {
    margin-left: 1px !important;
  }
}
@media (min-width: 992px) {
  .fr-visibility-helper {
    margin-left: 2px !important;
  }
}
@media (min-width: 1200px) {
  .fr-visibility-helper {
    margin-left: 3px !important;
  }
}
.fr-opacity-0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-box {
  position: relative;
}

/**
 * Postion sticky hacks.
 */
.fr-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

.fr-sticky-off {
  position: relative;
}

.fr-sticky-on {
  position: fixed;
}

.fr-sticky-on.fr-sticky-ios {
  position: absolute;
  left: 0;
  right: 0;
  width: auto !important;
}

.fr-sticky-dummy {
  display: none;
}

.fr-sticky-on + .fr-sticky-dummy {
  display: block;
}

/*!
 * froala_editor v2.0.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms
 * Copyright 2014-2015 Froala Labs
 */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
}

.fr-view {
  /**
   * Image style.
   */
  /**
   * Video style
   */
}

.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}

.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
  border-style: dashed;
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}

.fr-view table td,
.fr-view table th {
  border: 1px solid #E3E3E3;
}

.fr-view table td:empty,
.fr-view table th:empty {
  height: 20px;
}

.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
  border: 1px double red;
}

.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
  border-width: 2px;
}

.fr-view table th {
  background: #e6e6e6;
}

.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always;
}

.fr-view .fr-file {
  position: relative;
}

.fr-view .fr-file::after {
  position: relative;
  content: "📎";
  font-weight: normal;
}

.fr-view pre {
  word-wrap: break-word;
}

.fr-view blockquote {
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  padding-left: 5px;
  color: #5e35b1;
}

.fr-view blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4;
}

.fr-view blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047;
}

.fr-view a.fr-strong {
  font-weight: 700;
}

.fr-view a.fr-green {
  color: green;
}

.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}

.fr-view .fr-text-gray {
  color: #AAAAAA !important;
}

.fr-view .fr-text-bordered {
  border-top: solid 1px #262626;
  border-bottom: solid 1px #262626;
  padding: 10px 0;
}

.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}

.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}

.fr-view img {
  z-index: 3;
  position: relative;
  overflow: auto;
  cursor: pointer;
}

.fr-view img.fr-dib {
  margin: auto;
  display: block;
  float: none;
  vertical-align: top;
  margin-top: 5px;
  margin-bottom: 5px;
}

.fr-view img.fr-dib.fr-fil {
  margin: 5px auto 5px 0;
  left: 5px;
}

.fr-view img.fr-dib.fr-fir {
  margin: 5px 0 5px auto;
  right: 5px;
}

.fr-view img.fr-dii {
  margin: auto;
  display: inline-block;
  float: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.fr-view img.fr-dii.fr-fil {
  margin: 5px 10px 5px 0;
  left: 5px;
  float: left;
}

.fr-view img.fr-dii.fr-fir {
  margin: 5px 0 5px 10px;
  right: 5px;
  float: right;
}

.fr-view img.fr-rounded {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-view img.fr-bordered {
  border: solid 10px #CCCCCC;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fr-view .fr-video {
  text-align: center;
  position: relative;
}

.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}

.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}

.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}

.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}

.fr-view .fr-video.fr-dvi {
  display: inline-block;
}

.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}

.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}

/*!
 * froala_editor v2.0.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms
 * Copyright 2014-2015 Froala Labs
 */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
}

textarea.fr-code {
  display: none;
  width: 100%;
  resize: none;
  -moz-resize: none;
  -webkit-resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 10px;
  margin: 0px;
  font-family: "Courier New", monospace;
  font-size: 14px;
  background: #FFFFFF;
  color: #000000;
  outline: none;
}

.fr-box.fr-rtl textarea.fr-code {
  direction: rtl;
}

.fr-box .CodeMirror {
  display: none;
}

.fr-box.fr-code-view textarea.fr-code {
  display: block;
  min-height: 150px;
}

.fr-box.fr-code-view.fr-inline {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.fr-box.fr-code-view .fr-element,
.fr-box.fr-code-view .fr-placeholder,
.fr-box.fr-code-view .fr-iframe {
  display: none;
}

.fr-box.fr-code-view .CodeMirror {
  display: block;
}

.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
  display: block;
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: none;
  background: #FFFFFF;
  color: #262626;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  padding: 11px 11.5px;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
  font-size: 15px;
  width: 15px;
  text-align: center;
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
  background: #ebebeb;
}

/*!
 * froala_editor v2.0.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms
 * Copyright 2014-2015 Froala Labs
 */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
}

.fr-popup .fr-colors-tabs {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 5px;
  line-height: 16px;
  margin-left: -2px;
  margin-right: -2px;
}

.fr-popup .fr-colors-tabs .fr-colors-tab {
  display: inline-block;
  width: 50%;
  cursor: pointer;
  text-align: center;
  color: #262626;
  font-size: 13px;
  padding: 8px 0;
  position: relative;
}

.fr-popup .fr-colors-tabs .fr-colors-tab:hover {
  color: #1e88e5;
}

.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1=background]::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1e88e5;
  content: "";
  -webkit-transition: transform 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s;
  -ms-transition: transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
}

.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
  color: #1e88e5;
}

.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text] ~ [data-param1=background]::after {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
}

.fr-popup .fr-separator + .fr-colors-tabs {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: 2px;
  margin-right: 2px;
}

.fr-popup .fr-color-set {
  line-height: 0;
  display: none;
}

.fr-popup .fr-color-set.fr-selected-set {
  display: block;
}

.fr-popup .fr-color-set > span {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 1;
}

.fr-popup .fr-color-set > span > i {
  text-align: center;
  line-height: 32px;
  height: 32px;
  width: 32px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  cursor: default;
  left: 0;
}

.fr-popup .fr-color-set > span.fr-selected-color::after {
  color: #FFFFFF;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  cursor: default;
}

.fr-popup .fr-color-set > span:hover,
.fr-popup .fr-color-set > span.fr-selected-color {
  outline: 1px solid #262626;
  z-index: 2;
}

.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text] ~ [data-param1=background]::after {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
}

/*!
 * froala_editor v2.0.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms
 * Copyright 2014-2015 Froala Labs
 */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
}

.fr-popup .fr-emoticon {
  display: inline-block;
  font-size: 20px;
  width: 30px;
  padding: 5px;
  line-height: 1;
  cursor: default;
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
}

/*!
 * froala_editor v2.0.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms
 * Copyright 2014-2015 Froala Labs
 */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
}

body.prevent-scroll {
  overflow: hidden;
}

body.prevent-scroll.fr-mobile {
  position: fixed;
  -webkit-overflow-scrolling: touch;
}

.fr-modal {
  position: fixed;
  overflow-x: auto;
  overflow-y: scroll;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 9999;
}

.fr-modal .fr-modal-wrapper {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 20px auto;
  display: inline-block;
  background: #FFFFFF;
  min-width: 300px;
  text-align: center;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border: 0px;
  border-top: 5px solid #262626;
  overflow: hidden;
  width: 90%;
  padding-bottom: 10px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .fr-modal .fr-modal-wrapper {
    margin: 30px auto;
    width: 70%;
  }
}
@media (min-width: 992px) {
  .fr-modal .fr-modal-wrapper {
    margin: 50px auto;
    width: 600px;
  }
}
.fr-modal .fr-modal-wrapper .fr-preloader {
  display: block;
  margin: 50px auto;
}

.fr-modal .fr-modal-wrapper .fr-modal-title {
  background: #FFFFFF;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-bottom: 0px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 3;
  -webkit-transition: height 0.2s ease 0s;
  -moz-transition: height 0.2s ease 0s;
  -ms-transition: height 0.2s ease 0s;
  -o-transition: height 0.2s ease 0s;
}

.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line::after {
  clear: both;
  display: block;
  content: "";
}

.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line h4 {
  font-size: 18px;
  color: #262626;
  padding: 12px 10px;
  margin: 0;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  float: left;
}

.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i {
  padding: 12px;
  width: 20px;
  font-size: 16px;
  cursor: pointer;
  line-height: 18px;
  color: #262626;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i.fr-modal-more {
  float: left;
  opacity: 1;
  -webkit-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
  -moz-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
  -ms-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
}

.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i.fr-modal-more.fr-not-available {
  opacity: 0;
  width: 0;
  padding: 12px 0;
}

.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i.fr-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
}

.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-tags {
  text-align: left;
  display: none;
}

.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-tags a {
  display: inline-block;
  opacity: 0;
  padding: 6px 8px;
  margin: 8px 0 8px 8px;
  text-decoration: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #1e88e5;
  -webkit-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  cursor: pointer;
}

.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-tags a:focus {
  outline: none;
}

.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-tags a.fr-selected-tag {
  background: #d6d6d6;
}

.fr-modal .fr-modal-wrapper div.fr-scroller {
  height: 100%;
  min-height: 150px;
  overflow-y: scroll;
}

.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list {
  margin: 0 10px;
  padding: 0;
}

.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list::after {
  clear: both;
  display: block;
  content: "";
}

.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list .fr-list-column {
  float: left;
  width: calc((100% - 10px) / 2);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list .fr-list-column {
    width: calc((100% - 20px) / 3);
  }
}
@media (min-width: 1200px) {
  .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list .fr-list-column {
    width: calc((100% - 30px) / 4);
  }
}
.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list .fr-list-column + .fr-list-column {
  margin-left: 10px;
}

.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container {
  position: relative;
  width: 100%;
  display: block;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}

.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container:first-child {
  margin-top: 10px;
}

.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container + div {
  margin-top: 10px;
}

.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-image-deleting::after {
  position: absolute;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  background: #000000;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-image-deleting::before {
  content: attr(data-deleting);
  color: #FFFFFF;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 3;
  font-size: 15px;
  height: 20px;
}

.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-empty {
  height: 95px;
  background: #CCCCCC;
  z-index: 1;
}

.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-empty::after {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: attr(data-loading);
  display: inline-block;
  height: 20px;
}

.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container img {
  width: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
}

.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-mobile-selected img {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-delete-img,
.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-insert-img {
  display: inline-block;
}

.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-delete-img,
.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-insert-img {
  display: none;
  top: 50%;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: absolute;
  cursor: pointer;
  margin: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  z-index: 3;
}

.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-delete-img {
  background: #b8312f;
  color: #FFFFFF;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(25%);
  -moz-transform: translateY(-50%) translateX(25%);
  -ms-transform: translateY(-50%) translateX(25%);
  -o-transform: translateY(-50%) translateX(25%);
}

.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-insert-img {
  background: #FFFFFF;
  color: #1e88e5;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-125%);
  -moz-transform: translateY(-50%) translateX(-125%);
  -ms-transform: translateY(-50%) translateX(-125%);
  -o-transform: translateY(-50%) translateX(-125%);
}

.fr-modal.fr-desktop .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i:hover {
  background: #ebebeb;
}

.fr-modal.fr-desktop .fr-modal-wrapper .fr-modal-title .fr-modal-tags a:hover {
  background: #ebebeb;
}

.fr-modal.fr-desktop .fr-modal-wrapper .fr-modal-title .fr-modal-tags a.fr-selected-tag {
  background: #d6d6d6;
}

.fr-modal.fr-desktop .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container:hover img {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-modal.fr-desktop .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container:hover .fr-delete-img,
.fr-modal.fr-desktop .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container:hover .fr-insert-img {
  display: inline-block;
}

.fr-modal.fr-desktop .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-delete-img:hover {
  background: #bf4644;
  color: #FFFFFF;
}

.fr-modal.fr-desktop .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-insert-img:hover {
  background: #ebebeb;
}

.fr-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 9998;
}

/*!
 * froala_editor v2.0.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms
 * Copyright 2014-2015 Froala Labs
 */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
}

.fr-image-resizer {
  position: absolute;
  border: solid 1px #1e88e5;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fr-image-resizer.fr-active {
  display: block;
}

.fr-image-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #1e88e5;
  border: solid 1px #FFFFFF;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fr-image-resizer .fr-handler.fr-hnw {
  cursor: nw-resize;
}

.fr-image-resizer .fr-handler.fr-hne {
  cursor: ne-resize;
}

.fr-image-resizer .fr-handler.fr-hsw {
  cursor: sw-resize;
}

.fr-image-resizer .fr-handler.fr-hse {
  cursor: se-resize;
}

.fr-image-resizer .fr-handler {
  width: 12px;
  height: 12px;
}

.fr-image-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}

.fr-image-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}

.fr-image-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}

.fr-image-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}

@media (min-width: 1200px) {
  .fr-image-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }
  .fr-image-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }
  .fr-image-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }
  .fr-image-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }
  .fr-image-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}
.fr-image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: none;
}

.fr-image-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center;
}

.fr-image-upload-layer:hover {
  background: #ebebeb;
}

.fr-image-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #1e88e5;
}

.fr-image-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.fr-image-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 500%;
  height: 100%;
  margin: 0px;
  font-size: 400px;
}

.fr-image-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

.fr-image-progress-bar-layer > div.fr-action-buttons {
  display: none;
}

.fr-image-progress-bar-layer > div.fr-loader {
  background: #bcdbf7;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.fr-image-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #1e88e5;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}

.fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

.fr-image-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}

.fr-image-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}

.fr-image-size-layer .fr-image-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block;
}

.fr-image-size-layer .fr-image-group .fr-input-line + .fr-input-line {
  margin-left: 10px;
}

@keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-moz-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-o-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
/*!
 * froala_editor v2.0.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms
 * Copyright 2014-2015 Froala Labs
 */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
}

.fr-line-breaker {
  cursor: text;
  border-top: 1px solid #1e88e5;
  position: fixed;
  z-index: 2;
  display: none;
}

.fr-line-breaker a {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 24px;
  width: 24px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -12px;
  background: #1e88e5;
  color: #FFFFFF;
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  outline: none;
}

.fr-line-breaker a:hover {
  background: #262626;
  color: #FFFFFF;
  cursor: pointer;
}

.fr-line-breaker a i {
  line-height: 24px;
}

/*!
 * froala_editor v2.4.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2017 Froala Labs
 */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-element table td.fr-selected-cell,
.fr-element table th.fr-selected-cell {
  border: 1px double #1e88e5;
}

.fr-element table tr {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-element table td,
.fr-element table th {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}

.fr-element .fr-no-selection table td,
.fr-element .fr-no-selection table th {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-table-resizer {
  cursor: col-resize;
  position: fixed;
  z-index: 3;
  display: none;
}

.fr-table-resizer.fr-moving {
  z-index: 2;
}

.fr-table-resizer div {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-right: 1px solid #1e88e5;
}

.fr-no-selection {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-popup .fr-table-size .fr-table-size-info {
  text-align: center;
  font-size: 14px;
  padding: 8px;
}

.fr-popup .fr-table-size .fr-select-table-size {
  line-height: 0;
  padding: 0 5px 5px;
}

.fr-popup .fr-table-size .fr-select-table-size > span {
  display: inline-block;
  padding: 0px 4px 4px 0;
  background: transparent;
}

.fr-popup .fr-table-size .fr-select-table-size > span > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #E3E3E3;
}

.fr-popup .fr-table-size .fr-select-table-size > span.hover {
  background: transparent;
}

.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
  background: rgba(30, 136, 229, 0.3);
  border: solid 1px #1e88e5;
}

.fr-popup .fr-table-size .fr-select-table-size .new-line::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-popup.fr-above .fr-table-size .fr-select-table-size > span {
  display: inline-block !important;
}

.fr-popup .fr-table-colors-buttons {
  margin-bottom: 5px;
}

.fr-popup .fr-table-colors {
  line-height: 0;
  display: block;
}

.fr-popup .fr-table-colors > span {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 1;
}

.fr-popup .fr-table-colors > span > i {
  text-align: center;
  line-height: 32px;
  height: 32px;
  width: 32px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  cursor: default;
  left: 0;
}

.fr-popup .fr-table-colors > span:focus {
  outline: 1px solid #262626;
  z-index: 2;
}

.fr-popup.fr-desktop .fr-table-size .fr-select-table-size > span > span {
  width: 12px;
  height: 12px;
}

.fr-insert-helper {
  position: fixed;
  z-index: 9999;
}

/*!
 * froala_editor v2.0.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms
 * Copyright 2014-2015 Froala Labs
 */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
}

.fr-file-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.fr-file-upload-layer:hover {
  background: #ebebeb;
}

.fr-file-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #1e88e5;
}

.fr-file-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.fr-file-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 500%;
  height: 100%;
  margin: 0px;
  font-size: 400px;
}

.fr-file-progress-bar-layer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fr-file-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

.fr-file-progress-bar-layer > div.fr-action-buttons {
  display: none;
}

.fr-file-progress-bar-layer > div.fr-loader {
  background: #bcdbf7;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.fr-file-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #1e88e5;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}

.fr-file-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

.fr-file-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}

.fr-file-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}

@keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-moz-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-o-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
/*!
 * froala_editor v2.0.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms
 * Copyright 2014-2015 Froala Labs
 */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
}

.fr-box .fr-counter {
  position: absolute;
  bottom: 0px;
  padding: 5px;
  right: 0px;
  color: #CCCCCC;
  content: attr(data-chars);
  font-size: 15px;
  font-family: "Times New Roman", Georgia, Serif;
  z-index: 1;
  background: #FFFFFF;
  border-top: solid 1px #ebebeb;
  border-left: solid 1px #ebebeb;
  border-radius: 2px 0 0 0;
  -moz-border-radius: 2px 0 0 0;
  -webkit-border-radius: 2px 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-box.fr-rtl .fr-counter {
  left: 0px;
  right: auto;
  border-left: none;
  border-right: solid 1px #ebebeb;
  border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-box.fr-code-view .fr-counter {
  display: none;
}

/*!
 * froala_editor v2.0.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms
 * Copyright 2014-2015 Froala Labs
 */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
}

.fr-element .fr-video {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-element .fr-video::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  background: rgba(0, 0, 0, 0);
}

.fr-element .fr-video.fr-active > * {
  z-index: 2;
  position: relative;
}

.fr-element .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}

.fr-box .fr-video-resizer {
  position: absolute;
  border: solid 1px #1e88e5;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-box .fr-video-resizer.fr-active {
  display: block;
}

.fr-box .fr-video-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #1e88e5;
  border: solid 1px #FFFFFF;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  cursor: nw-resize;
}

.fr-box .fr-video-resizer .fr-handler.fr-hne {
  cursor: ne-resize;
}

.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  cursor: sw-resize;
}

.fr-box .fr-video-resizer .fr-handler.fr-hse {
  cursor: se-resize;
}

.fr-box .fr-video-resizer .fr-handler {
  width: 12px;
  height: 12px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}

@media (min-width: 1200px) {
  .fr-box .fr-video-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }
  .fr-box .fr-video-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }
  .fr-box .fr-video-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }
  .fr-box .fr-video-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }
  .fr-box .fr-video-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}
.fr-video-size-layer .fr-video-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block;
}

.fr-video-size-layer .fr-video-group .fr-input-line + .fr-input-line {
  margin-left: 10px;
}

.fr-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: none;
}

/*!
 * froala_editor v2.0.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms
 * Copyright 2014-2015 Froala Labs
 */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
}

.fr-popup .fr-emoticon {
  display: inline-block;
  font-size: 20px;
  width: 30px;
  padding: 5px;
  line-height: 1;
  cursor: default;
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
}

/*!
 * froala_editor v2.0.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms
 * Copyright 2014-2015 Froala Labs
 */
body.fr-fullscreen {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}

.fr-box.fr-fullscreen {
  margin: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9990 !important;
  width: auto !important;
}

.fr-box.fr-fullscreen .fr-toolbar.fr-top {
  top: 0 !important;
}

.fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
  bottom: 0 !important;
}

.CodeMirror {
  font-family: monospace;
  height: 300px;
  color: #000000;
}

.CodeMirror-lines {
  padding: 4px 0;
}

.CodeMirror pre {
  padding: 0 4px;
}

.CodeMirror-gutter-filler, .CodeMirror-scrollbar-filler {
  background-color: #FFFFFF;
}

.CodeMirror-gutters {
  border-right: 1px solid #E3E3E3;
  background-color: #f7f7f7;
  white-space: nowrap;
}

.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999999;
  white-space: nowrap;
}

.CodeMirror-guttermarker {
  color: #000000;
}

.CodeMirror-guttermarker-subtle {
  color: #999999;
}

.CodeMirror div.CodeMirror-cursor {
  border-left: 1px solid #000000;
}

.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}

.CodeMirror.cm-fat-cursor div.CodeMirror-cursor {
  width: auto;
  border: 0;
  background: #7e7;
}

.CodeMirror.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}

@-moz-keyframes blink {
  0% {
    background: #7e7;
  }
  50% {
    background: 0 0;
  }
  100% {
    background: #7e7;
  }
}
@-webkit-keyframes blink {
  0% {
    background: #7e7;
  }
  50% {
    background: 0 0;
  }
  100% {
    background: #7e7;
  }
}
@keyframes blink {
  0% {
    background: #7e7;
  }
  50% {
    background: 0 0;
  }
  100% {
    background: #7e7;
  }
}
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}

.CodeMirror-ruler {
  border-left: 1px solid #CCCCCC;
  position: absolute;
}

.cm-s-default .cm-keyword {
  color: #708;
}

.cm-s-default .cm-atom {
  color: #219;
}

.cm-s-default .cm-number {
  color: #164;
}

.cm-s-default .cm-def {
  color: #00f;
}

.cm-s-default .cm-variable-2 {
  color: #05a;
}

.cm-s-default .cm-variable-3 {
  color: #085;
}

.cm-s-default .cm-comment {
  color: #a50;
}

.cm-s-default .cm-string {
  color: #a11;
}

.cm-s-default .cm-string-2 {
  color: #f50;
}

.cm-s-default .cm-meta, .cm-s-default .cm-qualifier {
  color: #555555;
}

.cm-s-default .cm-builtin {
  color: #30a;
}

.cm-s-default .cm-bracket {
  color: #997;
}

.cm-s-default .cm-tag {
  color: #170;
}

.cm-s-default .cm-attribute {
  color: #00c;
}

.cm-s-default .cm-header {
  color: #00f;
}

.cm-s-default .cm-quote {
  color: #090;
}

.cm-s-default .cm-hr {
  color: #999999;
}

.cm-s-default .cm-link {
  color: #00c;
}

.cm-negative {
  color: #d44;
}

.cm-positive {
  color: #292;
}

.cm-header, .cm-strong {
  font-weight: 700;
}

.cm-em {
  font-style: italic;
}

.cm-link {
  text-decoration: underline;
}

.cm-strikethrough {
  text-decoration: line-through;
}

.cm-invalidchar, .cm-s-default .cm-error {
  color: red;
}

.CodeMirror-composing {
  border-bottom: 2px solid;
}

div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0;
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22;
}

.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}

.CodeMirror-activeline-background {
  background: #e8f2ff;
}

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
}

.CodeMirror-scroll {
  overflow: scroll !important;
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: 0;
  position: relative;
}

.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}

.CodeMirror-gutter-filler, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-vscrollbar {
  position: absolute;
  z-index: 6;
  display: none;
}

.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}

.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}

.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}

.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  margin-bottom: -30px;
}

.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  height: 100%;
}

.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.CodeMirror-gutter-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
}

.CodeMirror pre {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: 0 0;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
}

.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}

.CodeMirror-code {
  outline: 0;
}

.CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber, .CodeMirror-scroll, .CodeMirror-sizer {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-measure pre {
  position: static;
}

.CodeMirror div.CodeMirror-cursor {
  position: absolute;
  border-right: none;
  width: 0;
}

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected {
  background: #d9d9d9;
}

.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}

.CodeMirror-crosshair {
  cursor: crosshair;
}

.CodeMirror ::selection {
  background: #d7d4f0;
}

.CodeMirror ::-moz-selection {
  background: #d7d4f0;
}

.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, 0.4);
}

.cm-force-border {
  padding-right: 0.1px;
}

@media print {
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
.cm-tab-wrap-hack:after {
  content: "";
}

span.CodeMirror-selectedtext {
  background: 0 0;
} /*! jQuery UI - v1.11.4 - 2015-03-25
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #AAAAAA;
  box-shadow: 0 0 5px #AAAAAA;
}

body .ui-tooltip {
  border-width: 2px;
}

/*! jQuery UI - v1.11.4 - 2015-03-25
* http://jqueryui.com
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #E3E3E3;
  background: #EEEEEE url("../images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("../images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #FFFFFF;
  font-weight: bold;
}

.ui-widget-header a {
  color: #FFFFFF;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #CCCCCC;
  background: #F6F6F6 url("../images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #FFFFFF url("../images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #FFFFFF url("../images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("../images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("../images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #FFFFFF;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #FFFFFF;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #FFFFFF;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("../images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("../images/ui-icons_ef8c08_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("../images/ui-icons_222222_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("../images/ui-icons_222222_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("../images/ui-icons_228ef1_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("../images/ui-icons_ffd27a_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  background: #666666 url("../images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url("../images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: 0.2;
  filter: Alpha(Opacity=20);
  border-radius: 5px;
}

/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background-color: #3fa9f5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100%;
  overflow: hidden;
}

.pace .pace-activity {
  position: fixed;
  top: 0;
  right: -32px;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /*background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-background-size: 32px 32px;
  -moz-background-size: 32px 32px;
  -o-background-size: 32px 32px;
  background-size: 32px 32px;*/
  -webkit-animation: pace-theme-barber-shop-motion 500ms linear infinite;
  -moz-animation: pace-theme-barber-shop-motion 500ms linear infinite;
  -ms-animation: pace-theme-barber-shop-motion 500ms linear infinite;
  -o-animation: pace-theme-barber-shop-motion 500ms linear infinite;
  animation: pace-theme-barber-shop-motion 500ms linear infinite;
}

@-webkit-keyframes pace-theme-barber-shop-motion {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}
@-moz-keyframes pace-theme-barber-shop-motion {
  0% {
    -moz-transform: none;
    transform: none;
  }
  100% {
    -moz-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}
@-o-keyframes pace-theme-barber-shop-motion {
  0% {
    -o-transform: none;
    transform: none;
  }
  100% {
    -o-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}
@-ms-keyframes pace-theme-barber-shop-motion {
  0% {
    -ms-transform: none;
    transform: none;
  }
  100% {
    -ms-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}
@keyframes pace-theme-barber-shop-motion {
  0% {
    transform: none;
    transform: none;
  }
  100% {
    transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font_awesome_fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font_awesome_fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font_awesome_fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font_awesome_fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font_awesome_fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font_awesome_fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #EEEEEE;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #FFFFFF;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideWrapper, .lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSSlide, .lSSlideWrapper.usingCss .lSFade > * {
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
}

.lSSlideOuter, .lSSlideOuter .lSPager.lSGallery {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideOuter {
  overflow: hidden;
  user-select: none;
}

.lightSlider:after, .lightSlider:before {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.lSSlideWrapper .lSFade > .active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > .active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #262626;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table;
}

.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url(../img/controls.png);
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none;
}

.lSSlideOuter.lSrtl .lSPager, .lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0;
}

.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider > * {
  float: left;
}

.lSSlideOuter.lSrtl .lSGallery li, .lSSlideOuter.lSrtl .lightSlider > * {
  float: right !important;
}

@-webkit-keyframes rightEnd {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -15px;
  }
}
@keyframes rightEnd {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -15px;
  }
}
@-webkit-keyframes topEnd {
  0%, 100% {
    top: 0;
  }
  50% {
    top: -15px;
  }
}
@keyframes topEnd {
  0%, 100% {
    top: 0;
  }
  50% {
    top: -15px;
  }
}
@-webkit-keyframes leftEnd {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 15px;
  }
}
@keyframes leftEnd {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 15px;
  }
}
@-webkit-keyframes bottomEnd {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
}
@keyframes bottomEnd {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.libraryPage {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 50px;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  transform: translateZ(0);
}
.libraryPage [data-group-2-sort=groups] [data-flag-users],
.libraryPage [data-group-2-sort=groups] [data-flag-ticker] {
  display: none !important;
}
.libraryPage [data-group-2-sort=groups] [data-flag-groups] {
  display: inline-block;
}
.libraryPage [data-group-2-sort=users] [data-flag-groups],
.libraryPage [data-group-2-sort=users] [data-flag-ticker] {
  display: none !important;
}
.libraryPage [data-group-2-sort=users] [data-flag-users] {
  display: inline-block;
}
.libraryPage .appMainScrollBody {
  top: 113px;
  padding-bottom: 500px;
}
@media screen and (max-width: 425) {
  .libraryPage .appMainScrollBody {
    top: 97px;
  }
}
.libraryPage .fileSource i {
  font-size: 20px;
}

.loadMore {
  color: #666666;
  display: none;
  padding: 4.5rem 0;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .loadMore {
    padding: 1.5rem 0;
  }
}
.loadMore.show {
  display: block;
}

.listOfFiles ul,
.listOfFilesHeader ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fileThumbnail {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: url(../images/loader-transparent.gif) 50% 50% no-repeat #262626;
  height: auto;
  min-height: 3rem;
  opacity: 0;
  padding: 0.75rem;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  width: 15.5rem;
  z-index: 800;
  border-radius: 6px;
}
.fileThumbnail:after {
  position: absolute;
  top: -5px;
  right: unset;
  bottom: unset;
  left: 10px;
  border-color: transparent transparent rgba(0, 0, 0, 0.75) transparent;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  content: " ";
  height: 0;
  width: 0;
}
.fileThumbnail.show {
  visibility: visible;
  opacity: 1;
}
.fileThumbnail.iconThumbnail {
  background-image: none;
}
.fileThumbnail .fileNameWrapper {
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1.35;
  margin-top: 0.375rem;
  text-align: left;
}

[data-flag-status=private] i {
  color: #DF6365;
}
[data-flag-status=private] .fa {
  color: #DF6365;
}
[data-flag-status=private] .circleIcon {
  border-color: #DF6365;
}
[data-flag-status=private] .custom-svg {
  filter: invert(52%) sepia(55%) saturate(2779%) hue-rotate(320deg) brightness(92%) contrast(104%);
}
[data-flag-status=private] .privacyInfo {
  background: #DF6365;
}

[data-flag-status=semipublic] i {
  color: #E8CD00;
}
[data-flag-status=semipublic] .fa {
  color: #E8CD00;
}
[data-flag-status=semipublic] .circleIcon {
  border-color: #E8CD00;
}
[data-flag-status=semipublic] .custom-svg {
  filter: invert(65%) sepia(92%) saturate(442%) hue-rotate(9deg) brightness(100%) contrast(107%);
}
[data-flag-status=semipublic] .privacyInfo {
  background: #E8CD00;
}

[data-flag-status=public] i {
  color: #55B5AC;
}
[data-flag-status=public] .fa {
  color: #55B5AC;
}
[data-flag-status=public] .circleIcon {
  border-color: #55B5AC;
}
[data-flag-status=public] .custom-svg {
  filter: invert(70%) sepia(15%) saturate(2041%) hue-rotate(112deg) brightness(89%) contrast(81%) !important;
}
[data-flag-status=public] .privacyInfo {
  background: #55B5AC;
}

.fileData,
.fileDetails {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: relative;
}
.fileData a, .fileData button,
.fileDetails a,
.fileDetails button {
  pointer-events: all !important;
}
.fileData.fileData,
.fileDetails.fileData {
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
.fileData .upFileItem,
.fileData .fileDetailsItem,
.fileDetails .upFileItem,
.fileDetails .fileDetailsItem {
  flex: none;
  line-height: 24px !important;
  overflow: hidden;
  position: relative;
}
.fileData .upFileItem.upFileItem:nth-child(2),
.fileData .fileDetailsItem.upFileItem:nth-child(2),
.fileDetails .upFileItem.upFileItem:nth-child(2),
.fileDetails .fileDetailsItem.upFileItem:nth-child(2) {
  flex-grow: 1;
  flex-shrink: 1;
}
.fileData .upFileItem .file--details,
.fileData .fileDetailsItem .file--details,
.fileDetails .upFileItem .file--details,
.fileDetails .fileDetailsItem .file--details {
  transition: all 0.5s ease-in-out;
  opacity: 1;
  padding: 0.75rem 0;
  visibility: visible;
  width: 100%;
}
.fileData .upFileItem .fileMoreOptions,
.fileData .fileDetailsItem .fileMoreOptions,
.fileDetails .upFileItem .fileMoreOptions,
.fileDetails .fileDetailsItem .fileMoreOptions {
  transition: all 0.5s ease-in-out;
  left: 0;
  opacity: 0;
  pointer-events: all;
  position: absolute;
  top: 2px;
  visibility: hidden;
  white-space: nowrap;
  width: 100%;
}
.fileData .upFileItem .fileMoreOptions .hrPrivacy,
.fileData .fileDetailsItem .fileMoreOptions .hrPrivacy,
.fileDetails .upFileItem .fileMoreOptions .hrPrivacy,
.fileDetails .fileDetailsItem .fileMoreOptions .hrPrivacy {
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 10%;
  z-index: 0;
  width: 80%;
}
.fileData .upFileItem .fileMoreOptions ul,
.fileData .fileDetailsItem .fileMoreOptions ul,
.fileDetails .upFileItem .fileMoreOptions ul,
.fileDetails .fileDetailsItem .fileMoreOptions ul {
  display: inline-block;
  white-space: nowrap;
  margin: 8px 0 0 0;
}
.fileData .upFileItem .fileMoreOptions ul:before, .fileData .upFileItem .fileMoreOptions ul:after,
.fileData .fileDetailsItem .fileMoreOptions ul:before,
.fileData .fileDetailsItem .fileMoreOptions ul:after,
.fileDetails .upFileItem .fileMoreOptions ul:before,
.fileDetails .upFileItem .fileMoreOptions ul:after,
.fileDetails .fileDetailsItem .fileMoreOptions ul:before,
.fileDetails .fileDetailsItem .fileMoreOptions ul:after {
  content: " ";
  display: table;
}
.fileData .upFileItem .fileMoreOptions ul:after,
.fileData .fileDetailsItem .fileMoreOptions ul:after,
.fileDetails .upFileItem .fileMoreOptions ul:after,
.fileDetails .fileDetailsItem .fileMoreOptions ul:after {
  clear: both;
}
.fileData .upFileItem .fileMoreOptions ul li,
.fileData .fileDetailsItem .fileMoreOptions ul li,
.fileDetails .upFileItem .fileMoreOptions ul li,
.fileDetails .fileDetailsItem .fileMoreOptions ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 1.5rem;
  padding: 0;
  position: relative;
}
.fileData .upFileItem .fileMoreOptions ul li:last-child,
.fileData .fileDetailsItem .fileMoreOptions ul li:last-child,
.fileDetails .upFileItem .fileMoreOptions ul li:last-child,
.fileDetails .fileDetailsItem .fileMoreOptions ul li:last-child {
  margin-right: 0;
}
.fileData .upFileItem .fileMoreOptions button,
.fileData .fileDetailsItem .fileMoreOptions button,
.fileDetails .upFileItem .fileMoreOptions button,
.fileDetails .fileDetailsItem .fileMoreOptions button {
  background-color: transparent;
  height: auto !important;
  line-height: 20px;
  margin: 0;
  padding: 0;
  width: auto !important;
}
.fileData .upFileItem .fileMoreOptions button.icon i,
.fileData .fileDetailsItem .fileMoreOptions button.icon i,
.fileDetails .upFileItem .fileMoreOptions button.icon i,
.fileDetails .fileDetailsItem .fileMoreOptions button.icon i {
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .fileData .upFileItem .fileMoreOptions button.icon,
  .fileData .fileDetailsItem .fileMoreOptions button.icon,
  .fileDetails .upFileItem .fileMoreOptions button.icon,
  .fileDetails .fileDetailsItem .fileMoreOptions button.icon {
    padding: 0 0.375rem;
  }
}
.fileData .upFileItem .fileMoreOptions button .fa, .fileData .upFileItem .fileMoreOptions button .material-icons,
.fileData .fileDetailsItem .fileMoreOptions button .fa,
.fileData .fileDetailsItem .fileMoreOptions button .material-icons,
.fileDetails .upFileItem .fileMoreOptions button .fa,
.fileDetails .upFileItem .fileMoreOptions button .material-icons,
.fileDetails .fileDetailsItem .fileMoreOptions button .fa,
.fileDetails .fileDetailsItem .fileMoreOptions button .material-icons {
  margin-right: 5px;
}
.fileData .upFileItem .fileMoreOptions [data-flag-interest] .buttonInterest,
.fileData .fileDetailsItem .fileMoreOptions [data-flag-interest] .buttonInterest,
.fileDetails .upFileItem .fileMoreOptions [data-flag-interest] .buttonInterest,
.fileDetails .fileDetailsItem .fileMoreOptions [data-flag-interest] .buttonInterest {
  display: none;
}
.fileData .upFileItem .fileMoreOptions [data-flag-interest]:active,
.fileData .fileDetailsItem .fileMoreOptions [data-flag-interest]:active,
.fileDetails .upFileItem .fileMoreOptions [data-flag-interest]:active,
.fileDetails .fileDetailsItem .fileMoreOptions [data-flag-interest]:active {
  border-radius: 5px;
  background-color: #cae5f4 !important;
}
.fileData .upFileItem .fileMoreOptions [data-flag-interest=high] .buttonInterest.high,
.fileData .fileDetailsItem .fileMoreOptions [data-flag-interest=high] .buttonInterest.high,
.fileDetails .upFileItem .fileMoreOptions [data-flag-interest=high] .buttonInterest.high,
.fileDetails .fileDetailsItem .fileMoreOptions [data-flag-interest=high] .buttonInterest.high {
  display: inline-block;
  color: #61B2DE;
}
.fileData .upFileItem .fileMoreOptions [data-flag-interest=low] .buttonInterest.low,
.fileData .fileDetailsItem .fileMoreOptions [data-flag-interest=low] .buttonInterest.low,
.fileDetails .upFileItem .fileMoreOptions [data-flag-interest=low] .buttonInterest.low,
.fileDetails .fileDetailsItem .fileMoreOptions [data-flag-interest=low] .buttonInterest.low {
  display: inline-block;
  color: #111;
}
.fileData .upFileItem .fileMoreOptions [data-flag-interest=none] .buttonInterest.none,
.fileData .fileDetailsItem .fileMoreOptions [data-flag-interest=none] .buttonInterest.none,
.fileDetails .upFileItem .fileMoreOptions [data-flag-interest=none] .buttonInterest.none,
.fileDetails .fileDetailsItem .fileMoreOptions [data-flag-interest=none] .buttonInterest.none {
  display: inline-block;
  color: #E3E3E3;
}
.fileData .upFileItem .fileMoreOptions [data-flag-status] .circleIcon,
.fileData .fileDetailsItem .fileMoreOptions [data-flag-status] .circleIcon,
.fileDetails .upFileItem .fileMoreOptions [data-flag-status] .circleIcon,
.fileDetails .fileDetailsItem .fileMoreOptions [data-flag-status] .circleIcon {
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 2px solid #E3E3E3;
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  width: 18px;
}
.fileData .upFileItem .fileMoreOptions [data-flag-status=private] .i,
.fileData .fileDetailsItem .fileMoreOptions [data-flag-status=private] .i,
.fileDetails .upFileItem .fileMoreOptions [data-flag-status=private] .i,
.fileDetails .fileDetailsItem .fileMoreOptions [data-flag-status=private] .i {
  color: #fdf7f7;
}
.fileData .upFileItem .fileMoreOptions [data-flag-status=private] .fa,
.fileData .fileDetailsItem .fileMoreOptions [data-flag-status=private] .fa,
.fileDetails .upFileItem .fileMoreOptions [data-flag-status=private] .fa,
.fileDetails .fileDetailsItem .fileMoreOptions [data-flag-status=private] .fa {
  color: #fdf7f7;
}
.fileData .upFileItem .fileMoreOptions [data-flag-status=private] .circleIcon,
.fileData .fileDetailsItem .fileMoreOptions [data-flag-status=private] .circleIcon,
.fileDetails .upFileItem .fileMoreOptions [data-flag-status=private] .circleIcon,
.fileDetails .fileDetailsItem .fileMoreOptions [data-flag-status=private] .circleIcon {
  border-color: #DF6365;
}
.fileData .upFileItem .fileMoreOptions [data-flag-status=semipublic] .i,
.fileData .fileDetailsItem .fileMoreOptions [data-flag-status=semipublic] .i,
.fileDetails .upFileItem .fileMoreOptions [data-flag-status=semipublic] .i,
.fileDetails .fileDetailsItem .fileMoreOptions [data-flag-status=semipublic] .i {
  color: #ffe6b3;
}
.fileData .upFileItem .fileMoreOptions [data-flag-status=semipublic] .fa,
.fileData .fileDetailsItem .fileMoreOptions [data-flag-status=semipublic] .fa,
.fileDetails .upFileItem .fileMoreOptions [data-flag-status=semipublic] .fa,
.fileDetails .fileDetailsItem .fileMoreOptions [data-flag-status=semipublic] .fa {
  color: #ffe6b3;
}
.fileData .upFileItem .fileMoreOptions [data-flag-status=semipublic] .circleIcon,
.fileData .fileDetailsItem .fileMoreOptions [data-flag-status=semipublic] .circleIcon,
.fileDetails .upFileItem .fileMoreOptions [data-flag-status=semipublic] .circleIcon,
.fileDetails .fileDetailsItem .fileMoreOptions [data-flag-status=semipublic] .circleIcon {
  border-color: #FFAA00;
}
.fileData .upFileItem .fileMoreOptions [data-flag-status=public] .i,
.fileData .fileDetailsItem .fileMoreOptions [data-flag-status=public] .i,
.fileDetails .upFileItem .fileMoreOptions [data-flag-status=public] .i,
.fileDetails .fileDetailsItem .fileMoreOptions [data-flag-status=public] .i {
  color: #d1ebe9;
}
.fileData .upFileItem .fileMoreOptions [data-flag-status=public] .fa,
.fileData .fileDetailsItem .fileMoreOptions [data-flag-status=public] .fa,
.fileDetails .upFileItem .fileMoreOptions [data-flag-status=public] .fa,
.fileDetails .fileDetailsItem .fileMoreOptions [data-flag-status=public] .fa {
  color: #d1ebe9;
}
.fileData .upFileItem .fileMoreOptions [data-flag-status=public] .circleIcon,
.fileData .fileDetailsItem .fileMoreOptions [data-flag-status=public] .circleIcon,
.fileDetails .upFileItem .fileMoreOptions [data-flag-status=public] .circleIcon,
.fileDetails .fileDetailsItem .fileMoreOptions [data-flag-status=public] .circleIcon {
  border-color: #55B5AC;
}
.fileData .upFileItem .fileMoreOptions .active[data-flag-status=private] .i,
.fileData .fileDetailsItem .fileMoreOptions .active[data-flag-status=private] .i,
.fileDetails .upFileItem .fileMoreOptions .active[data-flag-status=private] .i,
.fileDetails .fileDetailsItem .fileMoreOptions .active[data-flag-status=private] .i {
  color: #df6365;
}
.fileData .upFileItem .fileMoreOptions .active[data-flag-status=private] .fa,
.fileData .fileDetailsItem .fileMoreOptions .active[data-flag-status=private] .fa,
.fileDetails .upFileItem .fileMoreOptions .active[data-flag-status=private] .fa,
.fileDetails .fileDetailsItem .fileMoreOptions .active[data-flag-status=private] .fa {
  color: #df6365;
}
.fileData .upFileItem .fileMoreOptions .active[data-flag-status=private] .circleIcon,
.fileData .fileDetailsItem .fileMoreOptions .active[data-flag-status=private] .circleIcon,
.fileDetails .upFileItem .fileMoreOptions .active[data-flag-status=private] .circleIcon,
.fileDetails .fileDetailsItem .fileMoreOptions .active[data-flag-status=private] .circleIcon {
  background-color: #DF6365;
}
.fileData .upFileItem .fileMoreOptions .active[data-flag-status=semipublic] .i,
.fileData .fileDetailsItem .fileMoreOptions .active[data-flag-status=semipublic] .i,
.fileDetails .upFileItem .fileMoreOptions .active[data-flag-status=semipublic] .i,
.fileDetails .fileDetailsItem .fileMoreOptions .active[data-flag-status=semipublic] .i {
  color: #ffaa00;
}
.fileData .upFileItem .fileMoreOptions .active[data-flag-status=semipublic] .fa,
.fileData .fileDetailsItem .fileMoreOptions .active[data-flag-status=semipublic] .fa,
.fileDetails .upFileItem .fileMoreOptions .active[data-flag-status=semipublic] .fa,
.fileDetails .fileDetailsItem .fileMoreOptions .active[data-flag-status=semipublic] .fa {
  color: #ffaa00;
}
.fileData .upFileItem .fileMoreOptions .active[data-flag-status=semipublic] .circleIcon,
.fileData .fileDetailsItem .fileMoreOptions .active[data-flag-status=semipublic] .circleIcon,
.fileDetails .upFileItem .fileMoreOptions .active[data-flag-status=semipublic] .circleIcon,
.fileDetails .fileDetailsItem .fileMoreOptions .active[data-flag-status=semipublic] .circleIcon {
  background-color: #FFAA00;
}
.fileData .upFileItem .fileMoreOptions .active[data-flag-status=public] .i,
.fileData .fileDetailsItem .fileMoreOptions .active[data-flag-status=public] .i,
.fileDetails .upFileItem .fileMoreOptions .active[data-flag-status=public] .i,
.fileDetails .fileDetailsItem .fileMoreOptions .active[data-flag-status=public] .i {
  color: #55b5ac;
}
.fileData .upFileItem .fileMoreOptions .active[data-flag-status=public] .fa,
.fileData .fileDetailsItem .fileMoreOptions .active[data-flag-status=public] .fa,
.fileDetails .upFileItem .fileMoreOptions .active[data-flag-status=public] .fa,
.fileDetails .fileDetailsItem .fileMoreOptions .active[data-flag-status=public] .fa {
  color: #55b5ac;
}
.fileData .upFileItem .fileMoreOptions .active[data-flag-status=public] .circleIcon,
.fileData .fileDetailsItem .fileMoreOptions .active[data-flag-status=public] .circleIcon,
.fileDetails .upFileItem .fileMoreOptions .active[data-flag-status=public] .circleIcon,
.fileDetails .fileDetailsItem .fileMoreOptions .active[data-flag-status=public] .circleIcon {
  background-color: #55B5AC;
}
@media screen and (max-width: 640px) {
  .fileData .upFileItem .fileMoreOptions ul li,
  .fileData .fileDetailsItem .fileMoreOptions ul li,
  .fileDetails .upFileItem .fileMoreOptions ul li,
  .fileDetails .fileDetailsItem .fileMoreOptions ul li {
    margin-right: 0;
  }
  .fileData .upFileItem .fileMoreOptions ul li button,
  .fileData .fileDetailsItem .fileMoreOptions ul li button,
  .fileDetails .upFileItem .fileMoreOptions ul li button,
  .fileDetails .fileDetailsItem .fileMoreOptions ul li button {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.fileData .upFileItem.fileFlaggs,
.fileData .fileDetailsItem.fileFlaggs,
.fileDetails .upFileItem.fileFlaggs,
.fileDetails .fileDetailsItem.fileFlaggs {
  transition: all 0.25s ease-in-out;
  margin-right: 0.5rem;
  overflow: hidden;
  position: relative;
  width: 6rem;
  z-index: 100;
}
.fileData .upFileItem.fileFlaggs[data-flag-interest=high],
.fileData .fileDetailsItem.fileFlaggs[data-flag-interest=high],
.fileDetails .upFileItem.fileFlaggs[data-flag-interest=high],
.fileDetails .fileDetailsItem.fileFlaggs[data-flag-interest=high] {
  background-color: rgba(97, 178, 222, 0.35);
}
.fileData .upFileItem.fileFlaggs[data-flag-interest=low],
.fileData .fileDetailsItem.fileFlaggs[data-flag-interest=low],
.fileDetails .upFileItem.fileFlaggs[data-flag-interest=low],
.fileDetails .fileDetailsItem.fileFlaggs[data-flag-interest=low] {
  background-color: #EEEEEE;
}
.fileData .upFileItem.fileFlaggs button,
.fileData .fileDetailsItem.fileFlaggs button,
.fileDetails .upFileItem.fileFlaggs button,
.fileDetails .fileDetailsItem.fileFlaggs button {
  background: none;
  display: inline-block;
  line-height: inherit;
  margin: 0;
  padding: 0.75rem 0.375rem;
  position: relative;
}
.fileData .upFileItem.fileFlaggs button.closeBackMoreOptions,
.fileData .fileDetailsItem.fileFlaggs button.closeBackMoreOptions,
.fileDetails .upFileItem.fileFlaggs button.closeBackMoreOptions,
.fileDetails .fileDetailsItem.fileFlaggs button.closeBackMoreOptions {
  border-radius: 0;
  background-color: transparent;
  height: 100%;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.fileData .upFileItem.fileFlaggs button.closeBackMoreOptions .iconWrapper,
.fileData .fileDetailsItem.fileFlaggs button.closeBackMoreOptions .iconWrapper,
.fileDetails .upFileItem.fileFlaggs button.closeBackMoreOptions .iconWrapper,
.fileDetails .fileDetailsItem.fileFlaggs button.closeBackMoreOptions .iconWrapper {
  background-color: #CCCCCC;
  font-size: 1.5rem;
  height: 3rem;
  line-height: 3rem;
  position: relative;
  text-align: center;
  width: 13px;
}
.fileData .upFileItem.fileFlaggs button.closeBackMoreOptions .iconWrapper i,
.fileData .fileDetailsItem.fileFlaggs button.closeBackMoreOptions .iconWrapper i,
.fileDetails .upFileItem.fileFlaggs button.closeBackMoreOptions .iconWrapper i,
.fileDetails .fileDetailsItem.fileFlaggs button.closeBackMoreOptions .iconWrapper i {
  margin-left: -3px;
}
.fileData .upFileItem.fileFlaggs button.closeBackMoreOptions .fa, .fileData .upFileItem.fileFlaggs button.closeBackMoreOptions i,
.fileData .fileDetailsItem.fileFlaggs button.closeBackMoreOptions .fa,
.fileData .fileDetailsItem.fileFlaggs button.closeBackMoreOptions i,
.fileDetails .upFileItem.fileFlaggs button.closeBackMoreOptions .fa,
.fileDetails .upFileItem.fileFlaggs button.closeBackMoreOptions i,
.fileDetails .fileDetailsItem.fileFlaggs button.closeBackMoreOptions .fa,
.fileDetails .fileDetailsItem.fileFlaggs button.closeBackMoreOptions i {
  color: white;
  margin: 0;
}
.fileData .upFileItem.fileFlaggs button.closeBackMoreOptions:active,
.fileData .fileDetailsItem.fileFlaggs button.closeBackMoreOptions:active,
.fileDetails .upFileItem.fileFlaggs button.closeBackMoreOptions:active,
.fileDetails .fileDetailsItem.fileFlaggs button.closeBackMoreOptions:active {
  background-color: transparent !important;
}
.fileData .upFileItem.fileFlaggs button.closeBackMoreOptions:active .iconWrapper,
.fileData .fileDetailsItem.fileFlaggs button.closeBackMoreOptions:active .iconWrapper,
.fileDetails .upFileItem.fileFlaggs button.closeBackMoreOptions:active .iconWrapper,
.fileDetails .fileDetailsItem.fileFlaggs button.closeBackMoreOptions:active .iconWrapper {
  background-color: #212121;
}
@media only screen and (max-device-width: 1366px) {
  .fileData .upFileItem.fileFlaggs button.closeBackMoreOptions,
  .fileData .fileDetailsItem.fileFlaggs button.closeBackMoreOptions,
  .fileDetails .upFileItem.fileFlaggs button.closeBackMoreOptions,
  .fileDetails .fileDetailsItem.fileFlaggs button.closeBackMoreOptions {
    opacity: 1;
  }
}
.fileData .upFileItem.fileFlaggs ul,
.fileData .fileDetailsItem.fileFlaggs ul,
.fileDetails .upFileItem.fileFlaggs ul,
.fileDetails .fileDetailsItem.fileFlaggs ul {
  margin: 0;
  white-space: nowrap;
}
.fileData .upFileItem.fileFlaggs ul li,
.fileData .fileDetailsItem.fileFlaggs ul li,
.fileDetails .upFileItem.fileFlaggs ul li,
.fileDetails .fileDetailsItem.fileFlaggs ul li {
  transition: all 0.25s ease-in-out;
  display: inline-block;
  float: none;
}
.fileData .upFileItem.fileFlaggs ul li [data-flag-favorite=true] .isFavorite,
.fileData .fileDetailsItem.fileFlaggs ul li [data-flag-favorite=true] .isFavorite,
.fileDetails .upFileItem.fileFlaggs ul li [data-flag-favorite=true] .isFavorite,
.fileDetails .fileDetailsItem.fileFlaggs ul li [data-flag-favorite=true] .isFavorite {
  display: inline-block;
  color: #61B2DE;
}
.fileData .upFileItem.fileFlaggs ul li [data-flag-favorite=true] .notFavorite,
.fileData .fileDetailsItem.fileFlaggs ul li [data-flag-favorite=true] .notFavorite,
.fileDetails .upFileItem.fileFlaggs ul li [data-flag-favorite=true] .notFavorite,
.fileDetails .fileDetailsItem.fileFlaggs ul li [data-flag-favorite=true] .notFavorite {
  display: none;
}
.fileData .upFileItem.fileFlaggs ul li [data-flag-favorite=false] .isFavorite,
.fileData .fileDetailsItem.fileFlaggs ul li [data-flag-favorite=false] .isFavorite,
.fileDetails .upFileItem.fileFlaggs ul li [data-flag-favorite=false] .isFavorite,
.fileDetails .fileDetailsItem.fileFlaggs ul li [data-flag-favorite=false] .isFavorite {
  display: none;
}
.fileData .upFileItem.fileFlaggs ul li [data-flag-favorite=false] .notFavorite,
.fileData .fileDetailsItem.fileFlaggs ul li [data-flag-favorite=false] .notFavorite,
.fileDetails .upFileItem.fileFlaggs ul li [data-flag-favorite=false] .notFavorite,
.fileDetails .fileDetailsItem.fileFlaggs ul li [data-flag-favorite=false] .notFavorite {
  display: inline-block;
}
.fileData .upFileItem.fileFlaggs ul li [data-flag-notes=true] .fa, .fileData .upFileItem.fileFlaggs ul li [data-flag-notes=true] i,
.fileData .fileDetailsItem.fileFlaggs ul li [data-flag-notes=true] .fa,
.fileData .fileDetailsItem.fileFlaggs ul li [data-flag-notes=true] i,
.fileDetails .upFileItem.fileFlaggs ul li [data-flag-notes=true] .fa,
.fileDetails .upFileItem.fileFlaggs ul li [data-flag-notes=true] i,
.fileDetails .fileDetailsItem.fileFlaggs ul li [data-flag-notes=true] .fa,
.fileDetails .fileDetailsItem.fileFlaggs ul li [data-flag-notes=true] i {
  display: inline-block;
  opacity: 1;
}
.fileData .upFileItem.fileFlaggs ul li [data-flag-notes=false] .fa, .fileData .upFileItem.fileFlaggs ul li [data-flag-notes=false] i,
.fileData .fileDetailsItem.fileFlaggs ul li [data-flag-notes=false] .fa,
.fileData .fileDetailsItem.fileFlaggs ul li [data-flag-notes=false] i,
.fileDetails .upFileItem.fileFlaggs ul li [data-flag-notes=false] .fa,
.fileDetails .upFileItem.fileFlaggs ul li [data-flag-notes=false] i,
.fileDetails .fileDetailsItem.fileFlaggs ul li [data-flag-notes=false] .fa,
.fileDetails .fileDetailsItem.fileFlaggs ul li [data-flag-notes=false] i {
  display: inline-block;
  opacity: 0.2;
}
.fileData .upFileItem.fileLabel,
.fileData .fileDetailsItem.fileLabel,
.fileDetails .upFileItem.fileLabel,
.fileDetails .fileDetailsItem.fileLabel {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
}
.fileData .upFileItem.fileLabel .fileName,
.fileData .fileDetailsItem.fileLabel .fileName,
.fileDetails .upFileItem.fileLabel .fileName,
.fileDetails .fileDetailsItem.fileLabel .fileName {
  display: block;
  float: none;
  overflow: hidden;
  text-overflow: ellipsis;
  text-rendering: none;
  white-space: nowrap;
}
.fileData .upFileItem.fileLabel .fileName a,
.fileData .fileDetailsItem.fileLabel .fileName a,
.fileDetails .upFileItem.fileLabel .fileName a,
.fileDetails .fileDetailsItem.fileLabel .fileName a {
  color: #61B2DE;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fileData .upFileItem.fileMetadata,
.fileData .fileDetailsItem.fileMetadata,
.fileDetails .upFileItem.fileMetadata,
.fileDetails .fileDetailsItem.fileMetadata {
  position: relative;
}
.fileData .upFileItem.fileMetadata li,
.fileData .fileDetailsItem.fileMetadata li,
.fileDetails .upFileItem.fileMetadata li,
.fileDetails .fileDetailsItem.fileMetadata li {
  float: left;
  width: 5rem;
  text-align: right;
}
.fileData .upFileItem.fileMetadata li.tickerName,
.fileData .fileDetailsItem.fileMetadata li.tickerName,
.fileDetails .upFileItem.fileMetadata li.tickerName,
.fileDetails .fileDetailsItem.fileMetadata li.tickerName {
  width: 165px;
  text-transform: uppercase;
  text-align: left;
}
.fileData .upFileItem.fileMetadata li.ownerName,
.fileData .fileDetailsItem.fileMetadata li.ownerName,
.fileDetails .upFileItem.fileMetadata li.ownerName,
.fileDetails .fileDetailsItem.fileMetadata li.ownerName {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
  width: 12rem;
}
.fileData .upFileItem.fileMetadata li.date,
.fileData .fileDetailsItem.fileMetadata li.date,
.fileDetails .upFileItem.fileMetadata li.date,
.fileDetails .fileDetailsItem.fileMetadata li.date {
  padding-top: 1px;
  width: 7rem;
}
.fileData .upFileItem.fileMetadata li.fileSource,
.fileData .fileDetailsItem.fileMetadata li.fileSource,
.fileDetails .upFileItem.fileMetadata li.fileSource,
.fileDetails .fileDetailsItem.fileMetadata li.fileSource {
  text-align: center;
}
.fileData .upFileItem.fileMetadata li.nbGroups,
.fileData .fileDetailsItem.fileMetadata li.nbGroups,
.fileDetails .upFileItem.fileMetadata li.nbGroups,
.fileDetails .fileDetailsItem.fileMetadata li.nbGroups {
  width: 5.5rem;
}
.fileData .upFileItem.fileMetadata li.nbUsers,
.fileData .fileDetailsItem.fileMetadata li.nbUsers,
.fileDetails .upFileItem.fileMetadata li.nbUsers,
.fileDetails .fileDetailsItem.fileMetadata li.nbUsers {
  width: 5.5rem;
}
.fileData .upFileItem.fileMetadata li.status,
.fileData .fileDetailsItem.fileMetadata li.status,
.fileDetails .upFileItem.fileMetadata li.status,
.fileDetails .fileDetailsItem.fileMetadata li.status {
  width: 5rem;
  padding-right: 1px;
}
.fileData .upFileItem.fileMetadata li.searchTermList,
.fileData .fileDetailsItem.fileMetadata li.searchTermList,
.fileDetails .upFileItem.fileMetadata li.searchTermList,
.fileDetails .fileDetailsItem.fileMetadata li.searchTermList {
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 15rem;
}
.fileData .upFileItem.fileMetadata li[data-flag-status=private] .fa, .fileData .upFileItem.fileMetadata li[data-flag-status=private] i,
.fileData .fileDetailsItem.fileMetadata li[data-flag-status=private] .fa,
.fileData .fileDetailsItem.fileMetadata li[data-flag-status=private] i,
.fileDetails .upFileItem.fileMetadata li[data-flag-status=private] .fa,
.fileDetails .upFileItem.fileMetadata li[data-flag-status=private] i,
.fileDetails .fileDetailsItem.fileMetadata li[data-flag-status=private] .fa,
.fileDetails .fileDetailsItem.fileMetadata li[data-flag-status=private] i {
  display: inline-block;
  color: #DF6365;
}
.fileData .upFileItem.fileMetadata li[data-flag-status=semipublic] .fa, .fileData .upFileItem.fileMetadata li[data-flag-status=semipublic] i,
.fileData .fileDetailsItem.fileMetadata li[data-flag-status=semipublic] .fa,
.fileData .fileDetailsItem.fileMetadata li[data-flag-status=semipublic] i,
.fileDetails .upFileItem.fileMetadata li[data-flag-status=semipublic] .fa,
.fileDetails .upFileItem.fileMetadata li[data-flag-status=semipublic] i,
.fileDetails .fileDetailsItem.fileMetadata li[data-flag-status=semipublic] .fa,
.fileDetails .fileDetailsItem.fileMetadata li[data-flag-status=semipublic] i {
  display: inline-block;
  color: #FFAA00;
  opacity: 0.75;
}
.fileData .upFileItem.fileMetadata li[data-flag-status=public] .fa, .fileData .upFileItem.fileMetadata li[data-flag-status=public] i,
.fileData .fileDetailsItem.fileMetadata li[data-flag-status=public] .fa,
.fileData .fileDetailsItem.fileMetadata li[data-flag-status=public] i,
.fileDetails .upFileItem.fileMetadata li[data-flag-status=public] .fa,
.fileDetails .upFileItem.fileMetadata li[data-flag-status=public] i,
.fileDetails .fileDetailsItem.fileMetadata li[data-flag-status=public] .fa,
.fileDetails .fileDetailsItem.fileMetadata li[data-flag-status=public] i {
  display: inline-block;
  color: #55B5AC;
}
.fileData .upFileItem.fileMetadata li ul li,
.fileData .fileDetailsItem.fileMetadata li ul li,
.fileDetails .upFileItem.fileMetadata li ul li,
.fileDetails .fileDetailsItem.fileMetadata li ul li {
  float: none;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fileData .upFileItem.fileMetadata li.fileSource, .fileData .upFileItem.fileMetadata li.tickerName, .fileData .upFileItem.fileMetadata li.nbGroups, .fileData .upFileItem.fileMetadata li.nbUsers, .fileData .upFileItem.fileMetadata li.status,
  .fileData .fileDetailsItem.fileMetadata li.fileSource,
  .fileData .fileDetailsItem.fileMetadata li.tickerName,
  .fileData .fileDetailsItem.fileMetadata li.nbGroups,
  .fileData .fileDetailsItem.fileMetadata li.nbUsers,
  .fileData .fileDetailsItem.fileMetadata li.status,
  .fileDetails .upFileItem.fileMetadata li.fileSource,
  .fileDetails .upFileItem.fileMetadata li.tickerName,
  .fileDetails .upFileItem.fileMetadata li.nbGroups,
  .fileDetails .upFileItem.fileMetadata li.nbUsers,
  .fileDetails .upFileItem.fileMetadata li.status,
  .fileDetails .fileDetailsItem.fileMetadata li.fileSource,
  .fileDetails .fileDetailsItem.fileMetadata li.tickerName,
  .fileDetails .fileDetailsItem.fileMetadata li.nbGroups,
  .fileDetails .fileDetailsItem.fileMetadata li.nbUsers,
  .fileDetails .fileDetailsItem.fileMetadata li.status {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fileData.fileDetails,
  .fileDetails.fileDetails {
    flex-wrap: wrap;
  }
  .fileData .upFileItem.fileFlaggs,
  .fileDetails .upFileItem.fileFlaggs {
    width: 4rem;
  }
  .fileData .upFileItem.fileFlaggs ul li,
  .fileDetails .upFileItem.fileFlaggs ul li {
    display: block;
  }
  .fileData .upFileItem.fileFlaggs ul li button,
  .fileDetails .upFileItem.fileFlaggs ul li button {
    padding: 0.15rem 0.75rem;
  }
  .fileData .upFileItem .fileLabel,
  .fileDetails .upFileItem .fileLabel {
    width: 100%;
  }
  .fileData .upFileItem .fileMetadata ul li,
  .fileDetails .upFileItem .fileMetadata ul li {
    text-align: left;
  }
  .fileData .upFileItem .file--details,
  .fileDetails .upFileItem .file--details {
    padding: 0.2rem 0;
  }
  .fileData .upFileItem .fileMoreOptions button,
  .fileDetails .upFileItem .fileMoreOptions button {
    padding: 0.15rem 0.75rem;
  }
  .fileData .upFileItem .fileMoreOptions button.icon,
  .fileDetails .upFileItem .fileMoreOptions button.icon {
    width: 2rem;
    height: 2rem;
  }
  .fileData .upFileItem .fileMoreOptions button.icon i,
  .fileDetails .upFileItem .fileMoreOptions button.icon i {
    float: none;
    margin: 0;
  }
  .fileData .upFileItem .fileMoreOptions ul,
  .fileDetails .upFileItem .fileMoreOptions ul {
    display: block !important;
  }
  .fileData .upFileItem .hrPrivacy,
  .fileDetails .upFileItem .hrPrivacy {
    top: -40% !important;
  }
}

.wrapperHeader {
  position: relative;
}
.wrapperHeader .upFileRow {
  min-height: 56px;
  max-height: 56px;
}
.wrapperHeader .upFileRow:hover {
  background-color: none;
}
@media screen and (max-width: 767px) {
  .wrapperHeader .fileLabel {
    width: auto !important;
  }
}

.listOfFilesHeader {
  background: #F6F6F6;
}
.listOfFilesHeader .upFileRow {
  transition: all 0s ease-in-out;
  border-bottom: none;
  overflow: visible;
}
.listOfFilesHeader .upFileRow:hover {
  background-color: transparent !important;
}
.listOfFilesHeader .upFileRow .fileName {
  flex: 8.8;
}
@media screen and (max-width: 1024px) {
  .listOfFilesHeader .upFileRow .fileName {
    flex: 11.8;
  }
}
@media screen and (max-width: 768px) {
  .listOfFilesHeader .upFileRow .fileName {
    flex: 17;
  }
}
.listOfFilesHeader .upFileRow .fileDate {
  flex: 2;
}
@media screen and (max-width: 1024px) {
  .listOfFilesHeader .upFileRow .fileDate {
    flex: 3;
  }
}
@media screen and (max-width: 834px) {
  .listOfFilesHeader .upFileRow .fileDate {
    flex: 4;
  }
}
.listOfFilesHeader .upFileRow .fileTypeIcon {
  flex: 0.6;
}
@media screen and (max-width: 834px) {
  .listOfFilesHeader .upFileRow > div.flexIconColumns.invisible {
    display: none;
  }
}
.listOfFilesHeader .upFileRow > div.flexIconColumns {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .listOfFilesHeader .upFileRow > div.flexIconColumns {
    flex: 2;
  }
}
@media screen and (max-width: 834px) {
  .listOfFilesHeader .upFileRow > div.flexIconColumns {
    flex: 3;
  }
}
@media screen and (max-width: 768px) {
  .listOfFilesHeader .upFileRow > div.statusIcons {
    display: none;
  }
}
.listOfFilesHeader .upFileDetails .fileData {
  overflow: visible;
}
.listOfFilesHeader .fileDetailsItem.fileFlaggs {
  overflow: visible;
}
.listOfFilesHeader .fileDetails .fileDetailsItem {
  overflow: visible;
}
.listOfFilesHeader .fileMetadata li {
  color: #AAAAAA;
}
.listOfFilesHeader .fileMetadata li:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .listOfFilesHeader .fileMetadata li.date, .listOfFilesHeader .fileMetadata li.fileSource, .listOfFilesHeader .fileMetadata li.tickerName, .listOfFilesHeader .fileMetadata li.nbGroups, .listOfFilesHeader .fileMetadata li.nbUsers, .listOfFilesHeader .fileMetadata li.status {
    display: none;
  }
}
.listOfFilesHeader [data-sort] {
  line-height: 1.5rem;
}
.listOfFilesHeader [data-sort] .fa {
  font-size: 1rem;
}
.listOfFilesHeader [data-sort=false] .fa {
  display: none;
}
.listOfFilesHeader [data-sort=true] {
  color: #262626 !important;
}
.listOfFilesHeader [data-sort=true][data-sort-order=desc] .fa-caret-up {
  display: none;
}
.listOfFilesHeader [data-sort=true][data-sort-order=desc] .fa-caret-down {
  display: inline-block;
}
.listOfFilesHeader [data-sort=true][data-sort-order=asc] .fa-caret-up {
  display: inline-block;
}
.listOfFilesHeader [data-sort=true][data-sort-order=asc] .fa-caret-down {
  display: none;
}

[data-sort-order]:hover {
  cursor: pointer;
}

.upFileRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition: all 0.1s ease-in-out;
  align-items: center;
  border-bottom: 1px solid #E3E3E3;
  border-left: 3px solid transparent;
  min-height: 64px;
}
.upFileRow:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: rgba(59, 180, 228, 0.08);
}
.upFileRow:hover .hiddenHoverElement .checkboxComponent {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1 !important;
}
.upFileRow:hover .hiddenHoverElement button {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1 !important;
}
.upFileRow:hover .hiddenHoverElement button i {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #000000 !important;
  opacity: 1 !important;
}
.upFileRow:hover > div.fileName .fileLinkWrapper .fileNamingConvention {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
.upFileRow.active {
  border-left: 3px solid #61B2DE;
  background-color: rgba(59, 180, 228, 0.16);
}
.upFileRow.active .hiddenHoverElement button i {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #000000 !important;
  opacity: 1 !important;
}
.upFileRow[data-has-been-verified=true] {
  border-left: 3px solid #958DFC;
}
.upFileRow[data-has-been-verified=true].active {
  background-color: rgba(149, 141, 252, 0.08);
}
.upFileRow[data-duplicate-file=true] {
  border-left: 3px solid #DF6365;
}
.upFileRow[data-duplicate-file=true].active {
  background-color: rgba(223, 99, 101, 0.08);
}
.upFileRow .fileTypeIcon {
  position: relative;
  display: block;
  flex: 0.4;
}
.upFileRow .fileTypeIcon > div {
  min-width: 30px;
  max-width: 30px;
}
.upFileRow .fileDate {
  flex: 1.5;
}
@media screen and (max-width: 1024px) {
  .upFileRow .fileDate {
    flex: 1.9;
  }
}
@media screen and (max-width: 480px) {
  .upFileRow .fileDate {
    display: none;
  }
}
.upFileRow .checkboxFlexPosition {
  flex: 0.4;
}
.upFileRow > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #262626;
  font-weight: 300;
  margin: 0 8px;
}
.upFileRow > div.fileName {
  flex: 6;
}
.upFileRow > div.fileName .fileLinkWrapper .defaultFileName {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  vertical-align: middle;
}
.upFileRow > div.fileName .fileLinkWrapper .fileNamingConvention {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  max-width: 33rem;
  font-size: 0.8rem;
  opacity: 0;
  transform: translate(0, -4px);
}
@media screen and (max-width: 1024px) {
  .upFileRow > div.fileName .fileLinkWrapper .fileNamingConvention {
    max-width: 24rem;
  }
}
@media screen and (max-width: 834px) {
  .upFileRow > div.fileName .fileLinkWrapper .fileNamingConvention {
    max-width: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .upFileRow > div.fileName .fileLinkWrapper .fileNamingConvention {
    max-width: 18rem;
  }
}
@media screen and (max-width: 425px) {
  .upFileRow > div.fileName .fileLinkWrapper .fileNamingConvention {
    max-width: 20rem;
  }
}
.upFileRow > div.fileName a {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  color: #262626;
  font-weight: 500;
  max-width: 100%;
  font-size: 1rem;
}
.upFileRow > div.fileName a.read {
  color: #666666;
}
.upFileRow > div.fileName a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #61B2DE;
}
.upFileRow > div.fileName p {
  color: #666666;
  font-weight: 300;
  margin: 0;
}
.upFileRow > div.hide {
  opacity: 0;
}
.upFileRow > div.statusIcons {
  flex: 2.6 !important;
  justify-content: center;
}
.upFileRow > div.fileTicker {
  flex: 3;
}
.upFileRow > div.flexIconColumns {
  justify-content: flex-end;
  flex: 0.4;
}
.upFileRow > div.flexIconColumns i {
  font-size: 20px;
}
.upFileRow > div.fileOptionsButton {
  position: relative;
  flex: 0.4;
}
.upFileRow > div.selected {
  background-color: #eef9fd;
}
.upFileRow > div.selected [draggable=true]:hover {
  cursor: pointer;
}
.upFileRow > div.hiddenHoverElement {
  flex: 0.4;
}
.upFileRow > div.hiddenHoverElement .checkboxComponent {
  opacity: 0;
}
@media screen and (max-width: 834px) {
  .upFileRow > div.hiddenHoverElement .checkboxComponent {
    opacity: 1;
  }
}
.upFileRow > div.hiddenHoverElement button {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: none;
  opacity: 1;
  line-height: 2;
}
.upFileRow > div.hiddenHoverElement button[data-visibility=true] {
  opacity: 1;
}
.upFileRow > div.hiddenHoverElement button[data-visibility=none] {
  opacity: 0 !important;
}
.upFileRow > div.hiddenHoverElement button i {
  font-size: 20px;
}
.upFileRow > div.hiddenHoverElement.show {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .upFileRow > div.hiddenHoverElement {
    opacity: 1;
  }
}
@media screen and (max-width: 834px) {
  .upFileRow > div.fileTicker {
    display: none;
  }
  .upFileRow > div.fileName {
    flex: 4;
  }
}
@media screen and (max-width: 480px) {
  .upFileRow > div.statusIcons {
    display: none;
  }
}
.upFileRow.updated {
  animation-name: highlightFiles;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
.upFileRow .fileThumbnail {
  top: 2.1rem;
}
.upFileRow .mobileThumbnailButton {
  display: none;
}
.upFileRow.fileDeleting {
  opacity: 0;
  visibility: hidden;
}
.upFileRow.fileUpdated {
  background-color: #F4FBFF;
}
.upFileRow.showFlagOptions .fileFlaggs {
  position: relative;
}
.upFileRow.showFlagOptions .fileFlaggs .closeBackMoreOptions {
  background: transparent !important;
  opacity: 1 !important;
}
.upFileRow.showFlagOptions .fileFlaggs .closeBackMoreOptions .iconWrapper {
  background-color: #61B2DE !important;
}
.upFileRow.showFlagOptions .fileFlaggs .closeBackMoreOptions .iconWrapper i {
  color: #FFFFFF;
}
.upFileRow.showFlagOptions .file--details {
  background-color: #FFFFFF;
  visibility: hidden;
  opacity: 0;
}
.upFileRow.showFlagOptions .fileMoreOptions {
  visibility: visible;
  opacity: 1;
}
.upFileRow:hover .closeBackMoreOptions {
  opacity: 1 !important;
}

.getThumbnailButton {
  background-color: transparent;
  color: #212121;
  display: none;
  margin: 0 0.375rem 0 0;
  padding: 0;
}
.getThumbnailButton:hover {
  background-color: transparent;
  color: #61B2DE;
  cursor: pointer;
}
@media only screen and (max-device-width: 1366px) {
  .getThumbnailButton {
    display: inline-block;
  }
}

.duplicatesPage .appMainScrollBody {
  top: 170px;
  bottom: 50px;
}

.pseudo-disabled {
  cursor: default;
  border-color: #F6D8D7 !important;
  color: #F6D8D7 !important;
}
.pseudo-disabled i {
  color: #F6D8D7 !important;
}
.pseudo-disabled:hover {
  border-color: #F6D8D7 !important;
}

.duplicate-group-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #F6F6F6;
  gap: 2rem;
}

@media screen and (max-width: 980px) {
  .duplicates-file-source {
    display: none;
  }
}
.duplicates-sidebar-text-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.duplicate-group-header-subContainer {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 85%;
}
.duplicate-group-header-subContainer span {
  font-size: 1.2rem;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.duplicate-group-header-subContainer i {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .duplicate-group-header-subContainer {
    width: 75%;
  }
}
@media screen and (max-width: 425px) {
  .duplicate-group-header-subContainer {
    width: 65%;
  }
}

.delete-duplicate-files-button {
  color: #DF6365;
}
.delete-duplicate-files-button:hover {
  border-color: #DF6365;
}

.duplicate-group-files-container {
  padding: 10px 20px 10px 20px;
}

.duplicate-files-table-header {
  padding: 0.45rem 2.3rem !important;
  border-bottom: 1px solid #E3E3E3 !important;
  background: #F6F6F6;
}
.duplicate-files-table-header:hover {
  background-color: #F6F6F6 !important;
}

.duplicate-file-item {
  cursor: pointer;
}

.selected-duplicate-file {
  background-color: #eef9fd !important;
  opacity: 100% !important;
}

.unselected-duplicate-file {
  background-color: rgba(186, 186, 186, 0.08);
  opacity: 50%;
}

.auto-deletion-circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 0.5rem;
}

.manage-auto-delete-duplicates-button {
  background-color: transparent !important;
  color: #262626;
  border: 1px solid #33475B;
}
.manage-auto-delete-duplicates-button:hover {
  background-color: #33475B !important;
  color: #FFFFFF !important;
}

.manage-auto-delete-duplicates-button[data-auto-deletion-status=active] span[data-auto-deletion-status=active] {
  display: flex;
}
.manage-auto-delete-duplicates-button[data-auto-deletion-status=active] span[data-auto-deletion-status=inactive] {
  display: none;
}
.manage-auto-delete-duplicates-button[data-auto-deletion-status=active] .auto-deletion-circle {
  background-color: #55B5AC;
}

.manage-auto-delete-duplicates-button[data-auto-deletion-status=inactive] span[data-auto-deletion-status=inactive] {
  display: flex;
}
.manage-auto-delete-duplicates-button[data-auto-deletion-status=inactive] span[data-auto-deletion-status=active] {
  display: none;
}
.manage-auto-delete-duplicates-button[data-auto-deletion-status=inactive] .auto-deletion-circle {
  background-color: #DF6365;
}

.tableItem {
  padding: 0 0.45rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.tableItem:last-child {
  border-bottom-color: transparent;
}
.tableItem:hover {
  background-color: #eef9fd;
}
.tableItem .flexRow, .tableItem .tableFundView .fundAdditionalInformation, .tableFundView .tableItem .fundAdditionalInformation, .tableItem .tableFundView .fundBasicInformation, .tableFundView .tableItem .fundBasicInformation {
  flex-wrap: nowrap;
}
.tableItem .flexRow > div, .tableItem .tableFundView .fundAdditionalInformation > div, .tableFundView .tableItem .fundAdditionalInformation > div, .tableItem .tableFundView .fundBasicInformation > div, .tableFundView .tableItem .fundBasicInformation > div {
  padding: 0.375rem 0;
  margin-right: 0.75rem;
}
.tableItem .flexRow > div:last-child, .tableItem .tableFundView .fundAdditionalInformation > div:last-child, .tableFundView .tableItem .fundAdditionalInformation > div:last-child, .tableItem .tableFundView .fundBasicInformation > div:last-child, .tableFundView .tableItem .fundBasicInformation > div:last-child {
  margin-right: 0;
}
.tableItem .fileName {
  flex-grow: 1;
  flex-shrink: 1;
}
.tableItem .fileSource {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
}
.tableItem .userName {
  width: 180px;
  flex-grow: 0;
  flex-shrink: 0;
}
.tableItem .uplaodDate {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .tableItem .userName {
    display: none;
  }
}
.tableItem .sort--by {
  pointer-events: all;
}
.tableItem .sort--by .fa {
  display: none;
}
.tableItem .sort--by[data-sort=true] {
  color: #61B2DE;
}
.tableItem .sort--by[data-sort=true][data-sort-order=asc] .fa-caret-up {
  display: inline-block;
}
.tableItem .sort--by[data-sort=true][data-sort-order=desc] .fa-caret-down {
  display: inline-block;
}
.tableItem .sort--by:hover {
  cursor: pointer;
}

.wrapperHeader .tableItem {
  color: #AAAAAA;
}

.fileListSectionDivider {
  color: #666666;
  font-size: 1.25rem;
  margin: 2.857rem 0 1.142rem 0;
}
.fileListSectionDivider:first-child {
  margin: 1.142rem 0 1.142rem 0;
  padding-left: 25px;
}
.fileListSectionDivider span {
  color: #999999;
  font-style: italic;
  font-size: 0.9rem;
  font-weight: 300;
  margin-left: 0.57rem;
}

.commandLineButton.loginNav {
  top: auto;
  bottom: 0.75rem;
}
@media only screen and (max-width: 40em) {
  .commandLineButton.loginNav {
    background-color: rgba(97, 178, 222, 0.8);
  }
}

.loginPage {
  margin: 0 auto;
  padding: 1.5rem !important;
  position: relative !important;
}
.loginPage .logo {
  display: none;
}
.loginPage .row {
  max-width: 640px;
}
.loginPage .loginPageHeader {
  background-color: #61B2DE;
  margin: -3rem -1.5rem;
  padding: 1.5rem 2rem 0 2rem;
}
.loginPage .loginPageHeader ul {
  margin: 0 auto;
  padding: 1.55rem 0;
}
.loginPage .loginPageHeader ul:before, .loginPage .loginPageHeader ul:after {
  content: " ";
  display: table;
}
.loginPage .loginPageHeader ul:after {
  clear: both;
}
.loginPage .loginPageHeader ul li {
  margin-bottom: 0;
}
.loginPage .loginPageHeader ul li.buttonWrapper {
  float: right;
  margin-top: -5px;
}
.loginPage .loginPageHeader ul li.buttonWrapper .button, .loginPage .loginPageHeader ul li.buttonWrapper .buttonAction, .loginPage .loginPageHeader .editCreateMemoPage .pageOptionsContainer ul li.buttonWrapper button, .editCreateMemoPage .pageOptionsContainer .loginPage .loginPageHeader ul li.buttonWrapper button {
  background-color: #F4FBFF;
  border: 1px solid #F4FBFF;
  border-radius: 3px;
  color: #FFFFFF;
  line-height: 38.5px;
  margin: 0;
}
.loginPage .loginPageFooter {
  position: absolute;
  top: unset;
  right: unset;
  bottom: 0;
  left: 0;
  background-color: #EEEEEE;
  font-size: 0.875rem;
  padding: 1.5rem;
  width: 100%;
}
.loginPage .loginPageFooter ul {
  text-align: center;
}
.loginPage .loginPageFooter ul li {
  display: inline-block;
  margin-right: 0.75rem;
}
.loginPage .loginPageFooter ul li:last-child {
  margin-right: 0;
}
.loginPage .loginPageFooter ul li a {
  font-size: 0.875rem;
}
.loginPage .loginPageFooter .notePanel {
  text-align: center;
}
.loginPage .appBody {
  padding: 0 1.5rem;
  margin-top: 0;
}
.loginPage .appMainScrollBody {
  top: 74px;
  bottom: 82px;
}
.loginPage .noErrorMsg {
  display: none;
}
.loginPage .accountVerification {
  text-align: center;
}
.loginPage .accountVerification .message {
  text-align: center;
}
.loginPage .fields input[type=text] {
  text-transform: none !important;
}
.loginPage .logo img {
  display: block;
  margin: 0 auto;
}
.loginPage .mainTitle {
  font-size: 3rem;
  margin-bottom: 6rem;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 40em) {
  .loginPage .mainTitle {
    width: 200px;
    margin-bottom: 3rem;
  }
}
.loginPage #oldBrowser {
  max-width: 640px;
}
.loginPage #oldBrowser .bigMessage {
  font-size: 18px;
  line-height: 27px;
  margin: 3rem;
}
.loginPage #oldBrowser .bigMessage h2 {
  font-weight: 900;
}
.loginPage #oldBrowser .bigMessage p {
  font-size: 18px;
  line-height: 27px;
}
.loginPage #oldBrowser .listOfBrowser li {
  width: 33%;
  text-align: center;
}
.loginPage #oldBrowser .listOfBrowser li a {
  display: inline-block;
  padding: 1.5rem;
  border: 0;
}
.loginPage #oldBrowser .listOfBrowser li a img {
  width: 64px;
}
@media screen and (max-width: 480px) {
  .loginPage #oldBrowser .listOfBrowser li a {
    padding: 1.5rem 0.75rem;
  }
}
.loginPage .formCont {
  margin-top: 0;
}
.loginPage .formCont.login .loginForm {
  display: block;
}
.loginPage .formCont.login .registerForm {
  display: none;
}
.loginPage .formCont.register .loginForm {
  display: none;
}
.loginPage .formCont.register .registerForm {
  display: block;
}
.loginPage .formCont .form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.loginPage .formCont .form ul li {
  margin: 0.75rem 0;
}
.loginPage .formCont .form ul li .error {
  display: none;
  padding: 0.375rem;
  color: #f04124;
}
.loginPage .formCont .form ul li input {
  border-radius: 0;
}
.loginPage .formCont .form.hide {
  display: none !important;
}
.loginPage .formCont .form.show {
  display: block !important;
}
.loginPage .registerForm .fields li {
  position: relative;
}
.loginPage .action {
  display: none;
}
.loginPage .action > div:nth-child(1) {
  padding-top: 1.171875rem;
}
.loginPage .action > div:nth-child(1) a {
  white-space: nowrap;
}
.loginPage .action > div:nth-child(2) {
  text-align: right;
}
.loginPage .action .button, .loginPage .action .buttonAction, .loginPage .action .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .loginPage .action button {
  padding: 0;
}
.loginPage .action .button:hover, .loginPage .action .buttonAction:hover, .loginPage .action .editCreateMemoPage .pageOptionsContainer ul li button:hover, .editCreateMemoPage .pageOptionsContainer ul li .loginPage .action button:hover, .loginPage .action .button:active, .loginPage .action .buttonAction:active, .loginPage .action .editCreateMemoPage .pageOptionsContainer ul li button:active, .editCreateMemoPage .pageOptionsContainer ul li .loginPage .action button:active {
  background: none;
  color: #61B2DE;
  outline: none;
}

.buttonAction {
  background-color: transparent;
  border: 2px solid #F4FBFF;
  color: #F4FBFF;
  display: block;
  margin: 1.5rem 0;
  padding: 0.75rem 1.5rem;
}
.buttonAction.disabled {
  pointer-events: none;
}
.buttonAction.activated {
  font-weight: 700;
}
.buttonAction:hover {
  background-color: transparent;
  border-color: #61B2DE;
  color: #61B2DE;
}

.module {
  display: none;
}
.module .notificationMessages {
  font-size: 0.875rem;
  display: none;
}
.module .notificationMessages.show {
  display: block !important;
}
.module .notificationMessages.success {
  color: #09B79E;
}
.module .notificationMessages.error {
  color: #FFFFFF;
}
.module#login .module#register .errorRegister, .module#forgot-username .errorRegister, .module#forgot-password .errorRegister {
  color: #f04124;
}
.module#privacy, .module#terms, .module#about-upmonth {
  max-width: 640px;
}
@media screen and (max-width: 640px) {
  .module#privacy, .module#terms, .module#about-upmonth {
    max-width: 100%;
  }
}
.module.show {
  display: block;
}
.module .message {
  line-height: 1.5;
}

.moreMenu {
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  transition: all 0.5s ease-in-out;
  background-color: rgba(255, 255, 255, 0.75);
  height: 100%;
  opacity: 0;
  width: 100%;
  z-index: -1;
}
.moreMenu .panelBody {
  padding: 1.875rem 3.75rem;
}
.moreMenu .menuList {
  list-style: none;
  margin: 3rem 0 0 0;
}
.moreMenu .menuList li {
  margin: 0.75rem 0;
}
.moreMenu .menuList li.divider {
  margin: 0.75rem 0;
  height: 1.5rem;
}
.moreMenu .menuList li a {
  font-size: 1.25rem;
  border-bottom: 0;
}
.moreMenu .menuList li a.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.moreMenu.open {
  position: fixed;
  z-index: 5000;
  opacity: 1;
}

#termsModule p {
  text-transform: none !important;
}

.termFirstName, .termLastName, .termDate {
  font-weight: 700;
}

.termsUserDetails {
  display: none;
}
.termsUserDetails.show {
  display: block;
}

.certification {
  color: #61B2DE;
  display: none;
  font-size: 1.5rem;
  font-weight: 700;
}
.certification.show {
  display: block;
}

.finishReg {
  display: block;
  margin: 1.5rem auto 0 auto;
  text-align: center;
}

.checkTerms {
  border: 1px dotted #AAAAAA;
  padding: 1.5rem;
  position: relative;
}
.checkTerms .checkTermsField {
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #61B2DE;
  display: block;
  font-size: 1.5rem;
  height: 3rem;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  top: -3rem;
  width: 3rem;
  z-index: 1000;
}
.checkTerms .checkTermsField .fa {
  pointer-events: none;
  font-size: 3rem;
  margin: 0;
  color: #EEEEEE;
}
.checkTerms .checkTermsField.checked .fa {
  color: #61B2DE;
}
.checkTerms .checkTermsField:hover {
  cursor: pointer;
}
.checkTerms p {
  margin: 0;
}

.listIconMenu {
  bottom: 0;
  padding: 1.5rem;
  padding-top: 3rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: right;
  z-index: 2000;
}
@media only screen and (max-width: 40em) {
  .listIconMenu {
    padding: 0.75rem;
    padding-top: 3rem;
  }
}
.listIconMenu .menuList li {
  transition: all 0.25s ease-in-out;
  margin-bottom: -3rem;
  opacity: 0;
  padding: 0.75rem 0;
  visibility: hidden;
}
.listIconMenu .menuList li a {
  border-bottom: 0;
}
.listIconMenu .menuList li:last-child {
  padding-bottom: 1.5rem;
}
.listIconMenu .menuList li .activated {
  color: #61B2DE;
  font-weight: 500;
}
.listIconMenu .menuList li .activated .menuIcon {
  background-color: #61B2DE;
}
.listIconMenu .mainMenuButton {
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 2px solid #61B2DE;
  color: #61B2DE;
  font-size: 2.25rem;
  height: 3rem;
  margin: 0;
  padding: 0;
  pointer-events: all;
  text-align: center;
  width: 3rem;
}
.listIconMenu .mainMenuButton span {
  display: block;
  font-size: 0.75rem;
}
.listIconMenu .menuIcon {
  border-radius: 50%;
  background-color: #AAAAAA;
  border: 1px solid #AAAAAA;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.5rem;
  height: 2.25rem;
  line-height: 2.25rem;
  margin: 0 0.375rem;
  padding: 0;
  text-align: center;
  width: 2.25rem;
}
.listIconMenu.active {
  pointer-events: all;
}
.listIconMenu.active .menuList li {
  margin-bottom: 0;
  visibility: visible;
  opacity: 1;
}
.listIconMenu.active .mainMenuButton {
  background-color: #61B2DE;
  color: #FFFFFF;
}

.uploadInformationsWrapper .uploadInformationStatusWrapper {
  display: none;
  position: relative;
  padding: 0.75rem 0;
}
.uploadInformationsWrapper .uploadInformationStatusWrapper button {
  height: auto;
  line-height: 1.4;
}
.uploadInformationsWrapper .uploadInformationStatusWrapper label {
  color: inherit;
}
.uploadInformationsWrapper .uploadInformationStatusWrapper label .fa {
  vertical-align: baseline;
}
.uploadInformationsWrapper .uploadInformationStatusWrapper label:hover {
  cursor: pointer;
  opacity: 1;
}
.uploadInformationsWrapper .uploadInformationStatusWrapper:hover {
  cursor: pointer;
  opacity: 1;
}
.uploadInformationsWrapper[data-upload-notification-status=more] .uploadMoreWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.uploadInformationsWrapper[data-upload-notification-status=less] .uploadLessWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.uploadInformationsWrapper[data-upload-notification-status=done] .uploadCompleteWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.uploadInformationsWrapper .statusOverlayContainer {
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  text-align: center;
  width: 100%;
  z-index: 100;
}
.uploadInformationsWrapper .uploadLessWrapper {
  color: #f04124;
  opacity: 0.75;
  height: 100%;
  padding: 0;
  margin-right: 16px;
}
.uploadInformationsWrapper .uploadLessWrapper .donutSpinner {
  display: inline-block;
  border: 4px solid hsl(222deg, 100%, 95%);
  border-left-color: hsl(243deg, 80%, 62%);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: donut-spin 4.6s linear infinite;
}
@keyframes donut-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.uploadInformationsWrapper .uploadLessWrapper label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: hsl(243deg, 80%, 62%);
}
.uploadInformationsWrapper .uploadLessWrapper label i {
  margin-right: 8px;
}
.uploadInformationsWrapper .uploadMoreWrapper {
  color: #61B2DE;
  height: 100%;
  padding: 0;
  margin-right: 16px;
  opacity: 0.75;
}
.uploadInformationsWrapper .uploadMoreWrapper label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.uploadInformationsWrapper .uploadCompleteWrapper {
  color: #61B2DE;
  height: 100%;
  padding: 0;
  margin-right: 16px;
}
.uploadInformationsWrapper .uploadCompleteWrapper button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: inherit;
  font-size: 13px;
  font-weight: 300;
}
.uploadInformationsWrapper .uploadCompleteWrapper button .uploadCompleteWrapperIcon {
  margin: 0;
}

.overAllUploadProgress {
  bottom: 3.7rem;
  color: rgba(97, 178, 222, 0.6);
  display: none;
  font-size: 0.75rem;
  font-weight: 700;
  left: 1.5rem;
  letter-spacing: 1px;
  position: fixed;
  z-index: 8000;
}
.overAllUploadProgress.show {
  display: block;
}

.dropLocalFundDataPage .dropZone {
  transition: all 0.25s ease-in-out;
}
.dropLocalFundDataPage .dropZone.hover {
  background-color: #EEEEEE;
}
.dropLocalFundDataPage .dropZone .pageDiscription .inviteModule .panel p {
  text-align: left !important;
}
.dropLocalFundDataPage .dropZone .pageDiscription .inviteModule .panel p a {
  pointer-events: all;
  font-weight: 700;
}

.uploadIcon {
  color: #63b3de;
  font-size: 6rem;
  margin-bottom: 1rem;
  text-align: center;
}

.pageUploadLoader {
  text-align: center;
}
.pageUploadLoader .fa {
  font-size: 6rem;
  color: #AAAAAA;
}
.pageUploadLoader .loadingMessage {
  margin: 1.5rem auto;
  max-width: 240px;
  font-size: 1.5rem;
}
.pageUploadLoader .button, .pageUploadLoader .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .pageUploadLoader button, .pageUploadLoader .buttonAction {
  margin: 1.5rem 0;
  pointer-events: all !important;
}

.uploadPage {
  background-color: white;
  height: 100%;
  left: 0;
  opacity: 1;
  padding: 1.5rem;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100%;
  z-index: 5000;
}
.uploadPage.addOpacity {
  opacity: 0.95;
}
.uploadPage.addOpacity .sidePageBulletNavigation {
  display: none;
}
.uploadPage.hide {
  display: block;
  visibility: hidden;
  opacity: 0;
}
.uploadPage.hide .uploadDialogWithMultipleDropZones {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.uploadPage.hide.newLocalFundPage {
  display: none;
}
.uploadPage.uploading .pageDiscription {
  display: none;
}
.uploadPage .uploadNotificationMessage {
  text-align: center;
}
.uploadPage .pageDiscription .inviteModule .title,
.uploadPage .pageDiscription .inviteModule p {
  text-align: center !important;
}
.uploadPage .flexRow, .uploadPage .tableFundView .fundAdditionalInformation, .tableFundView .uploadPage .fundAdditionalInformation, .uploadPage .tableFundView .fundBasicInformation, .tableFundView .uploadPage .fundBasicInformation {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  height: 100%;
}
.uploadPage .flexRow .dropZone, .uploadPage .tableFundView .fundAdditionalInformation .dropZone, .tableFundView .uploadPage .fundAdditionalInformation .dropZone, .uploadPage .tableFundView .fundBasicInformation .dropZone, .tableFundView .uploadPage .fundBasicInformation .dropZone {
  flex-grow: 1;
  flex-shrink: 1;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.uploadPage .flexRow .dropZone > div, .uploadPage .tableFundView .fundAdditionalInformation .dropZone > div, .tableFundView .uploadPage .fundAdditionalInformation .dropZone > div, .uploadPage .tableFundView .fundBasicInformation .dropZone > div, .tableFundView .uploadPage .fundBasicInformation .dropZone > div {
  pointer-events: none;
}
.uploadPage .flexRow .uploadFileList, .uploadPage .tableFundView .fundAdditionalInformation .uploadFileList, .tableFundView .uploadPage .fundAdditionalInformation .uploadFileList, .uploadPage .tableFundView .fundBasicInformation .uploadFileList, .tableFundView .uploadPage .fundBasicInformation .uploadFileList {
  flex-grow: 1;
  flex-shrink: 1;
  display: none;
  height: 0;
  padding: 6rem 1.5rem;
  pointer-events: none;
  width: 100%;
}
.uploadPage .flexRow .uploadFileList .uploadFilesContainer, .uploadPage .tableFundView .fundAdditionalInformation .uploadFileList .uploadFilesContainer, .tableFundView .uploadPage .fundAdditionalInformation .uploadFileList .uploadFilesContainer, .uploadPage .tableFundView .fundBasicInformation .uploadFileList .uploadFilesContainer, .tableFundView .uploadPage .fundBasicInformation .uploadFileList .uploadFilesContainer {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  pointer-events: all;
  height: 100%;
}
.uploadPage .flexRow .uploadFileList.show, .uploadPage .tableFundView .fundAdditionalInformation .uploadFileList.show, .tableFundView .uploadPage .fundAdditionalInformation .uploadFileList.show, .uploadPage .tableFundView .fundBasicInformation .uploadFileList.show, .tableFundView .uploadPage .fundBasicInformation .uploadFileList.show {
  display: block;
  height: 100%;
}
.uploadPage .flexRow .uploadCopy, .uploadPage .tableFundView .fundAdditionalInformation .uploadCopy, .tableFundView .uploadPage .fundAdditionalInformation .uploadCopy, .uploadPage .tableFundView .fundBasicInformation .uploadCopy, .tableFundView .uploadPage .fundBasicInformation .uploadCopy {
  flex-grow: 1;
  flex-shrink: 1;
  color: #AAAAAA;
  display: none;
  font-size: 1.5rem;
  margin-top: 1.5rem;
  pointer-events: none;
  text-align: center;
}
.uploadPage .flexRow .uploadCopy button, .uploadPage .tableFundView .fundAdditionalInformation .uploadCopy button, .tableFundView .uploadPage .fundAdditionalInformation .uploadCopy button, .uploadPage .tableFundView .fundBasicInformation .uploadCopy button, .tableFundView .uploadPage .fundBasicInformation .uploadCopy button {
  pointer-events: all;
  position: relative;
  overflow: hidden;
}
.uploadPage .flexRow .uploadCopy button input, .uploadPage .tableFundView .fundAdditionalInformation .uploadCopy button input, .tableFundView .uploadPage .fundAdditionalInformation .uploadCopy button input, .uploadPage .tableFundView .fundBasicInformation .uploadCopy button input, .tableFundView .uploadPage .fundBasicInformation .uploadCopy button input {
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  height: 100%;
  opacity: 0;
  width: 100%;
  z-index: 500;
}
.uploadPage .fileUploading .flexRow, .uploadPage .fileUploading .tableFundView .fundAdditionalInformation, .tableFundView .uploadPage .fileUploading .fundAdditionalInformation, .uploadPage .fileUploading .tableFundView .fundBasicInformation, .tableFundView .uploadPage .fileUploading .fundBasicInformation {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.uploadPage .fileUploading .flexRow .cancelUploadFile, .uploadPage .fileUploading .tableFundView .fundAdditionalInformation .cancelUploadFile, .tableFundView .uploadPage .fileUploading .fundAdditionalInformation .cancelUploadFile, .uploadPage .fileUploading .tableFundView .fundBasicInformation .cancelUploadFile, .tableFundView .uploadPage .fileUploading .fundBasicInformation .cancelUploadFile {
  flex-grow: 0;
  flex-shrink: 0;
  pointer-events: all;
  width: 3rem;
}
.uploadPage .fileUploading .flexRow .cancelUploadFile button, .uploadPage .fileUploading .tableFundView .fundAdditionalInformation .cancelUploadFile button, .tableFundView .uploadPage .fileUploading .fundAdditionalInformation .cancelUploadFile button, .uploadPage .fileUploading .tableFundView .fundBasicInformation .cancelUploadFile button, .tableFundView .uploadPage .fileUploading .fundBasicInformation .cancelUploadFile button {
  padding: 0.375rem;
  margin: 0 0.375rem;
}
@media only screen and (min-width:64.063em) {
  .uploadPage .fileUploading .flexRow .cancelUploadFile button, .uploadPage .fileUploading .tableFundView .fundAdditionalInformation .cancelUploadFile button, .tableFundView .uploadPage .fileUploading .fundAdditionalInformation .cancelUploadFile button, .uploadPage .fileUploading .tableFundView .fundBasicInformation .cancelUploadFile button, .tableFundView .uploadPage .fileUploading .fundBasicInformation .cancelUploadFile button {
    opacity: 0.3;
  }
  .uploadPage .fileUploading .flexRow .cancelUploadFile button:hover, .uploadPage .fileUploading .tableFundView .fundAdditionalInformation .cancelUploadFile button:hover, .tableFundView .uploadPage .fileUploading .fundAdditionalInformation .cancelUploadFile button:hover, .uploadPage .fileUploading .tableFundView .fundBasicInformation .cancelUploadFile button:hover, .tableFundView .uploadPage .fileUploading .fundBasicInformation .cancelUploadFile button:hover {
    opacity: 1;
  }
}
.uploadPage .fileUploading .flexRow .fileInfo, .uploadPage .fileUploading .tableFundView .fundAdditionalInformation .fileInfo, .tableFundView .uploadPage .fileUploading .fundAdditionalInformation .fileInfo, .uploadPage .fileUploading .tableFundView .fundBasicInformation .fileInfo, .tableFundView .uploadPage .fileUploading .fundBasicInformation .fileInfo {
  flex-grow: 1;
  flex-shrink: 1;
}
.uploadPage .fileUploading .flexRow .fileInfo .fileName, .uploadPage .fileUploading .tableFundView .fundAdditionalInformation .fileInfo .fileName, .tableFundView .uploadPage .fileUploading .fundAdditionalInformation .fileInfo .fileName, .uploadPage .fileUploading .tableFundView .fundBasicInformation .fileInfo .fileName, .tableFundView .uploadPage .fileUploading .fundBasicInformation .fileInfo .fileName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uploadPage .fileUploading .flexRow .fileInfo .fileSize, .uploadPage .fileUploading .tableFundView .fundAdditionalInformation .fileInfo .fileSize, .tableFundView .uploadPage .fileUploading .fundAdditionalInformation .fileInfo .fileSize, .uploadPage .fileUploading .tableFundView .fundBasicInformation .fileInfo .fileSize, .tableFundView .uploadPage .fileUploading .fundBasicInformation .fileInfo .fileSize {
  color: #AAAAAA;
}
.uploadPage .fileUploading .meter {
  transition: all 0.25s ease-in-out;
}

@media screen and (max-width: 769px) {
  .sectionNew .appMainScrollBody {
    top: 6rem !important;
    padding-right: 4.5rem;
  }
}

.uploadForm {
  display: none;
}

.userUploadPage {
  transition: all 0.5s ease-in-out;
  bottom: 50px;
  position: absolute;
  right: 0;
  top: 102%;
  width: 540px;
  z-index: 8379;
}
@media only screen and (max-width: 1470px) {
  .userUploadPage {
    width: 440px;
  }
}
.userUploadPage.show, .userUploadPage.showFixed {
  top: 0;
}
@media screen and (max-width: 768px) {
  .userUploadPage.show, .userUploadPage.showFixed {
    border-top: 1px solid #ebebeb;
    overflow-y: auto;
  }
}
@media screen and (max-width: 768px) {
  .userUploadPage.show:has(.dropzone--item--container[zone-type=PREDEFINED]), .userUploadPage.showFixed:has(.dropzone--item--container[zone-type=PREDEFINED]) {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .userUploadPage {
    width: 100%;
  }
}
.userUploadPage .dialogScrollContaier {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  border-left: 1px solid #e0e0e0;
}
.userUploadPage .dialogScrollContaier .listOfDropZones {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
@media screen and (max-width: 540px) {
  .userUploadPage .dialogScrollContaier .listOfDropZones {
    padding: 0 40px;
  }
}

.mulitpleDropZonesContainer {
  padding: 0;
}
.mulitpleDropZonesContainer:first-child {
  margin-top: 30px;
}
.mulitpleDropZonesContainer .listOfDropZones {
  position: relative;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper {
  transition: all 0.25s linear;
  border-radius: 8px;
  border-style: dashed;
  border-color: #61B2DE;
  border-width: 0.2em;
  height: 156px;
  margin: 14px 0;
  padding: 0;
  position: relative;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .custom-dropzone-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .custom-dropzone-left-column {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: space-between;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .custom-dropzone-title {
  font-size: 1.1rem;
  font-weight: 700;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .custom-dropzone-subtitle {
  font-size: 0.9rem;
  font-weight: 500;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .custom-dropzone-rules {
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .custom-dropzone-right-column {
  display: flex;
  flex-direction: column;
  align-items: end;
  height: 100%;
  min-width: 90px;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .custom-dropzone-file-button {
  border: 1px solid #33475B;
  background: transparent;
  padding: 0 16px;
  height: 40px;
  border-radius: 5px;
  color: #33475B;
  display: flex;
  align-items: center;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .custom-dropzone-file-button:hover {
  text-decoration: underline;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropzoneRules-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 170px;
}
@media only screen and (max-width: 1470px) {
  .mulitpleDropZonesContainer .dropzoneItemWrapper .dropzoneRules-text {
    max-width: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .mulitpleDropZonesContainer .dropzoneItemWrapper .dropzoneRules-text {
    max-width: 220px;
  }
}
@media only screen and (max-width: 540px) {
  .mulitpleDropZonesContainer .dropzoneItemWrapper .dropzoneRules-text {
    max-width: 170px;
  }
}
@media only screen and (max-width: 465px) {
  .mulitpleDropZonesContainer .dropzoneItemWrapper .dropzoneRules-text {
    max-width: 130px;
  }
}
@media only screen and (max-width: 420px) {
  .mulitpleDropZonesContainer .dropzoneItemWrapper .dropzoneRules-text {
    max-width: 100px;
  }
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .custom-main-dropzone-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 6rem;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .custom-main-dropzone-top-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .custom-main-dropzone-title {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .custom-main-dropzone-subtitle {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .custom-dropzone-upload-button-container {
  margin-bottom: 6rem;
}
@media only screen and (max-height: 1100px) {
  .mulitpleDropZonesContainer .dropzoneItemWrapper .custom-main-dropzone-container {
    padding-top: 4rem;
  }
  .mulitpleDropZonesContainer .dropzoneItemWrapper .custom-dropzone-upload-button-container {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-height: 940px) {
  .mulitpleDropZonesContainer .dropzoneItemWrapper .custom-main-dropzone-container {
    padding-top: 2rem;
  }
  .mulitpleDropZonesContainer .dropzoneItemWrapper .custom-dropzone-upload-button-container {
    margin-bottom: 2rem;
  }
}
.mulitpleDropZonesContainer .dropzoneItemWrapper[data-dropzone-is-default=true] {
  border: none;
  background: none;
  display: block;
  height: 60px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper[data-dropzone-is-default=true] .flexWrapper .flexItem .dropZoneView {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .mulitpleDropZonesContainer .dropzoneItemWrapper[data-dropzone-is-default=true] .flexWrapper .flexItem .dropZoneView {
    margin-top: 0;
  }
}
.mulitpleDropZonesContainer .dropzoneItemWrapper[data-dropzone-is-default=true] .flexWrapper .flexItem .dropZoneView span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 300;
  margin-right: 8px;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper[data-dropzone-is-default=true] .flexWrapper .flexItem .dropZoneView .zoneIcon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  width: auto;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper[data-dropzone-is-default=true] .flexWrapper .flexItem .dropZoneView .zoneIcon i {
  font-size: 24px !important;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper[data-dropzone-is-default=true] .flexWrapper .flexItem .dropZoneView .zoneBasicInfo {
  align-self: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper[data-dropzone-is-default=true] .flexWrapper .flexItem .dropZoneView .zoneBasicInfo h3 {
  font-size: 17px;
  margin: 0 8px;
  color: #262626;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .mulitpleDropZonesContainer .dropzoneItemWrapper[data-dropzone-is-default=true] {
    display: block;
  }
}
.mulitpleDropZonesContainer .dropzoneItemWrapper.defaultDropzone {
  color: #61B2DE;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .flexWrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: rgba(64, 133, 179, 0.0509803922);
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .flexWrapper.default--main--dropzone {
  background-color: #FFFFFF;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .flexWrapper[data-dropzone-dropped=true] {
  color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .flexWrapper[data-dropzone-dropped=false] {
  opacity: 1;
  visibility: visible;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .flexWrapper .flexItem {
  width: 100%;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .flexWrapper .dropZoneFooter .leftFooter {
  position: absolute;
  bottom: 17px;
  left: 24px;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .flexWrapper .dropZoneFooter .leftFooter .iconLeftFooter {
  color: #61B2DE;
  font-size: 20px;
  margin-right: 8px;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .flexWrapper .dropZoneFooter .leftFooter .iconLeftFooter::before {
  color: rgba(97, 178, 222, 0.2);
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .flexWrapper .dropZoneFooter .leftFooter .textLeftFooter {
  font-size: 16px;
  font-weight: 300;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .flexWrapper .dropZoneFooter .rightFooter {
  position: absolute;
  right: 24px;
  bottom: 17px;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .flexWrapper .dropZoneFooter .rightFooter .iconRightFooter {
  font-size: 20px;
  color: #61B2DE;
  margin-left: 8px;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .flexWrapper .dropZoneFooter .rightFooter .iconRightFooter::before {
  color: rgba(97, 178, 222, 0.2);
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .flexWrapper .dropZoneFooter .rightFooter .textRightFooter {
  font-size: 16px;
  font-weight: 300;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneMoreInfo {
  display: none;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneMoreInfo:before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-size: 60% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../res2/images/svgIcons/folder-upload.svg);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4509803922);
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneMoreInfo ul li {
  margin-bottom: 8px;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneMoreInfo ul li.tickerItem, .mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneMoreInfo ul li.tagsItem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneMoreInfo ul li.tickerItem h4, .mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneMoreInfo ul li.tagsItem h4 {
  margin-right: 8px;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneMoreInfo ul li:last-child {
  margin-bottom: 0;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneMoreInfo h4 {
  margin: 0;
  font-size: 20px;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper.hide {
  display: none;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper.hover .dropZoneView {
  display: none;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper.hover .dropZoneMoreInfo {
  display: block;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper.hover .flexWrapper {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper.dropped [data-dropzone-dropped=false] {
  opacity: 0;
  visibility: hidden;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper.dropped [data-dropzone-dropped=true] {
  opacity: 1;
  visibility: visible;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneView {
  text-align: center;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneView .zoneIcon {
  flex-grow: 0;
  flex-shrink: 0;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneView .zoneIcon i {
  width: 55px;
  height: 55px;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 50px !important;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneView .zoneIcon i.product-img-icon {
  background-image: url("../../res2/images/svgIcons/image-caption.svg");
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneView .zoneIcon i.product-performance-icon {
  background-image: url("../../res2/images/svgIcons/graphic-upa.svg");
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneView .zoneIcon i.product-disclaimer-icon {
  background-image: url("../../res2/images/svgIcons/files-alert.svg");
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneView .zoneBasicInfo {
  flex-grow: 1;
  flex-shrink: 1;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneView .zoneBasicInfo.textCenter {
  text-align: center;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneView .zoneBasicInfo.customDropzoneTitles {
  position: relative;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneView .zoneBasicInfo.customDropzoneTitles h3 {
  font-weight: 700;
  font-size: 20px;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneView .zoneBasicInfo.customDropzoneTitles h4 {
  font-size: 12.8px;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneView .zoneBasicInfo.customDropzoneTitles::before {
  content: "";
  z-index: 9999999;
  display: block;
  margin: 0 auto 14px;
  width: 55px;
  height: 50px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../res2/images/svgIcons/folder-upload.svg");
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneView .zoneBasicInfo h3, .mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneView .zoneBasicInfo h4 {
  margin: 0;
  padding: 0;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneView .zoneBasicInfo h3 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 8px;
  font-weight: 700;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneView .zoneBasicInfo h4 {
  font-size: 12.8px;
  font-weight: 300;
  text-transform: none;
}
.mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneView .zoneBasicInfo h4.csvUploadColor {
  color: #61B2DE;
}

.library-color-personal .library-color {
  color: #f04124;
}
.library-color-personal .library-color::before {
  color: rgba(240, 65, 36, 0.2);
}

.library-color-company .library-color {
  color: #61B2DE;
}
.library-color-company .library-color::before {
  color: rgba(97, 178, 222, 0.2);
}

@media only screen and (max-width: 768px) {
  .upmUploadDialog:has(.dropzone--item--container[zone-id="address_book_page.csv_zone"]) {
    width: 100%;
    height: 520px;
    overflow-y: auto;
    display: block;
  }
  .upmUploadDialog:has(.dropzone--item--container[zone-id="address_book_page.csv_zone"]) .upmUploadDialogWrapper {
    height: 400px !important;
    margin-bottom: 20px !important;
  }
}
.hover-dropzone {
  background-color: rgba(97, 178, 222, 0.1) !important;
  border-style: solid !important;
  border-color: rgb(193, 220, 243) !important;
}

.upmUploadDialog {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  overflow: hidden;
  position: absolute;
  bottom: 50px;
  top: 100%;
  z-index: 8378;
  width: calc(100% - 540px);
}
@media only screen and (max-width: 1470px) {
  .upmUploadDialog {
    width: calc(100% - 440px);
  }
}
@media only screen and (max-width: 768px) {
  .upmUploadDialog {
    display: none;
  }
}
.upmUploadDialog.fullOpacity {
  background-color: white;
}
.upmUploadDialog.show {
  top: 0;
  opacity: 1;
}
.upmUploadDialog.fullWidth {
  width: 100%;
}
.upmUploadDialog .main-dropzone-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 14px;
  height: calc(100% - 160px);
  margin: 30px 30px 10px;
}
.upmUploadDialog .main-dropzone-grid-container .dropzoneItemWrapper {
  height: 100%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .upmUploadDialog .main-dropzone-grid-container {
    height: unset;
  }
  .upmUploadDialog .main-dropzone-grid-container .zoneBasicInfo {
    width: 50%;
    margin: auto;
  }
  .upmUploadDialog .main-dropzone-grid-container .label {
    font-size: 1rem !important;
  }
}
.upmUploadDialog .default-dropzone-dropped-container {
  background-color: rgba(97, 178, 222, 0.4);
  border-radius: 8px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upmUploadDialog .main-dropzone-grid-cols-1 .dropzone-item-1 {
  grid-area: 1/1/7/4;
}
.upmUploadDialog .main-dropzone-grid-cols-2 .dropzone-item-1 {
  grid-area: 1/1/7/3;
}
.upmUploadDialog .main-dropzone-grid-cols-2 .dropzone-item-2 {
  grid-area: 1/3/4/4;
}
.upmUploadDialog .main-dropzone-grid-cols-2 .dropzone-item-3 {
  grid-area: 4/3/7/4;
}
.upmUploadDialog .main-dropzone-grid-cols-3 .dropzone-item-1 {
  grid-area: 1/1/7/2;
}
.upmUploadDialog .main-dropzone-grid-cols-3 .dropzone-item-2 {
  grid-area: 1/2/4/3;
}
.upmUploadDialog .main-dropzone-grid-cols-3 .dropzone-item-3 {
  grid-area: 1/3/4/4;
}
.upmUploadDialog .main-dropzone-grid-cols-3 .dropzone-item-4 {
  grid-area: 4/2/7/3;
}
.upmUploadDialog .main-dropzone-grid-cols-3 .dropzone-item-5 {
  grid-area: 4/3/7/4;
}
.upmUploadDialog .upmUploadDialogWrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #FFFFFF;
  border-radius: 10px;
  border-style: dashed;
  border-color: #262626;
  border-width: 0.2rem;
  height: calc(100% - 200px);
  margin: 14px;
}
@media only screen and (max-width: 768px) {
  .upmUploadDialog .upmUploadDialogWrapper {
    height: 165px;
  }
}
@media only screen and (max-width: 768px) {
  .upmUploadDialog .upmUploadDialogWrapper .zoneBasicInfo i {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .upmUploadDialog .upmUploadDialogWrapper .zoneBasicInfo h5 {
    font-size: 14px;
  }
}
.upmUploadDialog .upmUploadDialogWrapper.hover {
  background-color: rgba(97, 178, 222, 0.3);
}
.upmUploadDialog .dragDropStyle {
  position: absolute;
  width: 100%;
  bottom: 8px;
  height: 70px;
  display: flex;
  align-items: center;
  background-color: #F0EFFE;
  padding: 0 2rem;
}
@media only screen and (max-width: 768px) {
  .upmUploadDialog .dragDropStyle {
    display: none;
  }
}
.upmUploadDialog .dragDropStyle .dragandDrop {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .upmUploadDialog .dragDropStyle .dragandDrop {
    font-size: 1rem;
  }
}
.upmUploadDialog .dragDropStyle h3 {
  margin: 8px 0;
  font-weight: 900;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1199px) {
  .upmUploadDialog .dragDropStyle h3 {
    font-size: 1rem;
  }
}
.upmUploadDialog .dragDropStyle h3 i {
  font-size: 44px;
  margin: 0 10px;
}
@media only screen and (max-width: 1199px) {
  .upmUploadDialog .dragDropStyle h3 i {
    font-size: 30px;
  }
}
.upmUploadDialog .dragDropStyle p {
  font-size: 1.1rem;
  margin: 8px 0;
}
@media only screen and (max-width: 1199px) {
  .upmUploadDialog .dragDropStyle p {
    font-size: 12pxrem;
    margin: 0;
  }
}
.upmUploadDialog .upmUploadDialogInfoContainer {
  text-align: center;
}
.upmUploadDialog .zoneIcon {
  color: #E95A7F;
  margin: 1.5rem 0;
  text-align: center;
  width: 100%;
}
.upmUploadDialog .zoneBasicInfo {
  text-align: center;
}
.upmUploadDialog .zoneBasicInfo .custom-dropzone-upload-button-container {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.upmUploadDialog .zoneBasicInfo .custom-dropzone-file-button {
  border: 1px solid #33475B;
  background: transparent;
  padding: 0 16px;
  height: 40px;
  border-radius: 5px;
  color: #33475B;
  display: flex;
  align-items: center;
}
.upmUploadDialog .zoneBasicInfo .custom-dropzone-file-button:hover {
  text-decoration: underline;
}
.upmUploadDialog .zoneBasicInfo h1, .upmUploadDialog .zoneBasicInfo .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .upmUploadDialog .zoneBasicInfo select, .upmUploadDialog .zoneBasicInfo h3, .upmUploadDialog .zoneBasicInfo h4 {
  margin: 0;
  padding: 0;
  text-align: center;
}
.upmUploadDialog .zoneBasicInfo h1, .upmUploadDialog .zoneBasicInfo .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .upmUploadDialog .zoneBasicInfo select {
  font-size: 4.5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}
.upmUploadDialog .zoneBasicInfo p {
  margin: 0;
  text-align: center;
}
.upmUploadDialog .zoneBasicInfo .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #61B2DE;
  justify-content: center;
  font-size: 8rem;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1470px) {
  .upmUploadDialog .zoneBasicInfo .icon {
    font-size: 4rem;
  }
}
.upmUploadDialog .zoneBasicInfo .label {
  font-size: 1.3rem;
  font-weight: 700;
}
.upmUploadDialog .dropZonesettingsWrapper {
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0.75rem;
  left: 0;
  justify-content: center;
  align-items: flex-end;
}
.upmUploadDialog .dropZonesettings {
  background-color: #61B2DE;
  border-radius: 3px;
  color: #FFFFFF;
  padding: 1.5rem 3rem;
  width: 90%;
}
.upmUploadDialog .dropZonesettings .flexRow, .upmUploadDialog .dropZonesettings .tableFundView .fundAdditionalInformation, .tableFundView .upmUploadDialog .dropZonesettings .fundAdditionalInformation, .upmUploadDialog .dropZonesettings .tableFundView .fundBasicInformation, .tableFundView .upmUploadDialog .dropZonesettings .fundBasicInformation {
  align-items: center;
  flex-wrap: nowrap;
}
.upmUploadDialog .dropZonesettings .iconLabel {
  margin-right: 10px;
  width: 50px;
}
.upmUploadDialog .dropZonesettings .iconLabel i {
  font-size: 3rem;
}
.upmUploadDialog .dropZonesettings .textLabel {
  font-size: 1.5rem;
}
.upmUploadDialog .dropZonesettings h2 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.upmUploadDialog [data-dropzone-dropped][data-dropzone-dropped=true] {
  color: #09b79e;
  opacity: 0;
  visibility: hidden;
}
.upmUploadDialog [data-dropzone-dropped][data-dropzone-dropped=true] h5 {
  display: inline-block;
  color: #09b79e;
}
.upmUploadDialog [data-dropzone-dropped][data-dropzone-dropped=false] {
  opacity: 1;
  visibility: visible;
}
.upmUploadDialog.dropped [data-dropzone-dropped=false] {
  opacity: 0;
  visibility: hidden;
}
.upmUploadDialog.dropped [data-dropzone-dropped=true] {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 960px) {
  .upmUploadDialog .zoneBasicInfo h1, .upmUploadDialog .zoneBasicInfo .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .upmUploadDialog .zoneBasicInfo select {
    font-size: 2rem;
    font-weight: 700;
  }
  .upmUploadDialog .dropZonesettings {
    padding: 1.5rem;
  }
  .upmUploadDialog .dropZonesettings h2 {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .upmUploadDialog .dropZonesettings .textLabel {
    font-size: 1rem;
  }
  .upmUploadDialog .dropZonesettings .iconLabel {
    width: 30px;
  }
  .upmUploadDialog .dropZonesettings .iconLabel i {
    font-size: 1.5rem;
  }
}

.marketingSlogan ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.marketingSlogan ul li {
  font-family: "museo-slab", serif;
  font-size: 1.5rem;
  margin: 0 0 1.5rem 0;
  text-align: center;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.35);
}
.marketingSlogan ul li:nth-child(1) {
  color: #E95A7F;
}
.marketingSlogan ul li:nth-child(2) {
  color: #F4CF46;
}
.marketingSlogan ul li:nth-child(3) {
  color: #f04124;
}
.marketingSlogan ul li:nth-child(4) {
  color: #60C4EE;
}

.snapshotPage .appMainScrollBody {
  top: 60px;
}

.button[data-flag-owner-interest=high], .editCreateMemoPage .pageOptionsContainer ul li button[data-flag-owner-interest=high], [data-flag-owner-interest=high].buttonAction {
  color: rgba(97, 178, 222, 0.5) !important;
}
.button[data-flag-owner-interest=high] .noInterest, .editCreateMemoPage .pageOptionsContainer ul li button[data-flag-owner-interest=high] .noInterest, [data-flag-owner-interest=high].buttonAction .noInterest {
  display: none;
}
.button[data-flag-owner-interest=high] .isInterest, .editCreateMemoPage .pageOptionsContainer ul li button[data-flag-owner-interest=high] .isInterest, [data-flag-owner-interest=high].buttonAction .isInterest {
  display: inline-block;
}

.button[data-flag-owner-interest=low], .editCreateMemoPage .pageOptionsContainer ul li button[data-flag-owner-interest=low], [data-flag-owner-interest=low].buttonAction {
  color: rgba(33, 33, 33, 0.5) !important;
}
.button[data-flag-owner-interest=low] .noInterest, .editCreateMemoPage .pageOptionsContainer ul li button[data-flag-owner-interest=low] .noInterest, [data-flag-owner-interest=low].buttonAction .noInterest {
  display: none;
}
.button[data-flag-owner-interest=low] .isInterest, .editCreateMemoPage .pageOptionsContainer ul li button[data-flag-owner-interest=low] .isInterest, [data-flag-owner-interest=low].buttonAction .isInterest {
  display: inline-block;
}

.button[data-flag-interest=high], .editCreateMemoPage .pageOptionsContainer ul li button[data-flag-interest=high], [data-flag-interest=high].buttonAction {
  color: #61B2DE !important;
}
.button[data-flag-interest=high] .noInterest, .editCreateMemoPage .pageOptionsContainer ul li button[data-flag-interest=high] .noInterest, [data-flag-interest=high].buttonAction .noInterest {
  display: none;
}
.button[data-flag-interest=high] .isInterest, .editCreateMemoPage .pageOptionsContainer ul li button[data-flag-interest=high] .isInterest, [data-flag-interest=high].buttonAction .isInterest {
  display: inline-block;
}

.button[data-flag-interest=low], .editCreateMemoPage .pageOptionsContainer ul li button[data-flag-interest=low], [data-flag-interest=low].buttonAction {
  color: #212121;
}
.button[data-flag-interest=low] .noInterest, .editCreateMemoPage .pageOptionsContainer ul li button[data-flag-interest=low] .noInterest, [data-flag-interest=low].buttonAction .noInterest {
  display: none;
}
.button[data-flag-interest=low] .isInterest, .editCreateMemoPage .pageOptionsContainer ul li button[data-flag-interest=low] .isInterest, [data-flag-interest=low].buttonAction .isInterest {
  display: inline-block;
}

.button[data-flag-interest=null] .noInterest, .editCreateMemoPage .pageOptionsContainer ul li button[data-flag-interest=null] .noInterest, [data-flag-interest=null].buttonAction .noInterest,
.button[data-flag-interest=none] .noInterest,
.editCreateMemoPage .pageOptionsContainer ul li button[data-flag-interest=none] .noInterest,
[data-flag-interest=none].buttonAction .noInterest {
  display: inline-block;
}
.button[data-flag-interest=null] .isInterest, .editCreateMemoPage .pageOptionsContainer ul li button[data-flag-interest=null] .isInterest, [data-flag-interest=null].buttonAction .isInterest,
.button[data-flag-interest=none] .isInterest,
.editCreateMemoPage .pageOptionsContainer ul li button[data-flag-interest=none] .isInterest,
[data-flag-interest=none].buttonAction .isInterest {
  display: none;
}

.button[data-owner-flag-favorite=true], .editCreateMemoPage .pageOptionsContainer ul li button[data-owner-flag-favorite=true], [data-owner-flag-favorite=true].buttonAction {
  color: #212121 !important;
}
.button[data-owner-flag-favorite=true] .notFavorite, .editCreateMemoPage .pageOptionsContainer ul li button[data-owner-flag-favorite=true] .notFavorite, [data-owner-flag-favorite=true].buttonAction .notFavorite {
  display: none;
}
.button[data-owner-flag-favorite=true] .isFavorite, .editCreateMemoPage .pageOptionsContainer ul li button[data-owner-flag-favorite=true] .isFavorite, [data-owner-flag-favorite=true].buttonAction .isFavorite {
  display: inline-block;
}

.button[data-flag-favorite=true], .editCreateMemoPage .pageOptionsContainer ul li button[data-flag-favorite=true], [data-flag-favorite=true].buttonAction {
  color: #61B2DE !important;
}
.button[data-flag-favorite=true] .notFavorite, .editCreateMemoPage .pageOptionsContainer ul li button[data-flag-favorite=true] .notFavorite, [data-flag-favorite=true].buttonAction .notFavorite {
  display: none;
}
.button[data-flag-favorite=true] .isFavorite, .editCreateMemoPage .pageOptionsContainer ul li button[data-flag-favorite=true] .isFavorite, [data-flag-favorite=true].buttonAction .isFavorite {
  display: inline-block;
}

.button[data-flag-favorite=false] .notFavorite, .editCreateMemoPage .pageOptionsContainer ul li button[data-flag-favorite=false] .notFavorite, [data-flag-favorite=false].buttonAction .notFavorite {
  display: inline-block;
}
.button[data-flag-favorite=false] .isFavorite, .editCreateMemoPage .pageOptionsContainer ul li button[data-flag-favorite=false] .isFavorite, [data-flag-favorite=false].buttonAction .isFavorite {
  display: none;
}

.button[data-document-user-can-forward=true], .editCreateMemoPage .pageOptionsContainer ul li button[data-document-user-can-forward=true], [data-document-user-can-forward=true].buttonAction {
  color: #212121 !important;
}

.button[data-document-user-can-forward=false], .editCreateMemoPage .pageOptionsContainer ul li button[data-document-user-can-forward=false], [data-document-user-can-forward=false].buttonAction {
  color: rgba(33, 33, 33, 0.5) !important;
  pointer-events: none;
}
.button[data-document-user-can-forward=false] *, .editCreateMemoPage .pageOptionsContainer ul li button[data-document-user-can-forward=false] *, [data-document-user-can-forward=false].buttonAction * {
  pointer-events: none;
}

.dashboardModule {
  transition: all 0.5s ease-in-out;
  display: inline-block;
  margin: 3rem 0;
  min-height: 7.5rem;
  padding-top: 0;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 40em) {
  .dashboardModule {
    margin: 1.5rem 0;
  }
}
.dashboardModule h4 {
  margin-top: 0.5rem;
}
.dashboardModule label {
  display: inline-block;
  margin-left: -5px;
  padding-top: 2px;
}
.dashboardModule label i {
  font-size: 18px !important;
}
.dashboardModule .flexRow, .dashboardModule .tableFundView .fundAdditionalInformation, .tableFundView .dashboardModule .fundAdditionalInformation, .dashboardModule .tableFundView .fundBasicInformation, .tableFundView .dashboardModule .fundBasicInformation {
  flex-wrap: nowrap;
}
.dashboardModule ul {
  margin-top: 1.5rem;
}
.dashboardModule .fundUpdates li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #EEEEEE;
}
.dashboardModule .fundUpdates li .fundIcon {
  border-radius: 50%;
  border: 2px solid #AAAAAA;
  display: inline-block;
  font-size: 0.75rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  width: 1.5rem;
}
.dashboardModule .fundUpdates li > div {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  padding-right: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dashboardModule .fundUpdates li > div:last-child {
  padding-right: 0;
}
.dashboardModule .fundUpdates li .fundName a {
  display: inline-block;
}
.dashboardModule .fundUpdates li .fundTicker {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
  text-transform: uppercase;
  width: 9.75rem;
}
@media only screen and (max-width: 40em) {
  .dashboardModule .fundUpdates li .fundTicker {
    display: none;
  }
}
.dashboardModule .fundUpdates li .updateDate {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
  width: 9.75rem;
}
.dashboardModule .fundUpdates li:hover {
  background-color: #eef9fd;
}
.dashboardModule .fundUpdates li.userFund .fundIcon {
  border-color: #61B2DE;
  color: #61B2DE;
}
.dashboardModule .fundUpdates li.localFund .fundIcon {
  border-color: #FF9102;
  color: #FF9102;
}
.dashboardModule .dashboardModuleHeader .smallButton {
  margin-top: -0.7rem;
}
.dashboardModule .dashboardModuleHeader .filterSwitch {
  color: #AAAAAA;
  display: inline-block;
  margin-left: 1.5rem;
  text-transform: capitalize;
  font-weight: 500;
}
.dashboardModule .dashboardModuleHeader .filterSwitch .fa {
  color: inherit;
}
.dashboardModule .dashboardModuleHeader .filterSwitch .fa-circle-o {
  display: inline-block;
}
.dashboardModule .dashboardModuleHeader .filterSwitch .fa-dot-circle-o {
  display: none;
}
.dashboardModule .dashboardModuleHeader .filterSwitch:hover {
  cursor: pointer;
}
.dashboardModule .dashboardModuleHeader .filterSwitch.active {
  color: #61B2DE;
}
.dashboardModule .dashboardModuleHeader .filterSwitch.active .fa-circle-o {
  display: none;
}
.dashboardModule .dashboardModuleHeader .filterSwitch.active .fa-dot-circle-o {
  display: inline-block;
}
.dashboardModule.recentMemosModule {
  background-color: #fefefe;
}
.dashboardModule .dropZoneInModule {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.25s ease-in-out;
  background-color: rgba(97, 178, 222, 0.9);
  opacity: 0;
  visibility: hidden;
}
.dashboardModule .dropZoneInModule .flexRow, .dashboardModule .dropZoneInModule .tableFundView .fundAdditionalInformation, .tableFundView .dashboardModule .dropZoneInModule .fundAdditionalInformation, .dashboardModule .dropZoneInModule .tableFundView .fundBasicInformation, .tableFundView .dashboardModule .dropZoneInModule .fundBasicInformation {
  align-items: center;
  height: 100%;
}
.dashboardModule .dropZoneInModule .dropZoneMessage {
  width: 100%;
  color: #EEEEEE;
  text-align: center;
}
.dashboardModule .dropZoneInModule.show {
  visibility: visible;
  opacity: 1;
  z-index: 2000;
}
.dashboardModule .filterModule {
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
}
.dashboardModule .dashboardModuleContent {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 18rem;
}
@media only screen and (min-width:64.063em) {
  .dashboardModule .dashboardModuleContent {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.dashboardModule .noContent {
  color: #AAAAAA;
}
.dashboardModule .flexRow, .dashboardModule .tableFundView .fundAdditionalInformation, .tableFundView .dashboardModule .fundAdditionalInformation, .dashboardModule .tableFundView .fundBasicInformation, .tableFundView .dashboardModule .fundBasicInformation {
  justify-content: center;
  align-items: center;
}
.dashboardModule > ul > li {
  border-bottom: 1px solid #e1e1e1;
  padding: 11px 0.25rem;
}
.dashboardModule > ul > li:hover {
  background-color: #eef9fd;
}
.dashboardModule > ul > li:last-child {
  border-bottom: 0;
}
.dashboardModule > ul > li li {
  padding: 0;
  border-bottom: 0;
}
.dashboardModule [data-entity-memo=false] {
  opacity: 0.5;
}
.dashboardModule [data-entity-memo=false]:hover {
  opacity: 1;
}
.dashboardModule .metaData {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 10px;
  overflow: hidden;
  width: 7.5rem;
}
.dashboardModule .metaData ul {
  margin-top: 0;
}
.dashboardModule .fileName {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dashboardModule .thumbnailIcon,
.dashboardModule .shareButton {
  flex-shrink: 0;
  flex-grow: 0;
}
.dashboardModule .thumbnailIcon .button, .dashboardModule .thumbnailIcon .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .dashboardModule .thumbnailIcon button, .dashboardModule .thumbnailIcon .buttonAction,
.dashboardModule .shareButton .button,
.dashboardModule .shareButton .editCreateMemoPage .pageOptionsContainer ul li button,
.editCreateMemoPage .pageOptionsContainer ul li .dashboardModule .shareButton button,
.dashboardModule .shareButton .buttonAction {
  background-color: transparent;
  margin: 0;
  padding: 0 5px;
}
.dashboardModule .shareButton {
  margin: 0 5px 0 0;
}
.dashboardModule .recentUploadedFile {
  position: relative;
}
.dashboardModule .recentUploadedFile .thumbanilImage {
  translate: all 0.25s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
  max-width: 320px;
  opacity: 0;
  padding: 0.75rem;
  pointer-events: none;
  position: absolute;
  top: 95%;
  left: 20%;
  visibility: hidden;
  z-index: 1000;
}
.dashboardModule .recentUploadedFile .thumbanilImage img {
  display: block;
  max-width: 100%;
}
.dashboardModule .recentUploadedFile .thumbanilImage:after {
  border-bottom-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0);
  border-width: 7px;
  border: solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 15px;
  margin-left: -7px;
  pointer-events: none;
  position: absolute;
  width: 0;
}
.dashboardModule .recentUploadedFile:hover .thumbanilImage {
  opacity: 1;
  visibility: visible;
}
.dashboardModule .recentUploadedFile[data-document-user-can-forward=false] .shareButton {
  pointer-events: none;
  opacity: 0.2;
}

.fullWidthModuleHeader {
  margin-top: 1.35rem;
}
.fullWidthModuleHeader .dashboardModule {
  margin: 0 0 0 0;
  min-height: 0;
}

.fullWidthModule {
  background-image: linear-gradient(#e3e3e3, rgba(227, 227, 227, 0.4));
  margin-bottom: 1.5rem;
}
.fullWidthModule:before, .fullWidthModule:after {
  content: " ";
  display: table;
}
.fullWidthModule:after {
  clear: both;
}
.fullWidthModule.shared--by--other--module {
  background-image: linear-gradient(#aaaaaa, rgba(170, 170, 170, 0.4));
}
@media only screen and (max-width: 40em) {
  .fullWidthModule {
    margin-bottom: 0;
  }
}
.fullWidthModule .listOfThumbnailImages {
  transform: translateZ(0);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 460px;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
@media only screen and (max-width: 40em) {
  .fullWidthModule .listOfThumbnailImages {
    margin: 0 0.75rem;
    height: 240px;
  }
}
@media screen and (max-width: 1025px) {
  .fullWidthModule .listOfThumbnailImages {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    pointer-events: all;
  }
}
.fullWidthModule .listOfThumbnailImages > li {
  transform: translateZ(0);
  transition: all 0.75s ease-in-out;
  background-color: #FFFFFF;
  display: inline-block;
  margin: 0 1.5rem;
  min-width: 322px;
  overflow: hidden;
  position: relative;
  width: auto;
  height: 100%;
  text-align: left;
}
.fullWidthModule .listOfThumbnailImages > li .imgLoader {
  position: absolute;
  top: 0;
  right: unset;
  bottom: 0unset;
  left: 0;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 0;
  font-size: 1.5rem;
}
.fullWidthModule .listOfThumbnailImages > li img {
  transform: translateZ(0);
  transition: all 0.75s ease-in-out;
  height: 100%;
  width: auto;
}
.fullWidthModule .listOfThumbnailImages > li > a {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 40em) {
  .fullWidthModule .listOfThumbnailImages > li {
    margin: 0 0.75rem;
    min-width: 150px;
  }
}
.fullWidthModule .listOfThumbnailImages > li .fileActionContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: unset;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: right;
  z-index: 50;
}
.fullWidthModule .listOfThumbnailImages > li .fileActionContainer ul {
  margin: 0;
  white-space: nowrap;
}
.fullWidthModule .listOfThumbnailImages > li .fileActionContainer ul li {
  display: inline-block;
}
.fullWidthModule .listOfThumbnailImages > li .fileActionContainer .button, .fullWidthModule .editCreateMemoPage .pageOptionsContainer ul .listOfThumbnailImages > li .fileActionContainer button, .editCreateMemoPage .pageOptionsContainer ul .fullWidthModule .listOfThumbnailImages > li .fileActionContainer button, .fullWidthModule .listOfThumbnailImages > li .fileActionContainer .buttonAction {
  background-color: transparent;
  border-radius: 0;
  color: #E3E3E3;
  margin: 0;
}
.fullWidthModule .listOfThumbnailImages > li .fileActionContainer .button.forwardFileButton, .fullWidthModule .editCreateMemoPage .pageOptionsContainer ul .listOfThumbnailImages > li .fileActionContainer button.forwardFileButton, .editCreateMemoPage .pageOptionsContainer ul .fullWidthModule .listOfThumbnailImages > li .fileActionContainer button.forwardFileButton, .fullWidthModule .listOfThumbnailImages > li .fileActionContainer .forwardFileButton.buttonAction {
  color: #212121;
}
.fullWidthModule .listOfThumbnailImages > li .thumbnailDiscription {
  transition: all 0.5s ease-in-out;
  background-color: rgba(97, 178, 222, 0.9);
  bottom: -40px;
  color: #FFFFFF;
  font-size: 0.875rem;
  left: 0;
  line-height: 24px;
  padding: 0.75rem 1.5rem;
  position: absolute;
  width: 100%;
  z-index: 20;
}
.fullWidthModule .listOfThumbnailImages > li .thumbnailDiscription > div:before, .fullWidthModule .listOfThumbnailImages > li .thumbnailDiscription > div:after {
  content: " ";
  display: table;
}
.fullWidthModule .listOfThumbnailImages > li .thumbnailDiscription > div:after {
  clear: both;
}
@media only screen and (max-width: 40em) {
  .fullWidthModule .listOfThumbnailImages > li .thumbnailDiscription {
    padding: 0.75rem;
  }
}
.fullWidthModule .listOfThumbnailImages > li .thumbnailDiscription .fa {
  width: 1.5rem;
  text-align: center;
}
.fullWidthModule .listOfThumbnailImages > li .thumbnailDiscription .material-icons {
  margin: -3px 5px 0 0;
}
.fullWidthModule .listOfThumbnailImages > li .thumbnailDiscription .metaUser {
  font-weight: 700;
  margin: 0 0 1.5rem 0;
}
.fullWidthModule .listOfThumbnailImages > li .thumbnailDiscription .metaFilename,
.fullWidthModule .listOfThumbnailImages > li .thumbnailDiscription .metaUser {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fullWidthModule .listOfThumbnailImages > li .thumbnailDiscription.shortDescription {
  bottom: 0;
}
.fullWidthModule .listOfThumbnailImages > li:hover {
  cursor: pointer;
}
.fullWidthModule .listOfThumbnailImages > li:hover .extraDescription {
  bottom: 0;
}
.fullWidthModule .listOfThumbnailImages > li:hover .shortDescription {
  bottom: -50%;
}
.fullWidthModule .dashboardModule {
  min-height: 0;
  margin: 0 0 1.5rem 0 !important;
}
@media only screen and (max-width: 40em) {
  .fullWidthModule .dashboardModule {
    margin: 0;
  }
}
.fullWidthModule .dashboardModule h4 {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}

.pageTutorialLayer {
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.pageTutorialLayer .tutorialTipImage {
  background-size: contain;
  background: url(../images/hand_arrow.png) 50% 50% no-repeat;
  height: 200px;
  width: 200px;
}
.pageTutorialLayer .tutorialTipMessage {
  color: #FFFFFF;
  font-size: 1.5rem;
  left: 60%;
  max-width: 450px;
  position: absolute;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  top: 100%;
  width: 100%;
}
.pageTutorialLayer .totorialTipContainer {
  position: absolute;
  top: 1.5rem;
  right: unset;
  bottom: unset;
  left: 1.5rem;
  max-width: 450px;
}
.pageTutorialLayer .totorialTipContainer.startCommandLine {
  top: 2rem;
  left: 33rem;
}

.smallButton a {
  font-size: 0.6875rem;
  text-transform: uppercase;
}
.smallButton a .fa {
  color: #61B2DE;
}

.dropdownMenu {
  position: relative;
  display: inline-block;
}
.dropdownMenu .selectedValue {
  font-weight: 700;
  padding: 0.375rem 0;
  text-transform: uppercase;
}
.dropdownMenu .listContainer {
  transition: all 0.75s ease-in-out;
  left: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 80%;
  z-index: 1000;
}
.dropdownMenu .listContainer .arrow-up {
  border-bottom: 5px solid rgba(0, 0, 0, 0.9);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  height: 0;
  left: 0.75rem;
  position: absolute;
  top: 0;
  width: 0;
}
.dropdownMenu .listOfValues {
  background-color: rgba(0, 0, 0, 0.9);
  color: #FFFFFF;
  list-style: none;
  margin-top: 4px;
  padding: 0.375rem 0;
}
.dropdownMenu .listOfValues li {
  border-bottom: 0;
  padding: 0.375rem 0.75rem;
  white-space: nowrap;
}
.dropdownMenu .listOfValues li:hover {
  color: #61B2DE;
  cursor: pointer;
}
.dropdownMenu .listOfValues li.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.dropdownMenu:hover .fa {
  color: #61B2DE;
}
.dropdownMenu:hover .listContainer {
  max-height: 320px;
}

.memoContainer {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.memoCounter {
  flex-grow: 0;
  flex-shrink: 0;
  line-height: 1.1;
  padding-right: 0.75rem;
  text-align: center;
  width: 120px;
}
.memoCounter .memoStat.memoStatUnread {
  color: shade(#f04124, 20%);
}
.memoCounter.hide-for-iphone-only {
  display: block;
}
.memoCounter.hide-for-iphone-only .memoStat {
  padding: 0 0 0.75rem 0;
}
.memoCounter.show-for-iphone-only {
  display: none;
}
.memoCounter[data-has-new-memo=true] {
  color: #a3210b;
}
.memoCounter .memoNumber {
  display: block;
  font-size: 2.25rem;
  font-weight: 900;
}
.memoCounter .memoLabel {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
}
@media only screen and (max-width: 40em) {
  .memoCounter {
    text-align: left;
    width: auto;
  }
  .memoCounter.hide-for-iphone-only {
    display: none;
  }
  .memoCounter.show-for-iphone-only {
    display: block;
  }
  .memoCounter .memoNumber {
    font-size: 1.125rem;
    margin-right: 0.375rem;
    line-height: 0.85;
  }
  .memoCounter .memoLabel {
    font-size: 0.75rem;
    line-height: 1;
  }
}

.memoSlider {
  flex-grow: 1;
  flex-shrink: 1;
  border-left: 1px dotted #EEEEEE;
  padding-left: 0.75rem;
  position: relative;
}
.memoSlider.hide {
  display: none;
}
@media only screen and (max-width: 40em) {
  .memoSlider {
    border-left: 0;
    padding-left: 0;
  }
}
.memoSlider .memoSliderNav {
  background-color: transparent;
  color: #212121;
  font-size: 3rem;
  margin: 0;
  position: absolute;
  top: 85px;
  z-index: 500;
}
@media only screen and (max-width: 40em) {
  .memoSlider .memoSliderNav {
    top: 150px;
  }
}
.memoSlider .memoSliderNav.memoSlide-prev {
  left: 0;
}
.memoSlider .memoSliderNav.memoSlide-next {
  right: 0;
}

.recentMemos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 50px;
  position: relative;
}
.recentMemos .memoSlide {
  flex-grow: 1;
  flex-shrink: 1;
  transition: all 0.75s ease-in-out;
  display: none;
  padding: 1.5rem 0;
}
.recentMemos .memoSlide.active {
  display: block;
  width: 100%;
}
.recentMemos .memoSlide .flexRow, .recentMemos .memoSlide .tableFundView .fundAdditionalInformation, .tableFundView .recentMemos .memoSlide .fundAdditionalInformation, .recentMemos .memoSlide .tableFundView .fundBasicInformation, .tableFundView .recentMemos .memoSlide .fundBasicInformation {
  flex-wrap: wrap;
}
.recentMemos .memoSlide .memoRow {
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 40em) {
  .recentMemos .memoSlide .memoRow {
    margin-bottom: 3rem;
  }
}
.recentMemos .memoSlide .memoRow:last-child {
  margin-bottom: 0;
}
.recentMemos .memoSlide .memoRow[data-document-read=true] {
  opacity: 0.5;
}
.recentMemos .memoSlide .memoRow[data-document-read=true]:hover {
  opacity: 1;
}
.recentMemos .memoSlide .memoHeader {
  margin-bottom: 0.75rem;
  width: 100%;
}
.recentMemos .memoSlide .memoHeader .flexRow, .recentMemos .memoSlide .memoHeader .tableFundView .fundAdditionalInformation, .tableFundView .recentMemos .memoSlide .memoHeader .fundAdditionalInformation, .recentMemos .memoSlide .memoHeader .tableFundView .fundBasicInformation, .tableFundView .recentMemos .memoSlide .memoHeader .fundBasicInformation {
  flex-wrap: nowrap;
}
.recentMemos .memoSlide .rowContent {
  width: 100%;
}
.recentMemos .memoSlide .memoLocation {
  font-weight: 900;
  color: #f04124;
}
.recentMemos .memoSlide .memoMetaData {
  flex-grow: 0;
  flex-shrink: 0;
}
.recentMemos .memoSlide .memoSlideName {
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 700;
  overflow: hidden;
}
.recentMemos .memoSlide .memoSlideName span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.recentMemos .memoSlide .memoSlideName a {
  display: inline-block;
}
.recentMemos .memoSlide .memoSlideName a div {
  overflow: hidden;
  word-break: break-word;
  height: 1.35rem;
}
.recentMemos .memoSlide .memoAuthor {
  font-size: 0.75rem;
  font-weight: 900;
}
.recentMemos .memoSlide .memoAuthor span {
  font-weight: 500;
}
.recentMemos .memoSlide .memoContent {
  transition: all 0.75s ease-in-out;
  height: 9rem;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
}
@media only screen and (max-width: 40em) {
  .recentMemos .memoSlide .memoContent {
    word-break: break-all;
    height: 5rem;
    font-size: 0.75rem;
  }
}
.recentMemos .memoSlide .userActions {
  display: block;
  margin: 0 0.375rem 0 0;
  white-space: nowrap;
}
.recentMemos .memoSlide .userActions li {
  display: inline-block;
}
.recentMemos .memoSlide .userActions .button, .recentMemos .memoSlide .userActions .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .recentMemos .memoSlide .userActions button, .recentMemos .memoSlide .userActions .buttonAction {
  background-color: transparent;
  color: #EEEEEE;
  margin: 0;
  padding: 0 0.375rem;
}
.recentMemos .memoSlide .userActions .button:hover, .recentMemos .memoSlide .userActions .editCreateMemoPage .pageOptionsContainer ul li button:hover, .editCreateMemoPage .pageOptionsContainer ul li .recentMemos .memoSlide .userActions button:hover, .recentMemos .memoSlide .userActions .buttonAction:hover {
  color: #AAAAAA;
}

.sliderPagination {
  display: block;
  text-align: center;
}
.sliderPagination li {
  display: inline-block;
  margin: 0 0.375rem;
}
.sliderPagination li span {
  border-radius: 50%;
  transition: all 0.25s ease-in-out;
  background-color: #EEEEEE;
  display: block;
  height: 1rem;
  width: 1rem;
}
.sliderPagination li:hover {
  cursor: pointer;
}
.sliderPagination li:hover span {
  background-color: #61B2DE;
}
.sliderPagination li.active {
  pointer-events: none;
}
.sliderPagination li.active span {
  background-color: #61B2DE;
}

.userBusinessPage .moduleDivider, .userMarketingPage .moduleDivider {
  background-color: #EEEEEE;
  height: 1px;
  margin: 3rem 0;
}
.userBusinessPage .subModuleDivider, .userMarketingPage .subModuleDivider {
  height: 1px;
  margin: 3rem 0;
}
.userBusinessPage .appMainScrollBody, .userMarketingPage .appMainScrollBody {
  top: 6.2rem;
}
.userBusinessPage .reportContainer, .userMarketingPage .reportContainer {
  padding: 3rem 0;
}
.userBusinessPage .reportModule, .userMarketingPage .reportModule {
  padding: 1.5rem 0;
  margin: 0;
}
.userBusinessPage .reportModule .reportModuleTitle, .userMarketingPage .reportModule .reportModuleTitle {
  margin-bottom: 1.5rem;
}
.userBusinessPage .reportModule .moduleSubtitle, .userMarketingPage .reportModule .moduleSubtitle {
  margin: 1.5rem 0;
}
.userBusinessPage .reportModule .statTable, .userMarketingPage .reportModule .statTable {
  flex-wrap: nowrap;
  border-bottom: 1px solid #EEEEEE;
  padding: 0.75rem 0;
}
.userBusinessPage .reportModule .statTable .fileName, .userMarketingPage .reportModule .statTable .fileName {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.userBusinessPage .reportModule .statTable .fileDate, .userMarketingPage .reportModule .statTable .fileDate {
  display: none;
}
@media only screen and (min-width:64.063em) {
  .userBusinessPage .reportModule .statTable .fileDate, .userMarketingPage .reportModule .statTable .fileDate {
    display: block !important;
  }
}
.userBusinessPage .reportModule .statTable .fileColumn, .userMarketingPage .reportModule .statTable .fileColumn {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75rem;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 126px;
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .userBusinessPage .reportModule .statTable .fileColumn, .userMarketingPage .reportModule .statTable .fileColumn {
    width: 3rem;
  }
}
@media only screen and (max-width: 40em) {
  .userBusinessPage .reportModule .statTable .fileColumn, .userMarketingPage .reportModule .statTable .fileColumn {
    width: 3rem;
  }
}
.userBusinessPage .reportModule .statTable.statTableHeader, .userMarketingPage .reportModule .statTable.statTableHeader {
  border-bottom: 1px solid #E3E3E3;
  color: #999999;
  font-weight: 500;
  margin-top: 1.5rem;
}
.userBusinessPage .reportModule .statTable.statTableHeader small, .userMarketingPage .reportModule .statTable.statTableHeader small {
  font-weight: 300;
}
.userBusinessPage .reportModule table, .userMarketingPage .reportModule table {
  width: 100%;
}
.userBusinessPage .reportModule table th, .userMarketingPage .reportModule table th, .userBusinessPage .reportModule table td, .userMarketingPage .reportModule table td {
  font-size: 1rem;
  white-space: nowrap;
}
.userBusinessPage .reportModule table th, .userMarketingPage .reportModule table th {
  font-weight: 900;
}
.userBusinessPage .reportModule table tr, .userMarketingPage .reportModule table tr {
  border-bottom: 1px solid #EEEEEE;
}
.userBusinessPage .reportModule table tr td, .userMarketingPage .reportModule table tr td {
  text-align: right;
}
.userBusinessPage .reportModule table tr td.fileName, .userMarketingPage .reportModule table tr td.fileName {
  text-align: left;
}
.userBusinessPage .reportModule table tr:hover td, .userMarketingPage .reportModule table tr:hover td {
  background-color: #EEEEEE;
}
@media only screen and (max-width: 40em) {
  .userBusinessPage .reportModule, .userMarketingPage .reportModule {
    padding: 1.5rem 0;
    margin: 0.75rem 0;
  }
}
.userBusinessPage .moduleFilter ul, .userMarketingPage .moduleFilter ul {
  display: block;
  list-style: none;
  text-align: right;
  white-space: nowrap;
}
.userBusinessPage .moduleFilter ul li, .userMarketingPage .moduleFilter ul li {
  display: inline-block;
  margin: 0 1.5rem;
}
.userBusinessPage .moduleFilter ul li:first-child, .userMarketingPage .moduleFilter ul li:first-child {
  margin-left: 0;
}
.userBusinessPage .moduleFilter ul li:last-child, .userMarketingPage .moduleFilter ul li:last-child {
  margin-right: 0;
}
.userBusinessPage .moduleFilter ul li a, .userMarketingPage .moduleFilter ul li a {
  color: #AAAAAA;
}
.userBusinessPage .moduleFilter ul li a.active, .userMarketingPage .moduleFilter ul li a.active {
  font-weight: 900;
  color: #212121;
}
.userBusinessPage .moduleFilter ul li a:hover, .userMarketingPage .moduleFilter ul li a:hover {
  color: #61B2DE;
}
.userBusinessPage .numberModule, .userMarketingPage .numberModule {
  text-align: center;
  padding: 1.5rem 0;
}
.userBusinessPage .numberModule.blueNumber, .userMarketingPage .numberModule.blueNumber {
  color: #61B2DE;
}
.userBusinessPage .numberModule.unavailableNumber, .userMarketingPage .numberModule.unavailableNumber {
  color: #EEEEEE;
}
.userBusinessPage .numberModule .dataValue, .userMarketingPage .numberModule .dataValue {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 150%;
}
.userBusinessPage .numberModule .dataValue[smaller-text=true], .userMarketingPage .numberModule .dataValue[smaller-text=true] {
  font-size: 3rem;
}
@media screen and (max-width: 1025px) {
  .userBusinessPage .numberModule .dataValue, .userMarketingPage .numberModule .dataValue {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .userBusinessPage .numberModule .dataValue, .userMarketingPage .numberModule .dataValue {
    font-size: 1.5rem;
  }
}
.userBusinessPage .numberModule .dataLabel, .userMarketingPage .numberModule .dataLabel {
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: lowercase;
  line-height: 150%;
  text-transform: uppercase;
}
@media screen and (max-width: 1025px) {
  .userBusinessPage .numberModule .dataLabel, .userMarketingPage .numberModule .dataLabel {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .userBusinessPage .numberModule .dataLabel, .userMarketingPage .numberModule .dataLabel {
    font-size: 0.9rem;
    word-break: break-all;
  }
}

.userMarketingPage {
  margin: 0;
}
.userMarketingPage .row {
  margin-bottom: 0 !important;
}
.userMarketingPage .reportTitle h1 small, .userMarketingPage .reportTitle .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select small, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .userMarketingPage .reportTitle select small {
  display: inline-block;
}
.userMarketingPage .moduleFilter ul {
  text-align: left;
}
.userMarketingPage .first--section {
  display: none;
}
.userMarketingPage .first--section .dataValue {
  font-size: 3rem;
}
.userMarketingPage .first--section .dataLabel {
  font-size: 0.8rem;
}
.userMarketingPage .second--section {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  display: block;
}

.upmHomePage {
  transition: all 0.3s linear;
}
.upmHomePage > .appMainScrollBody {
  background-color: #FAFAFA;
  bottom: 50px;
  top: 60px;
}
.upmHomePage .upmHomePageContent {
  padding: 0 0 3rem 0;
}
.upmHomePage .homepageModule {
  margin-bottom: 1.5rem;
  margin-top: 3rem;
  padding: 0 1.5rem;
}
.upmHomePage .homepageModule.maxWidth {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.upmHomePage .homepageModule label {
  display: inline-block;
  margin-left: -5px;
  padding: 2px 0 4px;
}
.upmHomePage .homepageModule label i {
  font-size: 18px !important;
}
.upmHomePage .homepageModule__header {
  display: flex;
  padding: 1rem 0 0.25rem;
}
.upmHomePage .homepageModule__header h4 {
  margin: 0;
  margin-top: 3px;
}
.upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper {
  max-width: 400px;
}
@media screen and (max-width: 640px) {
  .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper {
    max-width: 100%;
  }
}
.upmHomePage .chooseDashoboardModule h1, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select {
  margin-top: -6px;
}
.upmHomePage .chooseDashoboardModule h1 span button, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select span button {
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  top: -16px;
}
.upmHomePage .chooseDashoboardModule h1 span button i, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select span button i {
  font-size: 12px !important;
}
.upmHomePage .listOfFilesModule, .upmHomePage .portfolioPage .listOfConceptsModule, .portfolioPage .upmHomePage .listOfConceptsModule {
  background-color: #F0F0F0;
  margin: 0 -1.5rem;
  padding: 0;
  position: relative;
}
.upmHomePage .listOfFilesModule .moduleScroller, .upmHomePage .portfolioPage .listOfConceptsModule .moduleScroller, .portfolioPage .upmHomePage .listOfConceptsModule .moduleScroller {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .upmHomePage .listOfFilesModule .moduleScroller, .upmHomePage .portfolioPage .listOfConceptsModule .moduleScroller, .portfolioPage .upmHomePage .listOfConceptsModule .moduleScroller {
    pointer-events: all;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.upmHomePage .listOfFilesModule ul, .upmHomePage .portfolioPage .listOfConceptsModule ul, .portfolioPage .upmHomePage .listOfConceptsModule ul {
  display: block;
  margin: 0.7em 0 0.7em 0;
  white-space: nowrap;
}
.upmHomePage .listOfFilesModule ul .file--item, .upmHomePage .portfolioPage .listOfConceptsModule ul .file--item, .portfolioPage .upmHomePage .listOfConceptsModule ul .file--item {
  transition: all 0.25s linear;
  background: url(../images/loader_fancy.svg) 50% 50% no-repeat #FFFFFF;
  border: 3px solid #EEEEEE;
  display: inline-block;
  margin-right: 0.3em;
  overflow: hidden;
  position: relative;
}
.upmHomePage .listOfFilesModule ul .file--item.newFileItem, .upmHomePage .portfolioPage .listOfConceptsModule ul .file--item.newFileItem, .portfolioPage .upmHomePage .listOfConceptsModule ul .file--item.newFileItem {
  border-color: #61B2DE;
  animation: blinkBorder 1.5s linear 0s infinite alternate;
}
.upmHomePage .listOfFilesModule ul .file--item:first-child, .upmHomePage .portfolioPage .listOfConceptsModule ul .file--item:first-child, .portfolioPage .upmHomePage .listOfConceptsModule ul .file--item:first-child {
  margin-left: 1.5rem;
}
.upmHomePage .listOfFilesModule ul .file--item:last-child, .upmHomePage .portfolioPage .listOfConceptsModule ul .file--item:last-child, .portfolioPage .upmHomePage .listOfConceptsModule ul .file--item:last-child {
  margin-right: 0;
}
.upmHomePage .listOfFilesModule ul .file--item:hover, .upmHomePage .portfolioPage .listOfConceptsModule ul .file--item:hover, .portfolioPage .upmHomePage .listOfConceptsModule ul .file--item:hover {
  border-color: #AAAAAA;
}
.upmHomePage .listOfFilesModule ul > li.noContent, .upmHomePage .portfolioPage .listOfConceptsModule ul > li.noContent, .portfolioPage .upmHomePage .listOfConceptsModule ul > li.noContent {
  background: none;
  border: none;
  line-height: 28px;
  padding: 0 1.5rem;
}
.upmHomePage .listOfFilesModule ul > li.noContent i, .upmHomePage .portfolioPage .listOfConceptsModule ul > li.noContent i, .portfolioPage .upmHomePage .listOfConceptsModule ul > li.noContent i {
  margin-right: 5px;
}
.upmHomePage .listOfFilesModule .thumbnailContiner, .upmHomePage .portfolioPage .listOfConceptsModule .thumbnailContiner, .portfolioPage .upmHomePage .listOfConceptsModule .thumbnailContiner {
  height: 240px;
}
.upmHomePage .listOfFilesModule .thumbnailContiner img, .upmHomePage .portfolioPage .listOfConceptsModule .thumbnailContiner img, .portfolioPage .upmHomePage .listOfConceptsModule .thumbnailContiner img {
  display: block;
  height: 240px;
  min-width: 185px;
}
@media screen and (min-width: 768px) {
  .upmHomePage .listOfFilesModule.size500 .thumbnailContiner, .upmHomePage .portfolioPage .size500.listOfConceptsModule .thumbnailContiner, .portfolioPage .upmHomePage .size500.listOfConceptsModule .thumbnailContiner {
    height: 500px;
  }
  .upmHomePage .listOfFilesModule.size500 .thumbnailContiner img, .upmHomePage .portfolioPage .size500.listOfConceptsModule .thumbnailContiner img, .portfolioPage .upmHomePage .size500.listOfConceptsModule .thumbnailContiner img {
    min-width: 380px;
    height: 500px;
  }
}
.upmHomePage .listOfOptions {
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f7f7f7;
  border-top: 1px solid #CCCCCC;
  margin: 0 !important;
  padding: 4px;
  text-align: right;
  white-space: nowrap;
}
.upmHomePage .listOfOptions li {
  border: none !important;
  display: inline-block;
  margin: 0 !important;
  padding: 7px 0;
}
.upmHomePage .listOfOptions button {
  padding: 0 5px;
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
}
.upmHomePage .thumbnailDiscription {
  position: absolute;
  top: 0;
  right: 0;
  bottom: unset;
  left: 0;
  transition: all 0.25s linear;
  transform: translateX(101%);
  background-color: rgba(255, 255, 255, 0.9);
  color: #212121;
  z-index: 50;
}
.upmHomePage .thumbnailDiscription ul {
  margin: 0.75rem;
}
.upmHomePage .thumbnailDiscription ul li {
  font-size: 12px;
  line-height: 1.35;
  padding-left: 6px;
}
.upmHomePage .thumbnailDiscription ul li:before, .upmHomePage .thumbnailDiscription ul li:after {
  content: " ";
  display: table;
}
.upmHomePage .thumbnailDiscription ul li:after {
  clear: both;
}
.upmHomePage .thumbnailDiscription ul li:first-child {
  margin-top: 0.2rem;
}
.upmHomePage .thumbnailDiscription ul li i {
  float: left;
  margin: -3px 5px 0 0;
}
.upmHomePage .thumbnailDiscription ul li strong {
  font-weight: 700;
}
.upmHomePage .thumbnailDiscription.show {
  transform: translateX(0);
}
.upmHomePage .fileMetaButtonContainer {
  position: absolute;
  right: 0.75rem;
  top: 8px;
  z-index: 100;
}
.upmHomePage .fileMetaButtonContainer .fileMetaButton {
  background-color: #FFFFFF;
  border: 1px solid #E3E3E3;
  color: #FFFFFF;
  display: flex;
  height: 32px;
  justify-content: center;
  margin: 0;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.upmHomePage .fileMetaButtonContainer .fileMetaButton:hover {
  background-color: #555555;
  border-color: #555555;
  color: #555555;
}
.upmHomePage .fileMetaButtonContainer .fileMetaButton[data-document-privacy=public] {
  background-color: #55B5AC;
}
.upmHomePage .fileMetaButtonContainer .fileMetaButton[data-document-privacy=private] {
  background-color: #DF6365;
}
.upmHomePage .fileMetaButtonContainer .fileMetaButton[data-document-privacy=semipublic] {
  background-color: #FFAA00;
}
.upmHomePage .fileMetaButtonContainer .fileMetaButton .multiIcon {
  position: relative;
}
.upmHomePage .fileMetaButtonContainer .fileMetaButton .multiIcon .sourceDisplayIcon1 {
  top: -10px;
  left: -12px;
}
.upmHomePage .fileMetaButtonContainer .fileMetaButton .multiIcon .sourceDisplayIcon2 {
  position: absolute;
  top: -13px;
  right: -19px;
  font-size: 14px !important;
  color: #f04124;
}
.upmHomePage .forwardFileButton,
.upmHomePage .favoriteButton,
.upmHomePage .interestButton {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  line-height: 12px;
  margin: 0;
}
.upmHomePage .liveHeaderFlex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .upmHomePage .liveHeaderFlex {
    flex-direction: row;
    justify-content: space-between;
  }
}
.upmHomePage .liveHeaderFlex .liveHeaderFlexItem {
  display: flex;
  align-self: center;
}
@media screen and (max-width: 425px) {
  .upmHomePage .liveHeaderFlex .liveHeaderFlexItem {
    flex-direction: column;
    text-align: center;
  }
}
.upmHomePage .liveHeaderFlex .liveHeaderFlexItem select {
  align-self: center;
  margin: 0.5rem 1rem;
}

.listOfConcepts ul {
  margin-bottom: 0.75rem;
}
.listOfConcepts ul.conceptsFromUpmonthList li {
  margin: 0 3px 6px 0;
}
.listOfConcepts ul.conceptsFromUpmonthList li .upmListItem {
  color: #61B2DE;
}
.listOfConcepts ul.classificationsList li .upmListItem {
  border-color: #61B2DE;
  color: #61B2DE;
  position: relative;
}
.listOfConcepts.subMenu ul > li {
  margin: 0 3px 6px 0;
}
.listOfConcepts.subMenu ul > li .upmListItem:after {
  background-color: #EEEEEE;
  border-radius: 50% 50% 0 0;
  bottom: 0;
  content: " ";
  height: 3px;
  left: 47%;
  position: absolute;
  width: 6px;
}
.listOfConcepts.subMenu ul > li:hover .upmListItem:after {
  background-color: #61B2DE;
}

.conceptListItem {
  position: relative;
}

.pageSidebarContainer {
  transform: translateX(480px);
  transition: all 0.5s linear;
  background-color: #FFFFFF;
  bottom: 50px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  top: 60px;
  width: 480px;
  z-index: 500;
}
.pageSidebarContainer.open {
  transform: translateX(0);
}
@media screen and (max-width: 640px) {
  .pageSidebarContainer {
    transform: translateX(101%);
    left: 0;
    width: auto;
  }
}
.pageSidebarContainer .appMainScrollBody {
  background: #FFFFFF;
  bottom: 0;
  top: 0;
}
.pageSidebarContainer .sidebarModule {
  padding: 1.5rem 48px;
}
.pageSidebarContainer .sidebarModule h4 {
  margin-top: 21px;
}
.pageSidebarContainer .sidebarModule h4 i {
  margin-top: -2px;
}
.pageSidebarContainer .closeSidebarButton {
  background: #FAFAFA;
  position: absolute;
  right: 1.5rem;
  top: 17px;
  z-index: 500;
}
.pageSidebarContainer button,
.pageSidebarContainer .button,
.pageSidebarContainer .editCreateMemoPage .pageOptionsContainer ul li button,
.editCreateMemoPage .pageOptionsContainer ul li .pageSidebarContainer button,
.pageSidebarContainer .buttonAction {
  margin: 0;
}
.pageSidebarContainer .iconTitle {
  margin-left: -29px;
}
.pageSidebarContainer .iconTitle .upmCheckBox {
  float: right;
  margin-top: 3px;
}
.pageSidebarContainer .iconTitle.active {
  color: #61B2DE !important;
}

.dropDownContainer {
  position: relative;
}
.dropDownContainer h1, .dropDownContainer .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .dropDownContainer select {
  display: inline-block;
}
.dropDownContainer .listOfMenuContainer {
  transform: translateZ(0);
  transition: all 0.5s linear;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 70%;
  left: -16px;
  visibility: hidden;
  z-index: 500;
}
.dropDownContainer .listOfMenuContainer .iconWrapper {
  position: absolute;
  top: -8px;
  left: 7px;
}
.dropDownContainer .listOfMenuContainer ul {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  margin-top: 6px;
  padding: 5px 14px;
}
.dropDownContainer .listOfMenuContainer ul li {
  padding: 5px 0;
}
.dropDownContainer .listOfMenuContainer ul li h1, .dropDownContainer .listOfMenuContainer ul li .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .dropDownContainer .listOfMenuContainer ul li select, .dropDownContainer .listOfMenuContainer ul li h4 {
  margin: 0;
  opacity: inherit;
  font-size: 1.5rem;
}
.dropDownContainer:hover .listOfMenuContainer {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.dropDownContainer:hover h1 .material-icons, .dropDownContainer:hover .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select .material-icons, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .dropDownContainer:hover select .material-icons {
  display: none;
}

.memoryPage {
  line-height: 2;
}
.memoryPage .appMainScrollBody {
  top: 6.75rem;
}
.memoryPage .entry {
  border-bottom: 1px dotted #AAAAAA;
  margin: 0.375rem 0;
  padding: 0.375rem 0;
}
.memoryPage .entry:hover {
  background-color: #AAAAAA;
}
.memoryPage .data {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.memoryPage .flexRow, .memoryPage .tableFundView .fundAdditionalInformation, .tableFundView .memoryPage .fundAdditionalInformation, .memoryPage .tableFundView .fundBasicInformation, .tableFundView .memoryPage .fundBasicInformation {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.memoryPage .flexRow > span, .memoryPage .tableFundView .fundAdditionalInformation > span, .tableFundView .memoryPage .fundAdditionalInformation > span, .memoryPage .tableFundView .fundBasicInformation > span, .tableFundView .memoryPage .fundBasicInformation > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.memoryPage .flexRow .activityDescription, .memoryPage .tableFundView .fundAdditionalInformation .activityDescription, .tableFundView .memoryPage .fundAdditionalInformation .activityDescription, .memoryPage .tableFundView .fundBasicInformation .activityDescription, .tableFundView .memoryPage .fundBasicInformation .activityDescription {
  flex-grow: 1;
  flex-shrink: 1;
  width: 20%;
}
.memoryPage .flexRow .activityAction, .memoryPage .tableFundView .fundAdditionalInformation .activityAction, .tableFundView .memoryPage .fundAdditionalInformation .activityAction, .memoryPage .tableFundView .fundBasicInformation .activityAction, .tableFundView .memoryPage .fundBasicInformation .activityAction {
  width: 5rem;
}
@media only screen and (min-width:40.063em) {
  .memoryPage .flexRow .activityAction, .memoryPage .tableFundView .fundAdditionalInformation .activityAction, .tableFundView .memoryPage .fundAdditionalInformation .activityAction, .memoryPage .tableFundView .fundBasicInformation .activityAction, .tableFundView .memoryPage .fundBasicInformation .activityAction {
    width: 10rem;
  }
}
.memoryPage .flexRow .activityTarget, .memoryPage .tableFundView .fundAdditionalInformation .activityTarget, .tableFundView .memoryPage .fundAdditionalInformation .activityTarget, .memoryPage .tableFundView .fundBasicInformation .activityTarget, .tableFundView .memoryPage .fundBasicInformation .activityTarget {
  flex-grow: 1;
  flex-shrink: 1;
  display: none;
  width: 20%;
}
@media only screen and (min-width:40.063em) {
  .memoryPage .flexRow .activityTarget, .memoryPage .tableFundView .fundAdditionalInformation .activityTarget, .tableFundView .memoryPage .fundAdditionalInformation .activityTarget, .memoryPage .tableFundView .fundBasicInformation .activityTarget, .tableFundView .memoryPage .fundBasicInformation .activityTarget {
    display: block;
  }
}

ul.activityLogs {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.activityLogs > li {
  padding-bottom: 3rem;
}
@media only screen and (min-width:40.063em) {
  ul.activityLogs {
    margin: 0 0 0 3rem;
  }
  ul.activityLogs > li {
    border-left: 1px dotted #AAAAAA;
  }
}
ul.activityLogs li {
  position: relative;
}
ul.activityLogs li .activityForDate {
  border-radius: 5;
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
  display: block;
  line-height: 1;
  margin: 0 auto;
  padding: 0.75rem 0;
  position: relative;
  text-align: center;
}
ul.activityLogs li .activityForDate .day {
  display: inline-block;
}
ul.activityLogs li .activityForDate .month {
  color: #AAAAAA;
  display: inline-block;
  font-size: 0.8rem;
}
@media only screen and (min-width:40.063em) {
  ul.activityLogs li .activityForDate {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -1.5rem;
    height: 3rem;
    padding: 0;
    width: 3rem;
    z-index: 90;
  }
  ul.activityLogs li .activityForDate .day {
    display: block;
    margin-top: 0.5rem;
  }
  ul.activityLogs li .activityForDate .month {
    display: block;
  }
}
ul.activityLogs li[data-activity-type=Login] {
  background-color: rgba(97, 178, 222, 0.05);
}
ul.activityLogs li[data-activity-type=Search], ul.activityLogs li[data-activity-type=ChangePrivacy] {
  background-color: rgba(97, 178, 222, 0.1);
}
ul.activityLogs li[data-activity-type=DeleteFile], ul.activityLogs li[data-activity-type=Unshare], ul.activityLogs li[data-activity-type=RemoveFileFromGroup], ul.activityLogs li[data-activity-type=DeleteGroup], ul.activityLogs li[data-activity-type=RemoveUserFromGroup] {
  background-color: rgba(240, 65, 36, 0.05);
}
ul.activityLogs li[data-activity-type=AddFileIntoGroup], ul.activityLogs li[data-activity-type=CreateGroup], ul.activityLogs li[data-activity-type=AddUserIntoGroup], ul.activityLogs li[data-activity-type=ShareToEmail], ul.activityLogs li[data-activity-type=ChangeUserPermissionsForGroup], ul.activityLogs li[data-activity-type=Download], ul.activityLogs li[data-activity-type=ChangePrivacy], ul.activityLogs li[data-activity-type=download], ul.activityLogs li[data-activity-type=upload] {
  background-color: rgba(9, 183, 158, 0.05);
}
ul.activityLogs li:last-child {
  border-left: none;
}
ul.activityLogs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width:40.063em) {
  ul.activityLogs ul {
    margin: 0 0 0 3rem;
  }
}
ul.activityLogs ul > li {
  border-bottom: 1px dotted #AAAAAA;
  margin: 0;
  padding: 0.375rem 0;
}
ul.activityLogs ul > li:before, ul.activityLogs ul > li:after {
  content: " ";
  display: table;
}
ul.activityLogs ul > li:after {
  clear: both;
}
@media only screen and (min-width:64.063em) {
  ul.activityLogs ul > li:hover {
    background-color: rgba(97, 178, 222, 0.3);
  }
}
ul.activityLogs ul > li.headerList {
  border-bottom: 1px solid #AAAAAA;
  font-weight: 400;
}
ul.activityLogs ul > li.headerList:hover {
  background-color: none;
}

.noAccessPage .appMainScrollBody {
  top: 60px;
}
.noAccessPage .noAccessMessageContainer {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 3.75rem;
}
@media screen and (min-width: 768px) {
  .noAccessPage .noAccessMessageContainer {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: unset;
    left: 0;
    transform: translateY(-50%);
  }
}
.noAccessPage .noAccessRelatedFileList {
  margin-top: 6rem;
}
@media only screen and (max-width: 40em) {
  .noAccessPage .noAccessRelatedFileList {
    margin-top: 3rem;
  }
}
.noAccessPage .no-access-text-wrapper {
  text-align: center;
}
.noAccessPage .no-access-text-wrapper strong.clickHere {
  text-decoration: underline;
  cursor: pointer;
}
.noAccessPage .no-access-img-wrapper {
  height: 225px;
}
@media screen and (min-width: 768px) {
  .noAccessPage .no-access-img-wrapper {
    height: 300px;
  }
}
.noAccessPage .no-access-img-wrapper img {
  height: 100%;
}

.distributionPage .appMainScrollBody {
  top: 170px;
  bottom: 50px;
}
.distributionPage .createDistributionList {
  margin-bottom: 3rem;
}
.distributionPage .distributionMetaData {
  float: right;
  color: #AAAAAA;
}
.distributionPage .member {
  position: relative;
  border-bottom: 1px dotted #EEEEEE;
}
.distributionPage .member:last-child {
  border-bottom: transparent;
}
.distributionPage .member .memberOptionsButton {
  background-color: #F4FBFF;
  display: inline-block;
  margin-right: 0.375rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  text-align: center;
}
.distributionPage .member .notificationIcon {
  border-radius: 5px;
  background-color: #e7e7e7;
  display: none;
  font-size: 0.75rem;
  height: 1.5rem;
  line-height: 1.5rem;
  position: absolute;
  left: -2rem;
  top: 0.75rem;
  text-align: center;
  width: 1.5rem;
}
.distributionPage .member[data-blocked=true] {
  opacity: 0.35;
}
.distributionPage .member[data-notification=true] .notificationIcon {
  display: block;
}
.distributionPage .flexItem {
  padding: 0.75rem 0.75rem;
}
.distributionPage .flexItem:first-child {
  padding-left: 0;
}
.distributionPage .flexItem:last-child {
  padding-right: 0;
}
.distributionPage .userEmail {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: hidden;
  white-space: nowrap;
}
.distributionPage .userRole,
.distributionPage .dateJoined {
  flex-grow: 0;
  flex-shrink: 0;
}

.whiteListPage .appMainScrollBody, .entityUsers .appMainScrollBody {
  bottom: 50px;
  top: 162px;
}
.whiteListPage.contributors .appMainScrollBody, .contributors.entityUsers .appMainScrollBody {
  top: 170px;
}

.userAddressbookPage .appMainScrollBody {
  transition: all 1s linear;
  top: 187px;
  bottom: 50px;
}
@media screen and (max-width: 768px) {
  .userAddressbookPage .appMainScrollBody {
    top: 243px;
  }
}
.userAddressbookPage.showDropzone .appMainScrollBody {
  bottom: 250px;
}
@media screen and (max-width: 680px) {
  .userAddressbookPage.showDropzone .appMainScrollBody {
    bottom: 50px;
  }
}
.userAddressbookPage .pageBarNotification {
  position: relative;
}
.userAddressbookPage .pageBarNotification ul li {
  position: relative;
}
@media only screen and (max-width: 40em) {
  .userAddressbookPage .pageBarNotification ul li {
    position: inherit;
  }
}
.userAddressbookPage .pageBarNotification ul li a, .userAddressbookPage .pageBarNotification ul li button {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .userAddressbookPage .pageBarNotification ul li {
    flex: auto;
  }
}
@media screen and (max-width: 768px) {
  .userAddressbookPage .pageBarNotification {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.userAddressbookPage .listOfUserLists {
  transition: all 0.25s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.98);
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  position: absolute;
  left: 0;
  top: 100%;
  width: 22.5rem;
  z-index: 200;
}
@media only screen and (max-width: 40em) {
  .userAddressbookPage .listOfUserLists {
    left: auto;
    right: 0;
    top: 80%;
    width: 100%;
  }
}
.userAddressbookPage .listOfUserLists .popupActions button {
  border-color: #61B2DE;
  color: #61B2DE;
}
.userAddressbookPage .listOfUserLists .infoText {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 11px;
  opacity: 1;
  color: #FFFFFF;
}
.userAddressbookPage .listOfUserLists li {
  color: #FFFFFF;
  display: block;
  margin: 3px 0;
  padding: 3px 0;
  position: relative !important;
}
.userAddressbookPage .listOfUserLists li.selected {
  color: #61B2DE;
}
.userAddressbookPage .listOfUserLists li.selected .confimationItem {
  display: block;
}
.userAddressbookPage .listOfUserLists li:hover {
  color: #61B2DE;
  cursor: pointer;
}
.userAddressbookPage .listOfUserLists li .listLabel {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.userAddressbookPage .listOfUserLists li .confimationItem {
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  width: 100%;
  z-index: 50;
}
.userAddressbookPage .listOfUserLists li .confimationItem ul {
  float: right;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 40em) {
  .userAddressbookPage .listOfUserLists li .confimationItem ul {
    margin-top: -8px;
  }
}
.userAddressbookPage .listOfUserLists li .confimationItem ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.userAddressbookPage .listOfUserLists li .confimationItem ul li a {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.userAddressbookPage .listOfUserLists li .confimationItem ul li a.confirmOption {
  font-weight: 900;
}
.userAddressbookPage .addToListButton.hide {
  display: none;
}
.userAddressbookPage .addToListButton a {
  border: 1px solid #212121 !important;
  padding: 3px 10px !important;
}
.userAddressbookPage .addToListButton:hover a {
  border-color: #61B2DE;
  color: #61B2DE;
}
.userAddressbookPage .addToListButton:hover .listOfUserLists {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 340px;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.groupCongributorsContainer {
  margin-bottom: 3rem;
}
.groupCongributorsContainer h3 {
  padding-left: 1.5rem;
}
.groupCongributorsContainer .domainOptionWrapper {
  float: right;
}
@media screen and (max-width: 640px) {
  .groupCongributorsContainer .domainOptionWrapper {
    float: none;
  }
}
.groupCongributorsContainer .domainOptionWrapper .inputWrapperBox {
  max-width: 100%;
}
.groupCongributorsContainer .domainOptionWrapper label {
  margin: 0 !important;
}

.domain-list-container > div {
  padding: 0.675rem 0;
  padding-left: 0;
}

.entityUsersRow.selected {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: rgba(100, 188, 226, 0.13);
  border-left: 2px solid #61B2DE;
}

.memberRowTemplate {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-left: 2px solid transparent;
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
  padding: 0.6rem 16px;
  position: relative;
  -webkit-user-select: none;
}
.memberRowTemplate .flexWidth {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: auto;
  pointer-events: auto;
}
.memberRowTemplate[data-member-blocked=true] {
  background-color: rgba(240, 65, 36, 0.1);
}
.memberRowTemplate[data-member-blocked=true] .flexItem {
  opacity: 0.5;
}
.memberRowTemplate i.budicon-chevron-right {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 18px;
}
.memberRowTemplate i.budicon-chevron-right.opened {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  transform: rotate(90deg);
}
.memberRowTemplate a, .memberRowTemplate button {
  pointer-events: all;
}
.memberRowTemplate.selected {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: rgba(100, 188, 226, 0.13);
  border-left: 2px solid #61B2DE;
}
.memberRowTemplate.opened {
  padding-bottom: 0;
}
.memberRowTemplate .flexItem {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: center;
  flex-basis: 2.6rem;
  overflow: hidden;
  padding: 0 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.memberRowTemplate .flexItem .iconCheckboxWrapper {
  margin: 0;
}
.memberRowTemplate .flexItem p {
  color: #262626;
  font-weight: 300;
}
.memberRowTemplate .moreOptionsButton {
  display: block;
}
@media only screen and (min-width:64.063em) {
  .memberRowTemplate .moreOptionsButton {
    display: none;
  }
}
.memberRowTemplate .moreOptionsButton button {
  border-radius: 0;
  background-color: #F4FBFF;
  height: 100%;
  margin: 0;
  padding: 2px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}
.memberRowTemplate .moreOptionsButton button > * {
  pointer-events: none;
}
.memberRowTemplate .moreOptionsButton button.active {
  background-color: #61B2DE;
}
.memberRowTemplate:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: rgba(100, 188, 226, 0.07);
}
.memberRowTemplate:hover .openUserButton {
  opacity: 1;
}
.memberRowTemplate:hover .moreOptionsButton {
  display: block !important;
}
.memberRowTemplate .break {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 100%;
  height: 0;
}
.memberRowTemplate .additionalInfoWrapper {
  margin: 20px 50px;
  width: 100%;
  border: 1px solid #CDD6E2;
  border-radius: 8px;
  overflow: hidden;
}
.memberRowTemplate .additionalInfoWrapper .additionalInformation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  background: #F6F6F6;
  padding: 20px 50px;
  border-bottom: 1px solid #CDD6E2;
}
.memberRowTemplate .additionalInfoWrapper .additionalInformation p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #666666;
  font-weight: 300;
}
.memberRowTemplate .additionalInfoWrapper .additionalInformation p span {
  margin-left: 10px;
  font-weight: 700;
  color: #262626;
}
@media screen and (max-width: 768px) {
  .memberRowTemplate .additionalInfoWrapper .additionalInformation {
    transform: translateY(9px);
  }
}
@media screen and (max-width: 414px) {
  .memberRowTemplate .additionalInfoWrapper .additionalInformation {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.memberRowTemplate .additionalInfoWrapper .tags {
  padding: 20px 50px;
}
.memberRowTemplate.DistributionListVariant .flexItem {
  flex: 1;
}
.memberRowTemplate.DistributionListVariant .memberRemove {
  flex: none;
}
.memberRowTemplate .memberOwnerName {
  flex-grow: 1;
  flex-shrink: 1;
}
.memberRowTemplate .listName {
  width: 250px;
}
.memberRowTemplate .memberRegistered,
.memberRowTemplate .memberInvitedBy,
.memberRowTemplate .memberUserName,
.memberRowTemplate .contributorName,
.memberRowTemplate .entityUserName,
.memberRowTemplate .domainName,
.memberRowTemplate .memberDomain {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
}
.memberRowTemplate .divisonNumber {
  flex-grow: 1;
  flex-shrink: 1;
  width: 110px;
  text-align: right;
  justify-content: flex-end;
}
.memberRowTemplate .memberEmail,
.memberRowTemplate .contributorEmail,
.memberRowTemplate .domainEmail,
.memberRowTemplate .memberFirstName,
.memberRowTemplate .memberLastName {
  flex-grow: 1;
  flex-shrink: 1;
  color: #262626;
  flex-basis: 4rem;
}
@media screen and (max-width: 425px) {
  .memberRowTemplate .memberEmail,
  .memberRowTemplate .contributorEmail,
  .memberRowTemplate .domainEmail,
  .memberRowTemplate .memberFirstName,
  .memberRowTemplate .memberLastName {
    flex: 0 0 8rem;
  }
}
@media screen and (max-width: 375px) {
  .memberRowTemplate .memberEmail,
  .memberRowTemplate .contributorEmail,
  .memberRowTemplate .domainEmail,
  .memberRowTemplate .memberFirstName,
  .memberRowTemplate .memberLastName {
    flex: 0 0 7rem;
  }
}
.memberRowTemplate .memberRole {
  width: 140px;
}
.memberRowTemplate .companyName,
.memberRowTemplate .cityName {
  flex-grow: 1;
}
@media screen and (max-width: 425px) {
  .memberRowTemplate .companyName,
  .memberRowTemplate .cityName {
    display: none;
  }
}
.memberRowTemplate .sharedWithCompany {
  overflow: unset;
}
.memberRowTemplate .sharedWithCompany .budicon-arrow-top-right-circle-solid {
  color: #61B2DE;
}
.memberRowTemplate .sharedWithCompany i {
  color: #262626;
  font-size: 22px;
}
.memberRowTemplate .openUserButton {
  opacity: 0;
  flex-basis: 4rem;
}
@media screen and (max-width: 768px) {
  .memberRowTemplate .openUserButton {
    opacity: 1;
  }
}
.memberRowTemplate .openUserButton button {
  width: 32px;
  height: 32px;
}
.memberRowTemplate .openUserButton button i {
  font-size: 20px;
}
.memberRowTemplate .memberEmail {
  flex-basis: 13rem;
}
.memberRowTemplate.contributorRowVariant .flexItem {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .memberRowTemplate.contributorRowVariant .flexItem {
    flex-basis: 6.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .memberRowTemplate.contributorRowVariant .flexItem.contributorName {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .memberRowTemplate.contributorRowVariant .flexItem.memberInvitedBy {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .memberRowTemplate.contributorRowVariant .flexItem.memberJoined {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .memberRowTemplate .memberEmail,
  .memberRowTemplate .memberJoined,
  .memberRowTemplate .memberRegistered,
  .memberRowTemplate .memberInvitedBy,
  .memberRowTemplate .memberUserName,
  .memberRowTemplate .memberDomain {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .memberRowTemplate .memberEmail,
  .memberRowTemplate .memberJoined,
  .memberRowTemplate .memberRegistered,
  .memberRowTemplate .memberInvitedBy,
  .memberRowTemplate .memberUserName,
  .memberRowTemplate .contributorName,
  .memberRowTemplate .domainEmail,
  .memberRowTemplate .memberDomain,
  .memberRowTemplate .nbOfProducts,
  .memberRowTemplate .nbOfFiles {
    display: none;
  }
  .memberRowTemplate .domainName {
    text-align: left;
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .memberRowTemplate .memberOwnerName,
  .memberRowTemplate .memberEmail,
  .memberRowTemplate .memberJoined,
  .memberRowTemplate .companyName,
  .memberRowTemplate .memberRegistered,
  .memberRowTemplate .memberInvitedBy,
  .memberRowTemplate .memberUserName,
  .memberRowTemplate .contributorName,
  .memberRowTemplate .domainEmail,
  .memberRowTemplate .memberDomain,
  .memberRowTemplate .sharedWithCompany,
  .memberRowTemplate .nbOfProducts,
  .memberRowTemplate .nbOfUsers,
  .memberRowTemplate .nbOfFiles {
    display: none !important;
  }
  .memberRowTemplate .listName {
    width: auto;
    padding-left: 0;
    flex-grow: 1;
    flex-shrink: 1;
  }
}

.memberOptions {
  transition: all 0.25s ease-in-out;
  background-color: rgba(255, 255, 255, 0.95);
  height: 100%;
  opacity: 0;
  overflow: hidden;
  padding: 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
  left: 15px;
  visibility: hidden;
}
.memberOptions.show {
  opacity: 1;
  visibility: visible;
  z-index: 8000;
}
.memberOptions ul {
  margin: 0;
  padding: 0;
}

.memberListHeader {
  background: #F6F6F6;
  padding-top: 14px;
}
.memberListHeader .memberRowTemplate {
  border-bottom: none;
  padding: 0 16px 0.8rem;
}
.memberListHeader .memberRowTemplate:hover {
  background-color: transparent !important;
}
.memberListHeader .memberRowTemplate .flexItem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #262626;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .memberListHeader .memberRowTemplate .flexItem.memberEmail {
    display: none;
  }
  .memberListHeader .memberRowTemplate .flexItem.memberRegistered {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .memberListHeader .memberRowTemplate .flexItem.companyName {
    display: none;
  }
  .memberListHeader .memberRowTemplate .flexItem.cityName {
    display: none;
  }
}
.memberListHeader .memberRowTemplate .sort--by {
  pointer-events: all;
}
.memberListHeader .memberRowTemplate .sort--by .fa {
  display: none;
}
.memberListHeader .memberRowTemplate .sort--by[data-sort=true] {
  color: #262626;
}
.memberListHeader .memberRowTemplate .sort--by[data-sort=true][data-sort-order=asc] .fa-caret-up {
  display: inline-block;
}
.memberListHeader .memberRowTemplate .sort--by[data-sort=true][data-sort-order=desc] .fa-caret-down {
  display: inline-block;
}
.memberListHeader .memberRowTemplate .sort--by:hover {
  cursor: pointer;
}
.memberListHeader .memberRowTemplate .memberRemove i {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .memberListHeader .contributorRowVariant .flexItem {
    flex-basis: 6.6rem;
  }
}
@media screen and (max-width: 768px) {
  .memberListHeader .contributorRowVariant .flexItem.contributorName {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .memberListHeader .contributorRowVariant .flexItem.memberInvitedBy {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .memberListHeader .contributorRowVariant .flexItem.memberJoined {
    display: none;
  }
}
.memberListHeader .contributorRowVariant .flexItem:first-child {
  margin-left: 0;
}

.userSettingsPage .appMainScrollBody {
  top: 60px;
  bottom: 50px;
}
.userSettingsPage .tab-title.hide {
  display: none !important;
}
.userSettingsPage .tabs-content {
  padding: 0;
}
.userSettingsPage .settingsTabs {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  white-space: nowrap;
}
.userSettingsPage .settingsTabs li {
  float: none;
  display: inline-block;
}
.userSettingsPage .flexRow, .userSettingsPage .tableFundView .fundAdditionalInformation, .tableFundView .userSettingsPage .fundAdditionalInformation, .userSettingsPage .tableFundView .fundBasicInformation, .tableFundView .userSettingsPage .fundBasicInformation {
  flex-wrap: nowrap;
}
.userSettingsPage .flexRow:first-child .flexItem, .userSettingsPage .tableFundView .fundAdditionalInformation:first-child .flexItem, .tableFundView .userSettingsPage .fundAdditionalInformation:first-child .flexItem, .userSettingsPage .tableFundView .fundBasicInformation:first-child .flexItem, .tableFundView .userSettingsPage .fundBasicInformation:first-child .flexItem {
  border-color: transparent;
}
.userSettingsPage .flexItem {
  flex-grow: 0;
  flex-shrink: 1;
  border-top: 1px dotted #EFEFEF;
  overflow: hidden;
  padding-left: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.userSettingsPage .groupName {
  flex-grow: 1;
  flex-shrink: 1;
}
.userSettingsPage .groupOwner {
  width: 12rem;
}
.userSettingsPage .groupOwnerType {
  width: 7.5rem;
}
.userSettingsPage .groupShare {
  width: 8.8rem;
  text-align: center;
}
@media only screen and (max-width: 40em) {
  .userSettingsPage .groupShare {
    width: 5rem;
  }
}
.userSettingsPage .shareWithGroupsHeader {
  color: #AAAAAA;
  border-bottom: 1px solid #EEEEEE;
}
.userSettingsPage .shareWithGroupsList .groupItem {
  position: relative;
  border-bottom: 1px dotted #EEEEEE;
  height: 35px;
}
.userSettingsPage .shareWithGroupsList .groupItem .confirmationItem {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.25s linear;
  background-color: #EEEEEE;
  opacity: 0;
  visibility: hidden;
  z-index: 500;
}
.userSettingsPage .shareWithGroupsList .groupItem .confirmationItem ul {
  text-align: center;
}
.userSettingsPage .shareWithGroupsList .groupItem .confirmationItem ul li {
  display: inline-block;
}
.userSettingsPage .shareWithGroupsList .groupItem .confirmationItem button {
  background: transparent;
  border: none;
  color: #212121;
  margin: 0;
  padding: 0;
}
.userSettingsPage .shareWithGroupsList .groupItem .confirmationItem button i {
  margin-right: 5px;
}
.userSettingsPage .shareWithGroupsList .groupItem .confirmationItem button span {
  display: inline-block;
  padding-top: 3px;
}
.userSettingsPage .shareWithGroupsList .groupItem .flexItem {
  position: relative;
}
.userSettingsPage .shareWithGroupsList .groupItem .groupShare > i {
  color: #09B79E;
  opacity: 0.25;
}
.userSettingsPage .shareWithGroupsList .groupItem .groupShare.selected > i {
  opacity: 1;
}
.userSettingsPage .shareWithGroupsList .groupItem .groupShare.confirmation .confirmationItem {
  opacity: 1;
  visibility: visible;
}
.userSettingsPage .shareWithGroupsList .groupItem:hover {
  cursor: pointer;
}
@media only screen and (max-width: 40em) {
  .userSettingsPage .shareWithGroups .groupOwnerType {
    display: none;
  }
}
.userSettingsPage .userInfo:before, .userSettingsPage .userInfo:after {
  content: " ";
  display: table;
}
.userSettingsPage .userInfo:after {
  clear: both;
}
.userSettingsPage .userInfo dt,
.userSettingsPage .userInfo dd {
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.userSettingsPage .userInfo dt {
  width: 9rem;
  color: #AAAAAA;
}
.userSettingsPage .userInfo dd {
  width: 74.5%;
  clear: right;
}
.userSettingsPage .userInfo .user--full--name {
  text-transform: capitalize;
}
@media only screen and (max-width: 40em) {
  .userSettingsPage .userInfo dt,
  .userSettingsPage .userInfo dd {
    float: none;
    width: 100%;
  }
}

.library--selection {
  color: #212121;
}
.library--selection .fa-dot-circle-o {
  display: none;
}
.library--selection .fa-circle-thin {
  display: inline-block;
}
.library--selection.active {
  color: #61B2DE;
}
.library--selection.active i::before {
  color: rgba(97, 178, 222, 0.2);
}
.library--selection.active .fa-dot-circle-o {
  display: inline-block;
}
.library--selection.active .fa-circle-thin {
  display: none;
}

.defaultBenckmarkTickersInput {
  text-transform: uppercase;
  font-weight: 700;
  color: #61B2DE;
}

.defaultBenckmarkTickersButton > span {
  display: none;
}
.defaultBenckmarkTickersButton[data-saving-status=default] .defaultStatus {
  display: inline-block;
}
.defaultBenckmarkTickersButton[data-saving-status=saving] {
  pointer-events: none;
  opacity: 0.35;
}
.defaultBenckmarkTickersButton[data-saving-status=saving] .savingStatus {
  display: inline-block;
}

.dashboardModule h2 {
  display: inline-block;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  position: relative;
}
.dashboardModule h2 .titleBorder {
  display: none;
}
.dashboardModule h2 .addNew {
  position: relative;
  display: block;
  font-size: 0.75rem;
  padding: 0.375rem 0;
}

.uploadEmails:before, .uploadEmails:after {
  content: " ";
  display: table;
}
.uploadEmails:after {
  clear: both;
}

.addUploadEmail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.addUploadEmail .inputWrapper {
  flex-grow: 1;
  flex-shrink: 1;
  margin-right: 0.75rem;
}
.addUploadEmail .buttonWrapper {
  flex-grow: 0;
  flex-shrink: 0;
  width: 140px;
}
.addUploadEmail .buttonWrapper button,
.addUploadEmail .buttonWrapper .button,
.addUploadEmail .buttonWrapper .editCreateMemoPage .pageOptionsContainer ul li button,
.editCreateMemoPage .pageOptionsContainer ul li .addUploadEmail .buttonWrapper button,
.addUploadEmail .buttonWrapper .buttonAction {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.addUploadEmail button {
  padding: 0.3rem 0.9rem 0.3rem 0.6rem;
  line-height: 24px;
}
.addUploadEmail button:before, .addUploadEmail button:after {
  content: " ";
  display: table;
}
.addUploadEmail button:after {
  clear: both;
}
.addUploadEmail button i {
  pointer-events: none;
}
.addUploadEmail input {
  margin: 0;
  padding-left: 0;
}
.addUploadEmail .error {
  clear: both;
  color: red;
  display: block;
  float: none;
  font-size: 12px;
  line-height: 1;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.emailItem .flexItem {
  padding-left: 0;
}
.emailItem.notConfirmed {
  color: #AAAAAA;
}

.passwordSettings {
  position: relative;
}
.passwordSettings .error {
  color: #f04124;
  margin: 0;
}

.settingsModuleWrapper {
  margin: 1.5rem auto;
  max-width: 960px;
  padding: 1.5rem;
}

.settingsModule {
  margin: 3rem 0;
}
.settingsModule:before, .settingsModule:after {
  content: " ";
  display: table;
}
.settingsModule:after {
  clear: both;
}
@media only screen and (max-width: 40em) {
  .settingsModule {
    margin: 0;
  }
}
.settingsModule.floatModules {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.profileSettingsPage label {
  display: block;
  text-transform: none !important;
  margin-left: 10px;
  margin-bottom: 5px;
}
.profileSettingsPage label.italicSteel {
  color: #666666;
  font-style: oblique;
  margin-bottom: 1.5rem;
}
.profileSettingsPage .appMainScrollBody {
  top: 60px;
  bottom: 50px;
}
.profileSettingsPage .profileSettingsNavigationsContainer {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 60px;
  right: -172px;
  bottom: 50px;
  left: unset;
  background: #F6F6F6;
  border-right: 1px solid #CDD6E2;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  padding: 1.5rem;
  width: 278px;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .profileSettingsPage .profileSettingsNavigationsContainer {
    border-left: 1px solid #CDD6E2;
    z-index: 9999;
    width: 68px;
    right: -102px;
    display: none;
  }
}
.profileSettingsPage .profileSettingsNavigationsContainer .settings-navbar-button .settings-navbar__title {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: none;
}
.profileSettingsPage .profileSettingsNavigationsContainer .open-menu-button {
  display: block;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .profileSettingsPage .profileSettingsNavigationsContainer .open-menu-button {
    left: 15px;
  }
}
.profileSettingsPage .profileSettingsNavigationsContainer.show {
  right: 0;
}
@media screen and (max-width: 767px) {
  .profileSettingsPage .profileSettingsNavigationsContainer.show {
    width: 60%;
    display: block;
  }
}
.profileSettingsPage .profileSettingsNavigationsContainer.show .settings-navbar-button {
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 0 10px;
}
.profileSettingsPage .profileSettingsNavigationsContainer.show .settings-navbar-button .settings-navbar__title {
  display: block;
  margin-left: 15px;
}
.profileSettingsPage .profileSettingsNavigationsContainer.show .settings-navbar-button i {
  font-size: 22px;
}
.profileSettingsPage .profileSettingsNavigationsContainer.show .settings-navbar-button:hover {
  background: #F4FBFF;
  border: 1px solid transparent;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .profileSettingsPage .profileSettingsNavigationsContainer.show .settings-navbar-button:hover {
    background: none;
    border: 0;
  }
}
.profileSettingsPage .profileSettingsNavigationsContainer.show .settings-navbar-button:active {
  background: none;
  border-radius: 4px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .profileSettingsPage .profileSettingsNavigationsContainer.show .settings-navbar-button:active {
    background: none;
    border: 0;
  }
}
.profileSettingsPage .profileSettingsNavigationsContainer.show .open-menu-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .profileSettingsPage .profileSettingsNavigationsContainer.show .open-menu-button {
    display: block;
  }
}
.profileSettingsPage .profileSettingsNavigationsContainer .scrollContainer, .profileSettingsPage .profileSettingsNavigationsContainer .error404Page, .profileSettingsPage .profileSettingsNavigationsContainer .upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent, .upmTutorialContainer .tutorialContentListContainer .profileSettingsPage .profileSettingsNavigationsContainer .sliderHtmlContent, .profileSettingsPage .profileSettingsNavigationsContainer .upmTutorialContainer .flexItem.scrollVertical, .upmTutorialContainer .profileSettingsPage .profileSettingsNavigationsContainer .flexItem.scrollVertical, .profileSettingsPage .profileSettingsNavigationsContainer .upmTutorialContainer .slideCustom.scrollVertical, .upmTutorialContainer .profileSettingsPage .profileSettingsNavigationsContainer .slideCustom.scrollVertical, .profileSettingsPage .profileSettingsNavigationsContainer .main-nav-menu-wrapper .notificationContainer .notificationScroller, .main-nav-menu-wrapper .notificationContainer .profileSettingsPage .profileSettingsNavigationsContainer .notificationScroller, .profileSettingsPage .profileSettingsNavigationsContainer .appMainScrollBody, .profileSettingsPage .profileSettingsNavigationsContainer .editDialog .dialogContentContainer, .editDialog .profileSettingsPage .profileSettingsNavigationsContainer .dialogContentContainer, .profileSettingsPage .profileSettingsNavigationsContainer .newUpmDialog .dialogContentContainer, .newUpmDialog .profileSettingsPage .profileSettingsNavigationsContainer .dialogContentContainer, .profileSettingsPage .profileSettingsNavigationsContainer .newUpmDialogPage .dialogContentContainer, .newUpmDialogPage .profileSettingsPage .profileSettingsNavigationsContainer .dialogContentContainer, .profileSettingsPage .profileSettingsNavigationsContainer .editMemoDialog .memoDialogScroll, .editMemoDialog .profileSettingsPage .profileSettingsNavigationsContainer .memoDialogScroll, .profileSettingsPage .profileSettingsNavigationsContainer .pageLiveSidebarWrapper .sidebarContentContainer, .pageLiveSidebarWrapper .profileSettingsPage .profileSettingsNavigationsContainer .sidebarContentContainer, .profileSettingsPage .profileSettingsNavigationsContainer .modifyMemoDialog .memoDialogScroll, .modifyMemoDialog .profileSettingsPage .profileSettingsNavigationsContainer .memoDialogScroll, .profileSettingsPage .profileSettingsNavigationsContainer .newMemoDialog .dialogScrollWrapper, .newMemoDialog .profileSettingsPage .profileSettingsNavigationsContainer .dialogScrollWrapper, .profileSettingsPage .profileSettingsNavigationsContainer .newMemoDialog .editorContainer, .newMemoDialog .profileSettingsPage .profileSettingsNavigationsContainer .editorContainer, .profileSettingsPage .profileSettingsNavigationsContainer .mainAppDialog.filterLibraryDialog, .profileSettingsPage .profileSettingsNavigationsContainer .flexColumne, .profileSettingsPage .profileSettingsNavigationsContainer .userUploadPage .dialogScrollContaier, .userUploadPage .profileSettingsPage .profileSettingsNavigationsContainer .dialogScrollContaier {
  position: absolute;
  top: 1.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 1.5rem 1.5rem 1.5rem;
  overflow-x: visible;
  z-index: 200;
}
.profileSettingsPage .profileSettingsNavigationsContainer .close-button-wrapper {
  position: absolute;
  top: 0.75rem;
  right: 1.5rem;
  bottom: unset;
  left: unset;
  z-index: 300;
}
.profileSettingsPage .profileSettingsNavigationsContainer ul {
  display: block;
  margin-top: 3rem;
}
.profileSettingsPage .profileSettingsNavigationsContainer ul li {
  margin: 1rem 0;
}
.profileSettingsPage .profileSettingsNavigationsContainer .settings-navbar-button {
  padding: 0 10px;
  border-radius: 4px;
  font-weight: 300;
}
.profileSettingsPage .profileSettingsNavigationsContainer .settings-navbar-button i {
  font-size: 22px;
  margin-right: 0;
}
.profileSettingsPage .profileSettingsNavigationsContainer .settings-navbar-button a {
  display: flex;
}
.profileSettingsPage .profileSettingsNavigationsContainer .settings-navbar-button:hover {
  background: #F4FBFF;
  border: 1px solid transparent;
  color: #262626;
}
.profileSettingsPage .profileSettingsNavigationsContainer .settings-navbar-button.active {
  border: 1px solid #61B2DE;
  background: none;
  color: #262626 !important;
  font-weight: 500;
}
.profileSettingsPage .profileSettingsNavigationsContainer .settings-navbar-button.active:hover {
  border: 1px solid #61B2DE;
  background: none;
  color: #262626 !important;
}
.profileSettingsPage .profileSettingsNavigationsContainer .settings-navbar-button .settings-navbar-button-title {
  font-weight: 300;
}
.profileSettingsPage .pageModuleWrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  .profileSettingsPage .shrinkablePageModuleWrapper {
    right: 107px;
  }
}
@media screen and (min-width: 1200px) {
  .profileSettingsPage .shrinkablePageModuleWrapper.shrink {
    right: 279px;
  }
}
@media screen and (max-width: 767px) {
  .profileSettingsPage .shrinkablePageModuleWrapper.shrink {
    right: 0;
  }
}
.profileSettingsPage .profileSettingsContainer {
  margin: 0 auto;
  padding: 1.5rem 3rem 3rem 3rem;
}
@media screen and (max-width: 767px) {
  .profileSettingsPage .profileSettingsContainer {
    padding: 1.5rem;
  }
}
.profileSettingsPage .notConfirmed {
  opacity: 0.5;
}
.profileSettingsPage .settingsPageModuleContainer {
  display: none;
  margin: 1.5rem 0 6rem 0;
}
.profileSettingsPage .settingsPageModuleContainer.show {
  display: block;
}
.profileSettingsPage .settingsPageModuleContainer .notePanel {
  margin-bottom: 1.5rem;
}
.profileSettingsPage .settingsPageModuleContainer[data-create-entity-status] [data-create-entity] {
  display: none;
}
.profileSettingsPage .settingsPageModuleContainer[data-create-entity-status=creating] [data-create-entity=create] {
  display: block;
}
.profileSettingsPage .settingsPageModuleContainer[data-create-entity-status=finished] [data-create-entity=success] {
  display: block;
}
.profileSettingsPage .settingsPageModuleContainer[data-create-entity-status=updated] [data-create-entity=update] {
  display: block;
}
.profileSettingsPage .settingsPageModuleContainer[data-create-entity-status=error] [data-create-entity=error] {
  display: block;
}
.profileSettingsPage .settingsPageModuleContainer label .material-icons {
  margin-right: 5px;
}
.profileSettingsPage .settingsPageModuleContainer dl dt {
  font-size: 0.75rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.profileSettingsPage .settingsPageModuleContainer dl dd {
  margin-bottom: 0;
}
.profileSettingsPage .settingsPageModuleContainer dl dd a {
  line-height: 25px;
}
.profileSettingsPage .settingsPageModuleContainer hr {
  margin: 2rem 0;
}
.profileSettingsPage .settingsPageModuleContainer hr.transparent {
  background: transparent;
}
.profileSettingsPage .settingsPageModuleContainer ul {
  margin-left: 0;
  padding-left: 0;
}
.profileSettingsPage .settingsPageModuleContainer .settingsPage-fundSectionTitle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profileSettingsPage .settingsPageModuleContainer .createNewFundSection-button {
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  background: #FFFFFF;
  color: #33475B;
}
.profileSettingsPage .settingsPageModuleContainer .createNewFundSection-button:hover {
  background: #61B2DE;
  color: #FFFFFF;
}
.profileSettingsPage .settingsPageModuleContainer .fundPageSection-tableRow {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: #F6F6F6;
  margin-bottom: 10px;
  height: 66px;
  border: 0;
  position: relative;
  cursor: move;
  padding-left: 75px;
}
.profileSettingsPage .settingsPageModuleContainer .fundPageSection-tableRow:hover {
  background: #CDD6E2;
}
.profileSettingsPage .settingsPageModuleContainer .fundPageSection-tableRow:hover::before {
  background: #CDD6E2;
}
.profileSettingsPage .settingsPageModuleContainer .fundPageSection-tableRow::before {
  font-family: "budicon-classic";
  font-size: 40px;
  color: #262626;
  position: absolute;
  left: 0;
  content: "\ea7d";
  background: #F4FBFF;
  height: 65px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profileSettingsPage .settingsPageModuleContainer .fundPageSection-tableRow td {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #262626;
}
.profileSettingsPage .settingsPageModuleContainer .fundPageSection-tableRow .table-icon {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  overflow: visible;
}
.profileSettingsPage .settingsPageModuleContainer .fundPageSection-tableRow .table-icon div {
  color: #6E6E6E;
  font-size: 21px;
  margin-right: 12px;
}
.profileSettingsPage .settingsPageModuleContainer .fundPageSection-tableRow .table-icon ._remove-icon {
  color: #DF6365;
  margin-right: 0;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule {
  flex-wrap: nowrap;
  margin: 3rem 0;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .billing-row.flexRow, .profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .tableFundView .billing-row.fundAdditionalInformation, .tableFundView .profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .billing-row.fundAdditionalInformation, .profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .tableFundView .billing-row.fundBasicInformation, .tableFundView .profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .billing-row.fundBasicInformation {
  align-items: center;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .billing-button {
  padding-top: 30px;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .hide-rule-group-icons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .hide-rule-group-icons a {
  margin-right: 0 !important;
}
@media screen and (max-width: 520px) {
  .profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .hide-rule-group-icons {
    flex-direction: column;
  }
}
@media screen and (max-width: 440px) {
  .profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .hide-rule-group-icons {
    display: none !important;
  }
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .rules-group-icons {
  overflow: visible;
  text-align: right;
}
@media screen and (max-width: 425px) {
  .profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .rules-group-icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .rules-group-icons a {
  margin-right: 24px;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .rules-group-icons a._iconSize {
  font-size: 22px;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .rules-group-icons a:last-child {
  margin-right: 0;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .rules-group-icons ._alert {
  color: #DF6365;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .billing-button {
  padding-top: 15px;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .billing-error {
  margin: 0.95rem 0;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .profileSettings-password-validator-wrapper {
  padding-top: 8px;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .profileSettings-password-validator-wrapper .password-validator {
  background: #F8F7F8;
  border: 1px solid #61B2DE;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  .profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .profileSettings-password-validator-wrapper .password-validator {
    padding: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .profileSettings-password-validator-wrapper .password-validator .password-validator__item {
  margin-bottom: 0 !important;
  margin-right: 30px;
  padding-left: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .profileSettings-password-validator-wrapper .password-validator .password-validator__item {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .profileSettings-password-validator-wrapper .password-validator .password-validator__item::before {
  left: 0;
  top: 9px;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #33475B;
  content: "";
  border-radius: 50%;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule.hide {
  display: none;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule ul, .profileSettingsPage .settingsPageModuleContainer .profileSettingsModule ol {
  margin-left: 0;
  padding-left: 0;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule ul.checkboxList li, .profileSettingsPage .settingsPageModuleContainer .profileSettingsModule ol.checkboxList li {
  margin: 8px 0;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule ul.checkboxList li:last-child, .profileSettingsPage .settingsPageModuleContainer .profileSettingsModule ol.checkboxList li:last-child {
  margin: 0;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .paymentIconsList {
  margin: 0;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule ol {
  margin-bottom: 3rem;
  padding-left: 16px;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule ol > li {
  line-height: 1.5;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule > li {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule > li:first-child {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 3rem;
  width: 30%;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule > li:first-child h3, .profileSettingsPage .settingsPageModuleContainer .profileSettingsModule > li:first-child h4 {
  margin-top: 0;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .addNewPortfolioButton {
  margin: 0;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .addNewPortfolioButton i {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .profileSettingsPage .settingsPageModuleContainer .profileSettingsModule {
    flex-wrap: wrap;
  }
  .profileSettingsPage .settingsPageModuleContainer .profileSettingsModule > li:first-child {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 0;
    width: 100%;
  }
  .profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .advancedRemoveSectionButton {
    height: auto;
    line-height: normal;
    padding: 0.5rem 2rem;
  }
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule p a {
  color: #61B2DE;
  font-size: 1rem;
  line-height: inherit;
  opacity: 1;
  height: auto;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .halfItem {
  width: 100%;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .two-factor-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .two-factor-list {
    padding-top: 20px;
  }
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .two-factor-list__item {
  flex-basis: 50px;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .two-factor-list__item._large {
  flex: 2 1 0;
  padding-left: 13px;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .two-factor-list__item input[type=number]::-webkit-inner-spin-button,
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .two-factor-list__item input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .two-factor-list__item input[type=number] {
  -moz-appearance: textfield;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .two-factor__heading {
  font-size: 17px;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule h5.two-factor__heading {
  margin: 0;
  padding-bottom: 36px;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .two-factor__number-update {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .two-factor__number-update > div:first-child {
  padding-right: 40px;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .two-factor__input {
  text-align: center;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .two-factor-inner-list li {
  padding-top: 37px;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .integration__item {
  padding-bottom: 25px;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .integration__item:last-child {
  padding-bottom: 0;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .integration__item .box__connection-info .upmTooltip {
  white-space: normal;
  width: 211px;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .toggle-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .toggle-wrapper .toggle-wrapper__text {
  margin: 0;
  padding-left: 13px;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .fileNamePreview {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  background: rgba(58, 164, 208, 0.1019607843);
  border: 1px solid #A8AAA9;
  padding: 1.4rem;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .fileNamePreview {
    width: auto;
  }
}
@media screen and (max-width: 425px) {
  .profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .fileNamePreview {
    width: auto;
  }
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .fileNamePreview p {
  font-size: 1rem;
  margin: 0;
}
.profileSettingsPage .settingsPageModuleContainer .profileSettingsModule .fileNamePreview label {
  color: #666666;
  margin: 0;
}
.profileSettingsPage .settingsPageModuleContainer .setting-section {
  padding: 20px 0;
}
.profileSettingsPage .settingsPageModuleContainer .setting-section p {
  margin: 0;
}
.profileSettingsPage .settingsPageModuleContainer .setting-section label {
  text-transform: none !important;
}
.profileSettingsPage .settingsPageModuleContainer .setting-section .setting-section__heading {
  margin: 0;
  padding-bottom: 20px;
}
.profileSettingsPage .settingsPageModuleContainer .setting-section .setting-section__item {
  padding-bottom: 25px;
}
.profileSettingsPage .settingsPageModuleContainer .setting-section .setting-section__item:last-child {
  padding-bottom: 0;
}
.profileSettingsPage .settingsPageModuleContainer .setting-section .setting-section__box {
  background-color: #F7F7F7;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.profileSettingsPage .settingsPageModuleContainer .setting-section .setting-section__picker {
  padding-top: 10px;
}
.profileSettingsPage .settingsPageModuleContainer .setting-section ._button-wrapepr:first-child button {
  margin: 0 10px 15px 0;
}
.profileSettingsPage .settingsPageModuleContainer .halfItem > .flexRow, .profileSettingsPage .settingsPageModuleContainer .tableFundView .halfItem > .fundAdditionalInformation, .tableFundView .profileSettingsPage .settingsPageModuleContainer .halfItem > .fundAdditionalInformation, .profileSettingsPage .settingsPageModuleContainer .tableFundView .halfItem > .fundBasicInformation, .tableFundView .profileSettingsPage .settingsPageModuleContainer .halfItem > .fundBasicInformation {
  align-items: center;
}
.profileSettingsPage .settingsPageModuleContainer .buttons-wrapper {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.profileSettingsPage .settingsPageModuleContainer .backgound-img-row {
  padding-bottom: 30px;
}
.profileSettingsPage .settingsPageModuleContainer .backgroundImage .coverImageWrap {
  height: 350px;
  position: relative;
  color: #FFFFFF;
}
.profileSettingsPage .settingsPageModuleContainer .backgroundImage .coverImageWrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.profileSettingsPage .settingsPageModuleContainer .backgroundImage .coverImageWrap .coverImageOverlayText-container {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding-right: 1rem;
  z-index: 10;
}
.profileSettingsPage .settingsPageModuleContainer .backgroundImage .coverImageWrap .coverImageOverlayText-container .coverImageTitle {
  font-size: 1.4rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.15rem 0.5rem;
  margin-bottom: 0.5rem;
  width: fit-content;
}
.profileSettingsPage .settingsPageModuleContainer .backgroundImage .coverImageWrap .coverImageOverlayText-container .coverImageCompanyName {
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.15rem 0.5rem;
  margin-bottom: 0.5rem;
  width: fit-content;
}
.profileSettingsPage .settingsPageModuleContainer .backgroundImage .coverImageWrap .coverImageOverlayText-container .coverImageSlogan {
  font-size: 0.9rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.15rem 0.5rem;
  width: fit-content;
}
.profileSettingsPage .settingsPageModuleContainer .userInfoSection {
  background: #F6F6F6;
}
.profileSettingsPage .settingsPageModuleContainer .userInfoSection .userInfo li div {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .profileSettingsPage .settingsPageModuleContainer .userInfoSection .userInfo li div {
    font-size: 1rem;
  }
}
.profileSettingsPage .settingsPageModuleContainer .userInfoSection .userAvatarHolder .userAvatarRow {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .profileSettingsPage .settingsPageModuleContainer .userInfoSection .userAvatarHolder .userAvatarRow {
    justify-content: center;
    flex-direction: column;
  }
}
.profileSettingsPage .settingsPageModuleContainer .userInfoSection .userAvatarHolder .userAvatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .profileSettingsPage .settingsPageModuleContainer .userInfoSection .userAvatarHolder .userAvatar {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.profileSettingsPage .settingsPageModuleContainer .userInfoSection .userAvatarHolder .userAvatar .acronymText {
  font-size: 40px;
  color: #262626;
  font-weight: 700;
}
.profileSettingsPage .settingsPageModuleContainer .userInfoSection .userAvatarHolder .userAvatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.profileSettingsPage .settingsPageModuleContainer .userInfoSection .userAvatarHolder .upload-image-btn {
  border: 1px solid #CDD6E2;
  padding: 5px 10px;
  background: no-repeat;
  height: 40px;
  border-radius: 5px;
  color: #33475B;
  display: flex;
  align-items: center;
}
.profileSettingsPage .settingsPageModuleContainer .userInfoSection .userAvatarHolder .upload-image-btn:hover {
  background: #61B2DE;
  color: #FFFFFF;
}
.profileSettingsPage .settingsPageModuleContainer .userInfoSection .userFieldWrap {
  border-right: 1px solid #CDD6E2;
  border-left: 1px solid #CDD6E2;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .profileSettingsPage .settingsPageModuleContainer .userInfoSection .userFieldWrap {
    border-right: 0;
    border-left: 0;
    padding: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .profileSettingsPage .settingsPageModuleContainer .userInfoSection .userFieldWrap {
    border-left: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .profileSettingsPage .settingsPageModuleContainer .userInfoSection .userFieldWrap {
    border-right: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .profileSettingsPage .settingsPageModuleContainer .filePrivacySection .file-privacy-wrapper .item {
    margin-bottom: 20px;
  }
}
.profileSettingsPage .settingsPageModuleContainer .filePrivacySection .file-privacy-wrapper .item .iconWrap {
  display: flex;
  align-items: center;
}
.profileSettingsPage .settingsPageModuleContainer .filePrivacySection .file-privacy-wrapper .item .iconWrap i {
  font-size: 36px;
}
.profileSettingsPage .settingsPageModuleContainer .filePrivacySection .file-privacy-wrapper .item .iconWrap .text {
  font-weight: 500;
  font-size: 22px;
  border-left: 1px solid #CDD6E2;
  padding-left: 10px;
  margin-left: 10px;
}
.profileSettingsPage .settingsPageModuleContainer .filePrivacySection .file-privacy-wrapper .item .iconWrap.icon-a i {
  color: #55B5AC;
}
.profileSettingsPage .settingsPageModuleContainer .filePrivacySection .file-privacy-wrapper .item .iconWrap.icon-b i {
  color: #FFAA00;
}
.profileSettingsPage .settingsPageModuleContainer .filePrivacySection .file-privacy-wrapper .item .iconWrap.icon-c i {
  color: #DF6365;
}
.profileSettingsPage .settingsPageModuleContainer .filePrivacySection .file-privacy-wrapper .item p {
  padding-right: 30px;
}
.profileSettingsPage .settingsPageModuleContainer .portfolioSection .portfolioPageModuleContainer {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .profileSettingsPage .settingsPageModuleContainer .portfolioSection .portfolioPageModuleContainer {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .profileSettingsPage .settingsPageModuleContainer .portfolioSection .portfolioPageModuleContainer {
    margin-top: 0;
  }
}
.profileSettingsPage .storageInofrmationContainer div {
  flex-grow: 1;
  flex-shrink: 1;
}
.profileSettingsPage .storageInofrmationContainer div:first-child {
  margin-right: 3rem;
}
.profileSettingsPage .storageInofrmationContainer .storageSize {
  color: #212121;
  display: block;
  font-weight: normal;
  margin-top: 1.1rem;
}
.profileSettingsPage .storageInofrmationContainer a {
  color: #61B2DE;
}
.profileSettingsPage .passwordSettings ul {
  margin: 0;
  padding: 0;
}
.profileSettingsPage .shareWithGroups .flexRow, .profileSettingsPage .shareWithGroups .tableFundView .fundAdditionalInformation, .tableFundView .profileSettingsPage .shareWithGroups .fundAdditionalInformation, .profileSettingsPage .shareWithGroups .tableFundView .fundBasicInformation, .tableFundView .profileSettingsPage .shareWithGroups .fundBasicInformation {
  flex-wrap: nowrap;
  align-items: center;
}
.profileSettingsPage .shareWithGroups .flexRow:first-child .flexItem, .profileSettingsPage .shareWithGroups .tableFundView .fundAdditionalInformation:first-child .flexItem, .tableFundView .profileSettingsPage .shareWithGroups .fundAdditionalInformation:first-child .flexItem, .profileSettingsPage .shareWithGroups .tableFundView .fundBasicInformation:first-child .flexItem, .tableFundView .profileSettingsPage .shareWithGroups .fundBasicInformation:first-child .flexItem {
  border-color: transparent;
}
.profileSettingsPage .shareWithGroups .flexItem {
  flex-grow: 0;
  flex-shrink: 1;
  overflow: hidden;
  padding-left: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.profileSettingsPage .shareWithGroups .groupName {
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 20px;
}
.profileSettingsPage .shareWithGroups .groupOwner {
  width: 12rem;
}
.profileSettingsPage .shareWithGroups .groupOwnerType {
  width: 7.5rem;
  flex-grow: 0;
  flex-shrink: 0;
  color: #61B2DE;
}
@media screen and (max-width: 767px) {
  .profileSettingsPage .shareWithGroups .groupOwnerType {
    width: auto;
  }
}
.profileSettingsPage .shareWithGroups .groupShare {
  width: 20%;
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .profileSettingsPage .shareWithGroups .groupShare {
    width: 15%;
  }
}
.profileSettingsPage .shareWithGroups .shareWithGroupsHeader {
  color: #262626;
}
.profileSettingsPage .shareWithGroups .shareWithGroupsList .groupItem {
  position: relative;
  background: #F6F6F6;
  height: 3rem;
}
.profileSettingsPage .shareWithGroups .shareWithGroupsList .groupItem .confirmationItem {
  transition: all 0.25s linear;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #F6F6F6;
  opacity: 0;
  visibility: hidden;
  z-index: 500;
}
.profileSettingsPage .shareWithGroups .shareWithGroupsList .groupItem .confirmationItem ul {
  text-align: center;
}
.profileSettingsPage .shareWithGroups .shareWithGroupsList .groupItem .confirmationItem ul li {
  display: inline-block;
}
.profileSettingsPage .shareWithGroups .shareWithGroupsList .groupItem .confirmationItem a {
  background: transparent;
  border: none;
  height: auto;
  line-height: normal;
  margin: 0 1.2rem 0 0;
  padding: 0;
}
.profileSettingsPage .shareWithGroups .shareWithGroupsList .groupItem .flexItem {
  position: relative;
}
.profileSettingsPage .shareWithGroups .shareWithGroupsList .groupItem .groupShare > i {
  color: #09B79E;
  opacity: 0.3;
}
.profileSettingsPage .shareWithGroups .shareWithGroupsList .groupItem .groupShare.selected > i {
  opacity: 1;
}
.profileSettingsPage .shareWithGroups .shareWithGroupsList .groupItem .groupShare.confirmation .confirmationItem {
  opacity: 1;
  visibility: visible;
}
.profileSettingsPage .shareWithGroups .shareWithGroupsList .groupItem:hover {
  cursor: pointer;
}
@media only screen and (max-width: 40em) {
  .profileSettingsPage .shareWithGroups .shareWithGroups .groupOwnerType {
    display: none;
  }
}
.profileSettingsPage .spaces .spaces__item {
  border: 1px solid #CDD6E2;
  border-radius: 8px;
  padding: 30px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  margin-bottom: 2rem;
}
.profileSettingsPage .spaces .spaces__item h4 {
  position: relative;
  margin-bottom: 3rem;
}
.profileSettingsPage .spaces .spaces__item h4::before {
  position: absolute;
  left: 50%;
  content: "";
  bottom: -20px;
  height: 1px;
  background: #262626;
  width: 100px;
  transform: translateX(-50%);
}
.profileSettingsPage .spaces .spaces__item h6 {
  height: 60px;
}
@media screen and (max-width: 767px) {
  .profileSettingsPage .spaces .spaces__item h6 {
    height: auto;
  }
}
.profileSettingsPage .spaces .spaces__item .radioButtonComponent {
  justify-content: center;
}
.profileSettingsPage .spaces .spaces__item .checkboxComponent {
  border: 1px solid #CDD6E2;
  border-radius: 4px;
  height: 180px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem !important;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.profileSettingsPage .spaces .spaces__item .checkboxComponent .iconCheckboxWrapper {
  display: none;
}
.profileSettingsPage .spaces .spaces__item .checkboxComponent .iconWrap {
  margin-bottom: 0.8rem;
}
.profileSettingsPage .spaces .spaces__item .checkboxComponent p {
  text-align: center;
  margin: 0;
}
.profileSettingsPage .spaces .spaces__item .checkboxComponent.disabled {
  background: #F4FBFF;
  cursor: not-allowed;
}
.profileSettingsPage .spaces .spaces__item .checkboxComponent:hover {
  background: #F5F8FA;
  border: 2px solid #61B2DE;
}
.profileSettingsPage .spaces .spaces__item .checkboxComponent[data-checkbox-status=checked] {
  background: #F4FBFF;
}
.profileSettingsPage .spaces .spaces__item:hover {
  border: 1px solid #61B2DE;
}
.profileSettingsPage .spaces .spaces__list .border-top {
  position: relative;
}
.profileSettingsPage .spaces .spaces__list .border-top::before {
  content: "";
  position: absolute;
  width: calc(100% - 24px);
  height: 15px;
  top: 0;
  border-radius: 8px 8px 0 0;
}
.profileSettingsPage .spaces .spaces__list .border-top:nth-child(2)::before {
  background: #61B2DE;
}
.profileSettingsPage .spaces .spaces__list .border-top:nth-child(3)::before {
  background: #6F55F9;
}
.profileSettingsPage .spaces .spaces__list .border-top:nth-child(4)::before {
  background: #33475B;
}
.profileSettingsPage .createGroupSettingsButton {
  display: flex;
  margin-left: -4px;
  margin-top: 4px;
}
.profileSettingsPage [data-settings-module=notes] .profileSettingsModule .list-margin h4 {
  margin-top: 0;
}
.profileSettingsPage .file-privacy-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.profileSettingsPage .file-privacy-wrapper .file-privacy__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.profileSettingsPage .file-privacy-wrapper .file-privacy__item .toggle-wrapper {
  margin-right: 1rem;
}
.profileSettingsPage .settingsPageModuleContainer[data-settings-module=entityManagement] .entityManagementTitle {
  margin-bottom: 18px;
}
.profileSettingsPage .settingsPageModuleContainer[data-settings-module=entityManagement] h5 {
  margin-bottom: 20px;
  padding-bottom: 0;
}
.profileSettingsPage .settingsPageModuleContainer[data-settings-module=entityManagement] .classification__list__wrapper__inheritage {
  margin-top: 40px;
  margin-bottom: 48px;
}
.profileSettingsPage .settingsPageModuleContainer[data-settings-module=entityManagement] .classification__list__wrapper__inheritage p {
  cursor: pointer;
  display: inline;
}

.profileWrapper .passwordSettings .settings-icon-text-button i {
  font-size: 2.5rem;
  margin-right: 0;
  margin-bottom: 20px;
}
.profileWrapper .passwordSettings .settings-icon-text-button span {
  margin-bottom: 20px;
}
.profileWrapper .passwordSettings .bigCheckboxButtonWrapper {
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
  background: #FFFFFF;
  border: 1px solid #CDD6E2;
  border-radius: 4px;
  width: 100%;
  height: 250px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
  .profileWrapper .passwordSettings .bigCheckboxButtonWrapper {
    height: auto;
  }
}
.profileWrapper .passwordSettings .bigCheckboxButtonWrapper:hover {
  background: #F4FBFF;
}
.profileWrapper .passwordSettings .bigCheckboxButtonWrapper.active {
  border: 1px solid #61B2DE;
  background: #F6F6F6;
  color: #262626 !important;
}
.profileWrapper .passwordSettings .bigCheckboxButtonWrapper:focus {
  border: 1px solid #61B2DE;
}
.profileWrapper .passwordSettings .bigCheckboxButtonWrapper .settings-icon-text_label {
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.systemRules .itemRow {
  padding: 20px 0;
  border-bottom: 1px solid #CDD6E2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .systemRules .itemRow {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .systemRules .itemRow {
    flex-direction: column;
  }
}
.systemRules .itemRow:last-child {
  border-bottom: 0;
}

.deleteWrapper .table-bottom-border .table-icon:hover {
  background: #DF6365;
}
.deleteWrapper .table-bottom-border .table-icon:hover i {
  color: #FFFFFF;
}

.password-validation-text-section {
  background: #F8F7F8;
  border: 1px solid #61B2DE;
  border-radius: 4px;
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
  padding: 10px 30px;
}

.password-validation-text-item {
  margin-bottom: 0 !important;
  margin-right: 30px;
  padding-left: 10px;
  position: relative;
  display: flex;
}

.password-validation-text-item::before {
  left: 0;
  top: 9px;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #33475B;
  content: "";
  border-radius: 50%;
}

.user--password--rule--length.valid-rule, .user--password--rule--lowercase.valid-rule, .user--password--rule--uppercase.valid-rule, .user--password--rule--number.valid-rule, .user--password--rule--withoutSpaces.valid-rule, .user--password--rule--passwordMatch.valid-rule {
  color: #55B5AC !important;
}

.changePassword-input-invalid {
  border-color: #DF6365 !important;
}
.changePassword-input-invalid:focus {
  box-shadow: 0 0 4px 1px rgba(0, 208, 228, 0), 0 0 0 1px #DF6365;
}

.productsListPage {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 50px;
  left: 0;
  transition: all 0.3s linear;
}
.productsListPage .inner-padding {
  padding: 0 15px 0 16px;
}
.productsListPage .appMainScrollBody {
  top: 130px;
  bottom: 50px;
}

.productItem {
  display: block;
}
.productItem .flexRow, .productItem .tableFundView .fundAdditionalInformation, .tableFundView .productItem .fundAdditionalInformation, .productItem .tableFundView .fundBasicInformation, .tableFundView .productItem .fundBasicInformation {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: 3rem;
  position: relative;
}
.productItem .flexRow > div, .productItem .tableFundView .fundAdditionalInformation > div, .tableFundView .productItem .fundAdditionalInformation > div, .productItem .tableFundView .fundBasicInformation > div, .tableFundView .productItem .fundBasicInformation > div {
  flex-grow: 0;
  flex-shrink: 0;
  border-bottom: 1px solid #E3E3E3;
  height: 3rem;
  padding: 0.75rem;
}
.productItem .flexRow > div[data-visibility=true], .productItem .tableFundView .fundAdditionalInformation > div[data-visibility=true], .tableFundView .productItem .fundAdditionalInformation > div[data-visibility=true], .productItem .tableFundView .fundBasicInformation > div[data-visibility=true], .tableFundView .productItem .fundBasicInformation > div[data-visibility=true] {
  display: block;
}
.productItem .flexRow > div[data-visibility=false], .productItem .tableFundView .fundAdditionalInformation > div[data-visibility=false], .tableFundView .productItem .fundAdditionalInformation > div[data-visibility=false], .productItem .tableFundView .fundBasicInformation > div[data-visibility=false], .tableFundView .productItem .fundBasicInformation > div[data-visibility=false] {
  display: none;
}
.productItem .flexRow .fundName, .productItem .tableFundView .fundAdditionalInformation .fundName, .tableFundView .productItem .fundAdditionalInformation .fundName, .productItem .tableFundView .fundBasicInformation .fundName, .tableFundView .productItem .fundBasicInformation .fundName {
  flex-grow: 1;
  flex-shrink: 1;
}
.productItem .flexRow .actionFavorite, .productItem .tableFundView .fundAdditionalInformation .actionFavorite, .tableFundView .productItem .fundAdditionalInformation .actionFavorite, .productItem .tableFundView .fundBasicInformation .actionFavorite, .tableFundView .productItem .fundBasicInformation .actionFavorite {
  opacity: 0.2;
  text-align: center;
  width: 3rem;
}
.productItem .flexRow .actionFavorite[data-flag-favorite=true], .productItem .tableFundView .fundAdditionalInformation .actionFavorite[data-flag-favorite=true], .tableFundView .productItem .fundAdditionalInformation .actionFavorite[data-flag-favorite=true], .productItem .tableFundView .fundBasicInformation .actionFavorite[data-flag-favorite=true], .tableFundView .productItem .fundBasicInformation .actionFavorite[data-flag-favorite=true] {
  opacity: 1;
}
.productItem .flexRow .actionReshare, .productItem .tableFundView .fundAdditionalInformation .actionReshare, .tableFundView .productItem .fundAdditionalInformation .actionReshare, .productItem .tableFundView .fundBasicInformation .actionReshare, .tableFundView .productItem .fundBasicInformation .actionReshare {
  width: 6rem;
  text-align: right;
}
.productItem .flexRow .lastUploadedDocument, .productItem .tableFundView .fundAdditionalInformation .lastUploadedDocument, .tableFundView .productItem .fundAdditionalInformation .lastUploadedDocument, .productItem .tableFundView .fundBasicInformation .lastUploadedDocument, .tableFundView .productItem .fundBasicInformation .lastUploadedDocument,
.productItem .flexRow .lastUploadedNav,
.productItem .tableFundView .fundAdditionalInformation .lastUploadedNav,
.tableFundView .productItem .fundAdditionalInformation .lastUploadedNav,
.productItem .tableFundView .fundBasicInformation .lastUploadedNav,
.tableFundView .productItem .fundBasicInformation .lastUploadedNav {
  display: none !important;
  text-align: right;
  width: 7rem;
}
@media only screen and (min-width:64.063em) {
  .productItem .flexRow .lastUploadedDocument, .productItem .tableFundView .fundAdditionalInformation .lastUploadedDocument, .tableFundView .productItem .fundAdditionalInformation .lastUploadedDocument, .productItem .tableFundView .fundBasicInformation .lastUploadedDocument, .tableFundView .productItem .fundBasicInformation .lastUploadedDocument,
  .productItem .flexRow .lastUploadedNav,
  .productItem .tableFundView .fundAdditionalInformation .lastUploadedNav,
  .tableFundView .productItem .fundAdditionalInformation .lastUploadedNav,
  .productItem .tableFundView .fundBasicInformation .lastUploadedNav,
  .tableFundView .productItem .fundBasicInformation .lastUploadedNav {
    display: block !important;
  }
}
.productItem .flexRow .dataChange, .productItem .tableFundView .fundAdditionalInformation .dataChange, .tableFundView .productItem .fundAdditionalInformation .dataChange, .productItem .tableFundView .fundBasicInformation .dataChange, .tableFundView .productItem .fundBasicInformation .dataChange,
.productItem .flexRow .dataCagr,
.productItem .tableFundView .fundAdditionalInformation .dataCagr,
.tableFundView .productItem .fundAdditionalInformation .dataCagr,
.productItem .tableFundView .fundBasicInformation .dataCagr,
.tableFundView .productItem .fundBasicInformation .dataCagr {
  display: block;
  text-align: right;
  width: 7rem;
}
@media screen and (max-width: 600px) {
  .productItem .flexRow .dataChange, .productItem .tableFundView .fundAdditionalInformation .dataChange, .tableFundView .productItem .fundAdditionalInformation .dataChange, .productItem .tableFundView .fundBasicInformation .dataChange, .tableFundView .productItem .fundBasicInformation .dataChange,
  .productItem .flexRow .dataCagr,
  .productItem .tableFundView .fundAdditionalInformation .dataCagr,
  .tableFundView .productItem .fundAdditionalInformation .dataCagr,
  .productItem .tableFundView .fundBasicInformation .dataCagr,
  .tableFundView .productItem .fundBasicInformation .dataCagr {
    display: none;
  }
}
.productItem .flexRow .fundType, .productItem .tableFundView .fundAdditionalInformation .fundType, .tableFundView .productItem .fundAdditionalInformation .fundType, .productItem .tableFundView .fundBasicInformation .fundType, .tableFundView .productItem .fundBasicInformation .fundType {
  width: 5rem;
}
.productItem .flexRow .actionPrivacy, .productItem .tableFundView .fundAdditionalInformation .actionPrivacy, .tableFundView .productItem .fundAdditionalInformation .actionPrivacy, .productItem .tableFundView .fundBasicInformation .actionPrivacy, .tableFundView .productItem .fundBasicInformation .actionPrivacy {
  text-align: right;
  width: 6rem;
}
.productItem .flexRow .actionPrivacy [data-flag-status=private], .productItem .tableFundView .fundAdditionalInformation .actionPrivacy [data-flag-status=private], .tableFundView .productItem .fundAdditionalInformation .actionPrivacy [data-flag-status=private], .productItem .tableFundView .fundBasicInformation .actionPrivacy [data-flag-status=private], .tableFundView .productItem .fundBasicInformation .actionPrivacy [data-flag-status=private] {
  color: #DF6365;
}
.productItem .flexRow .actionPrivacy [data-flag-status=public], .productItem .tableFundView .fundAdditionalInformation .actionPrivacy [data-flag-status=public], .tableFundView .productItem .fundAdditionalInformation .actionPrivacy [data-flag-status=public], .productItem .tableFundView .fundBasicInformation .actionPrivacy [data-flag-status=public], .tableFundView .productItem .fundBasicInformation .actionPrivacy [data-flag-status=public] {
  color: #55B5AC;
}
.productItem:hover .flexRow > div, .productItem:hover .tableFundView .fundAdditionalInformation > div, .tableFundView .productItem:hover .fundAdditionalInformation > div, .productItem:hover .tableFundView .fundBasicInformation > div, .tableFundView .productItem:hover .fundBasicInformation > div {
  background-color: white;
}
.productItem.selected .flexRow > div, .productItem.selected .tableFundView .fundAdditionalInformation > div, .tableFundView .productItem.selected .fundAdditionalInformation > div, .productItem.selected .tableFundView .fundBasicInformation > div, .tableFundView .productItem.selected .fundBasicInformation > div {
  background-color: #eef9fd !important;
}

.productsListHeader {
  background: #F6F6F6;
  padding-top: 14px;
}
.productsListHeader .fundTicker {
  text-transform: none;
}
.productsListHeader .productItem .flexRow, .productsListHeader .productItem .tableFundView .fundAdditionalInformation, .tableFundView .productsListHeader .productItem .fundAdditionalInformation, .productsListHeader .productItem .tableFundView .fundBasicInformation, .tableFundView .productsListHeader .productItem .fundBasicInformation {
  border-bottom: none;
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
}
.productsListHeader .productItem .flexRow > div, .productsListHeader .productItem .tableFundView .fundAdditionalInformation > div, .tableFundView .productsListHeader .productItem .fundAdditionalInformation > div, .productsListHeader .productItem .tableFundView .fundBasicInformation > div, .tableFundView .productsListHeader .productItem .fundBasicInformation > div {
  border-bottom: none;
  color: #262626;
}
.productsListHeader .productItem:hover .flexRow > div, .productsListHeader .productItem:hover .tableFundView .fundAdditionalInformation > div, .tableFundView .productsListHeader .productItem:hover .fundAdditionalInformation > div, .productsListHeader .productItem:hover .tableFundView .fundBasicInformation > div, .tableFundView .productsListHeader .productItem:hover .fundBasicInformation > div {
  background-color: transparent;
}
.productsListHeader .actionFavorite i {
  opacity: 0;
}
.productsListHeader .sort--by {
  pointer-events: all;
}
.productsListHeader .sort--by .fa {
  display: none;
}
.productsListHeader .sort--by[data-sort=true] {
  color: #262626;
}
.productsListHeader .sort--by[data-sort=true][data-sort-order=asc] .fa-caret-up {
  display: inline-block;
}
.productsListHeader .sort--by[data-sort=true][data-sort-order=desc] .fa-caret-down {
  display: inline-block;
}
.productsListHeader .sort--by:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .productsListPage .pageBarNotification .hideOnMobile {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .productsListPage .pageBarNotification .showOnMobile {
    display: inherit !important;
  }
}
.productsListPage .fundFavorite,
.productsListPage .fundFavorited {
  width: 50px;
  overflow: unset !important;
  text-overflow: unset !important;
}
.productsListPage .fundFavorite i,
.productsListPage .fundFavorited i {
  font-size: 20px;
  width: 100% !important;
}
.productsListPage .fundDivisionTicker {
  text-align: left;
  width: 130px;
}
.productsListPage .fundTicker {
  width: 165px;
  text-align: left;
}
.productsListPage .fundDivisionName,
.productsListPage .fundName {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: 300px !important;
  min-width: 201px;
}
.productsListPage .fundIsin {
  text-align: left;
  width: 130px;
}
.productsListPage .dataCagr {
  text-align: right;
  width: 80px;
}
.productsListPage .dataStdev {
  text-align: right;
  width: 80px;
}
.productsListPage .lastUploadedNav {
  text-align: right !important;
  width: 130px !important;
}
.productsListPage .lastNav {
  text-align: right;
  width: 90px;
}
.productsListPage .lastUploadedNavValue {
  text-align: right;
  width: 93px;
}
.productsListPage .dataChange {
  text-align: right;
  width: 80px;
}
.productsListPage .fundClassSeries {
  text-align: right;
  width: 130px;
}
.productsListPage .fundCurrency {
  text-align: right;
  width: 80px;
}
.productsListPage .fundDateListed {
  text-align: right;
  width: 130px;
}
.productsListPage .fundShared-col {
  text-align: right;
  width: 100px;
}
.productsListPage .fundMatching-col {
  text-align: right;
  width: 140px;
}
.productsListPage .fundNumberOfViews {
  text-align: right;
  width: 80px;
}
.productsListPage .fundDelete {
  text-align: right;
  width: 45px;
}
.productsListPage .fundEntity-col {
  width: 200px;
  text-align: left;
}
.productsListPage .productsList {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 1590px) {
  .productsListPage .fundClassSeries,
  .productsListPage .fundCurrency,
  .productsListPage .fundNumberOfViews {
    display: none !important;
  }
}
@media screen and (max-width: 1420px) {
  .productsListPage .lastNav,
  .productsListPage .fundClassSeries,
  .productsListPage .fundCurrency,
  .productsListPage .fundNumberOfViews {
    display: none !important;
  }
}
@media screen and (max-width: 1180px) {
  .productsListPage .fundDivisionTicker,
  .productsListPage .fundDivisionName,
  .productsListPage .lastUploadedNavValue {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .productsListPage .fundIsin {
    display: none !important;
  }
}

.appHeader .productsListHeader .productItem .flexRow > div, .appHeader .productsListHeader .productItem .tableFundView .fundAdditionalInformation > div, .tableFundView .appHeader .productsListHeader .productItem .fundAdditionalInformation > div, .appHeader .productsListHeader .productItem .tableFundView .fundBasicInformation > div, .tableFundView .appHeader .productsListHeader .productItem .fundBasicInformation > div {
  padding-top: 0;
  height: unset;
}

.productsStack {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  height: 100%;
  padding: 6rem 0 3rem 0;
  position: absolute;
  width: 100%;
}
.productsStack.show {
  display: block;
}
.productsStack .productStackPage {
  display: none;
  position: relative;
}
.productsStack .productStackPage.show {
  display: block;
}
.productsStack .productStackPage h1:after, .productsStack .productStackPage .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select:after, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .productsStack .productStackPage select:after, .productsStack .productStackPage h1:before, .productsStack .productStackPage .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select:before, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .productsStack .productStackPage select:before,
.productsStack .productStackPage h2:after,
.productsStack .productStackPage h2:before {
  display: none;
}
.productsStack .flexRow, .productsStack .tableFundView .fundAdditionalInformation, .tableFundView .productsStack .fundAdditionalInformation, .productsStack .tableFundView .fundBasicInformation, .tableFundView .productsStack .fundBasicInformation {
  border-radius: 5px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #FFFFFF;
  min-height: 18rem;
  pointer-events: none;
}
@media only screen and (max-width: 40em) {
  .productsStack .flexRow, .productsStack .tableFundView .fundAdditionalInformation, .tableFundView .productsStack .fundAdditionalInformation, .productsStack .tableFundView .fundBasicInformation, .tableFundView .productsStack .fundBasicInformation {
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.productsStack .flexRow a, .productsStack .tableFundView .fundAdditionalInformation a, .tableFundView .productsStack .fundAdditionalInformation a, .productsStack .tableFundView .fundBasicInformation a, .tableFundView .productsStack .fundBasicInformation a, .productsStack .flexRow button, .productsStack .tableFundView .fundAdditionalInformation button, .tableFundView .productsStack .fundAdditionalInformation button, .productsStack .tableFundView .fundBasicInformation button, .tableFundView .productsStack .fundBasicInformation button, .productsStack .flexRow svg, .productsStack .tableFundView .fundAdditionalInformation svg, .tableFundView .productsStack .fundAdditionalInformation svg, .productsStack .tableFundView .fundBasicInformation svg, .tableFundView .productsStack .fundBasicInformation svg {
  pointer-events: all;
}
.productsStack .flexRow .flexItem, .productsStack .tableFundView .fundAdditionalInformation .flexItem, .tableFundView .productsStack .fundAdditionalInformation .flexItem, .productsStack .tableFundView .fundBasicInformation .flexItem, .tableFundView .productsStack .fundBasicInformation .flexItem {
  flex-grow: 1;
  padding: 1.5rem;
}
.productsStack .flexRow .flexItem:last-child, .productsStack .tableFundView .fundAdditionalInformation .flexItem:last-child, .tableFundView .productsStack .fundAdditionalInformation .flexItem:last-child, .productsStack .tableFundView .fundBasicInformation .flexItem:last-child, .tableFundView .productsStack .fundBasicInformation .flexItem:last-child {
  margin-bottom: 0;
}
.productsStack .flexRow .flexItem.col1of3, .productsStack .tableFundView .fundAdditionalInformation .flexItem.col1of3, .tableFundView .productsStack .fundAdditionalInformation .flexItem.col1of3, .productsStack .tableFundView .fundBasicInformation .flexItem.col1of3, .tableFundView .productsStack .fundBasicInformation .flexItem.col1of3 {
  width: 20%;
}
.productsStack .flexRow .flexItem.col2of3, .productsStack .tableFundView .fundAdditionalInformation .flexItem.col2of3, .tableFundView .productsStack .fundAdditionalInformation .flexItem.col2of3, .productsStack .tableFundView .fundBasicInformation .flexItem.col2of3, .tableFundView .productsStack .fundBasicInformation .flexItem.col2of3 {
  width: 60%;
}
@media only screen and (max-width: 40em) {
  .productsStack .flexRow .flexItem.col2of3, .productsStack .tableFundView .fundAdditionalInformation .flexItem.col2of3, .tableFundView .productsStack .fundAdditionalInformation .flexItem.col2of3, .productsStack .tableFundView .fundBasicInformation .flexItem.col2of3, .tableFundView .productsStack .fundBasicInformation .flexItem.col2of3 {
    width: 100%;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .productsStack .flexRow .flexItem.col2of3, .productsStack .tableFundView .fundAdditionalInformation .flexItem.col2of3, .tableFundView .productsStack .fundAdditionalInformation .flexItem.col2of3, .productsStack .tableFundView .fundBasicInformation .flexItem.col2of3, .tableFundView .productsStack .fundBasicInformation .flexItem.col2of3 {
    width: 100%;
  }
}
.productsStack .flexRow .flexItem.col3of3, .productsStack .tableFundView .fundAdditionalInformation .flexItem.col3of3, .tableFundView .productsStack .fundAdditionalInformation .flexItem.col3of3, .productsStack .tableFundView .fundBasicInformation .flexItem.col3of3, .tableFundView .productsStack .fundBasicInformation .flexItem.col3of3 {
  width: 100%;
}
.productsStack .flexRow .flexItem.col3of4, .productsStack .tableFundView .fundAdditionalInformation .flexItem.col3of4, .tableFundView .productsStack .fundAdditionalInformation .flexItem.col3of4, .productsStack .tableFundView .fundBasicInformation .flexItem.col3of4, .tableFundView .productsStack .fundBasicInformation .flexItem.col3of4 {
  width: 80%;
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .productsStack .flexRow .flexItem.fileThumbnail, .productsStack .tableFundView .fundAdditionalInformation .flexItem.fileThumbnail, .tableFundView .productsStack .fundAdditionalInformation .flexItem.fileThumbnail, .productsStack .tableFundView .fundBasicInformation .flexItem.fileThumbnail, .tableFundView .productsStack .fundBasicInformation .flexItem.fileThumbnail {
    order: 2;
  }
  .productsStack .flexRow .flexItem.totalNbOfDocuments, .productsStack .tableFundView .fundAdditionalInformation .flexItem.totalNbOfDocuments, .tableFundView .productsStack .fundAdditionalInformation .flexItem.totalNbOfDocuments, .productsStack .tableFundView .fundBasicInformation .flexItem.totalNbOfDocuments, .tableFundView .productsStack .fundBasicInformation .flexItem.totalNbOfDocuments {
    order: 1;
  }
  .productsStack .flexRow .flexItem.fundDocumentsList, .productsStack .tableFundView .fundAdditionalInformation .flexItem.fundDocumentsList, .tableFundView .productsStack .fundAdditionalInformation .flexItem.fundDocumentsList, .productsStack .tableFundView .fundBasicInformation .flexItem.fundDocumentsList, .tableFundView .productsStack .fundBasicInformation .flexItem.fundDocumentsList {
    order: 3;
  }
}
@media only screen and (max-width: 40em) {
  .productsStack .flexRow .flexItem.col2of3, .productsStack .tableFundView .fundAdditionalInformation .flexItem.col2of3, .tableFundView .productsStack .fundAdditionalInformation .flexItem.col2of3, .productsStack .tableFundView .fundBasicInformation .flexItem.col2of3, .tableFundView .productsStack .fundBasicInformation .flexItem.col2of3, .productsStack .flexRow .flexItem.col1of3, .productsStack .tableFundView .fundAdditionalInformation .flexItem.col1of3, .tableFundView .productsStack .fundAdditionalInformation .flexItem.col1of3, .productsStack .tableFundView .fundBasicInformation .flexItem.col1of3, .tableFundView .productsStack .fundBasicInformation .flexItem.col1of3 {
    width: 100%;
  }
  .productsStack .flexRow .flexItem.fileThumbnail, .productsStack .tableFundView .fundAdditionalInformation .flexItem.fileThumbnail, .tableFundView .productsStack .fundAdditionalInformation .flexItem.fileThumbnail, .productsStack .tableFundView .fundBasicInformation .flexItem.fileThumbnail, .tableFundView .productsStack .fundBasicInformation .flexItem.fileThumbnail {
    order: 2;
  }
  .productsStack .flexRow .flexItem.totalNbOfDocuments, .productsStack .tableFundView .fundAdditionalInformation .flexItem.totalNbOfDocuments, .tableFundView .productsStack .fundAdditionalInformation .flexItem.totalNbOfDocuments, .productsStack .tableFundView .fundBasicInformation .flexItem.totalNbOfDocuments, .tableFundView .productsStack .fundBasicInformation .flexItem.totalNbOfDocuments {
    order: 1;
  }
  .productsStack .flexRow .flexItem.fundDocumentsList, .productsStack .tableFundView .fundAdditionalInformation .flexItem.fundDocumentsList, .tableFundView .productsStack .fundAdditionalInformation .flexItem.fundDocumentsList, .productsStack .tableFundView .fundBasicInformation .flexItem.fundDocumentsList, .tableFundView .productsStack .fundBasicInformation .flexItem.fundDocumentsList {
    order: 3;
  }
}
.productsStack .pageSection {
  border-radius: 5px;
  border: 1px solid #EEEEEE;
  margin-bottom: 1.5rem;
  position: relative;
}
.productsStack .pageSection .fundDocuments {
  pointer-events: none;
}
.productsStack .pageSection[data-section-type] {
  display: none;
}
.productsStack .pageSection .loadMoreButton {
  border-radius: 0 0 5px 5px;
  background-color: #61B2DE;
  color: #FFFFFF;
  font-weight: 400;
  left: 41%;
  line-height: 1.5rem;
  position: absolute;
  text-align: center;
  top: 0;
}
.productsStack .pageSection ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.productsStack .pageSection ul li a {
  pointer-events: all;
}
.productsStack .fundAdvancedInfo {
  transition: all 0.75s ease-in-out;
  height: 0;
  min-height: 0;
  overflow: hidden;
}
.productsStack .fundAdvancedInfo.show {
  height: 18rem;
}
.productsStack .fundAdvancedInfo .productMoreInfo:before, .productsStack .fundAdvancedInfo .productMoreInfo:after {
  content: " ";
  display: table;
}
.productsStack .fundAdvancedInfo .productMoreInfo:after {
  clear: both;
}
.productsStack .fundAdvancedInfo .productMoreInfo li .labelInfo {
  display: inline-block;
  width: 10.5rem;
  font-weight: 700;
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .productsStack .fundAdvancedInfo .productMoreInfo li {
    width: 50%;
  }
}
@media only screen and (max-width: 40em) {
  .productsStack .fundAdvancedInfo .productMoreInfo li {
    width: 50%;
  }
}
.productsStack .fundAdvancedInfo .productMoreInfo .allCaps {
  text-transform: uppercase;
}
.productsStack .fundAdvancedInfo .productMoreInfo .capitalize {
  text-transform: capitalize;
}
.productsStack .fundOption {
  list-style: none;
  margin: 0;
  padding: 0;
}
.productsStack .fundOption li {
  margin: 0 0 1.5rem 0;
}
.productsStack .fundOption li:last-child {
  margin: 0;
}
.productsStack .fundOption button, .productsStack .fundOption a {
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #61B2DE;
  color: #61B2DE;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 0 0.75rem;
  text-align: center;
  width: 6rem;
}
.productsStack .fundOption button:hover, .productsStack .fundOption a:hover {
  color: #FFFFFF;
  background: #61B2DE;
}
.productsStack .fundInfo {
  background-color: #61B2DE;
  pointer-events: all;
}
.productsStack .fundInfo .fundProfileImageUpload .uploadWrapper > div {
  pointer-events: none;
}
.productsStack .fundInfo .loadMoreButton {
  border-radius: 5px 5px 0 0;
  bottom: 100%;
  display: none;
  left: 5px;
  top: auto;
}
.productsStack .fundInfo .loadMoreButton.show {
  display: block;
}
.productsStack .fundInfo .aboutFund {
  height: 100%;
  padding: 1.5rem;
  position: relative;
}
@media only screen and (max-width: 40em) {
  .productsStack .fundInfo .aboutFund {
    min-height: 9rem;
  }
}
.productsStack .fundInfo .fundFullName {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.productsStack .fundInfo .fundTicker {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.75);
}
.productsStack .fundInfo .fundStrategies {
  color: rgba(255, 255, 255, 0.75);
  list-style: none;
  margin: 3rem 0 0 0;
  padding: 0;
  width: 80%;
}
.productsStack .fundInfo .fundStrategies:before, .productsStack .fundInfo .fundStrategies:after {
  content: " ";
  display: table;
}
.productsStack .fundInfo .fundStrategies:after {
  clear: both;
}
.productsStack .fundInfo .fundStrategies li {
  float: left;
  line-height: 1.5rem;
  margin-right: 9%;
  width: 40%;
}
.productsStack .fundInfo .fundManager {
  border-radius: 0 5px 5px 0;
  background-color: #212121;
  min-height: 18rem;
}
@media only screen and (max-width: 40em) {
  .productsStack .fundInfo .fundManager {
    min-height: 9rem;
  }
}
.productsStack .fundInfo .fundManager .fundManagerInfo {
  margin: 3rem 0 0 0;
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 40em) {
  .productsStack .fundInfo .fundManager .fundManagerInfo {
    margin: 0;
  }
}
.productsStack .fundInfo .fundManager .fundManagerInfo .fullName {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1;
}
.productsStack .fundInfo .fundManager .fundManagerInfo .position {
  color: rgba(255, 255, 255, 0.75);
  text-transform: lowercase;
  font-size: 13.3333333333px;
}
.productsStack .fundInfo .fundManager .fundManagerInfo .contactInfo {
  margin: 1.5rem 0 0 0;
  color: rgba(255, 255, 255, 0.75);
}
.productsStack .fundInfo .fundManager .fundManagerInfo .contactInfo a {
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  font-size: 1.5rem;
  margin: 0 0.75rem 0 0;
}
.productsStack .fundPageContainer .profileImage {
  background-size: cover;
  background: url(../images/default_profile.jpg) 50% 50% no-repeat;
  min-height: 18rem;
  position: relative;
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .productsStack .fundNav {
    width: 21% !important;
    text-align: center;
  }
}
.productsStack .fundNav .navLabel {
  font-size: 1.5rem;
}
.productsStack .fundNav .navDate {
  color: #AAAAAA;
}
.productsStack .fundNav .performancePrice {
  margin-top: 1.5rem;
  font-size: 2rem;
}
.productsStack .fundClass {
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
}
.productsStack .fundClass > div {
  height: 9rem;
  text-align: center;
}
.productsStack .fundClass > div span {
  display: inline-block;
  font-size: 1.5rem;
  margin-top: 1.5rem;
}
.productsStack .fundClass > div label {
  font-size: 16px;
  color: #AAAAAA;
}
.productsStack .fundClass > div:nth-child(1) span {
  margin-top: 4.5rem;
}
.productsStack .fundGrowth:before, .productsStack .fundGrowth:after {
  content: " ";
  display: table;
}
.productsStack .fundGrowth:after {
  clear: both;
}
.productsStack .fundGrowth .performanceTable {
  float: left;
  margin: 0 10%;
  width: 40%;
}
.productsStack .fundGrowth .performanceTable:nth-child(1) {
  margin-left: 0;
}
.productsStack .fundGrowth .performanceTable:nth-child(2) {
  margin-right: 0;
}
@media only screen and (max-width: 40em) {
  .productsStack .fundGrowth .performanceTable {
    width: 100%;
    margin: 0;
  }
}
.productsStack .fundGrowth .performanceTable table tr {
  background: none;
  border-bottom: 1px dotted #AAAAAA;
}
.productsStack .fundGrowth .performanceTable table tr td {
  color: #555555;
  font-size: 16px;
  line-height: 1.5rem;
  padding: 0;
}
.productsStack .fundGrowth .performanceTable table tr td:nth-child(2) {
  text-align: right;
}
.productsStack .fundPerformanceTable table {
  width: 100%;
}
.productsStack .fundPerformanceTable table td {
  text-align: right;
}
.productsStack .fundDocumentsList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.productsStack .fundDocumentsList ul li .fileThumbnail {
  background: none;
  color: #AAAAAA;
  color: #212121;
  height: auto;
  margin: 0;
  min-height: 1.5rem;
  opacity: 1;
  padding: 0;
  pointer-events: all;
  visibility: visible;
  width: auto;
}
.productsStack .fundDocumentsList ul li .fileThumbnail:after {
  display: none;
}
.productsStack .fundDocumentsList ul li .fileThumbnail:hover {
  color: #61B2DE;
}
.productsStack .fundDocumentsList ul li .fileThumbnail i {
  background-color: #FFFFFF;
  font-size: 16px;
}
.productsStack .fundDocumentsList ul li a {
  text-transform: lowercase;
}
.productsStack .fundDocumentsList ul li a:hover {
  text-decoration: underline;
}
.productsStack .relatedFundsProduct {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 40em) {
  .productsStack .relatedFundsProduct {
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.productsStack .relatedFundsProduct li {
  flex-grow: 1;
  padding: 1.5rem;
}
.productsStack .relatedFundsProduct li a {
  display: block;
}
.productsStack .relatedFundsProduct li span {
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.productsStack .relatedFundsProduct li .tickerName {
  font-size: 1.5rem;
}
.productsStack .loadMoreFiles, .productsStack .loadLessFiles {
  margin-top: 1.5rem;
  pointer-events: all;
}
.productsStack .loadMoreFiles.hide, .productsStack .loadLessFiles.hide {
  display: none !important;
}
.productsStack .loadMoreFiles .fa-chevron-circle-down, .productsStack .loadMoreFiles .laodMoreLabel, .productsStack .loadLessFiles .fa-chevron-circle-down, .productsStack .loadLessFiles .laodMoreLabel {
  display: inline-block;
}
.productsStack .loadMoreFiles .fa-spinner, .productsStack .loadMoreFiles .laodingLabel, .productsStack .loadLessFiles .fa-spinner, .productsStack .loadLessFiles .laodingLabel {
  display: none;
}
.productsStack .loadMoreFiles.loading, .productsStack .loadLessFiles.loading {
  color: #E3E3E3;
}
.productsStack .loadMoreFiles.loading .fa-chevron-circle-down, .productsStack .loadMoreFiles.loading .laodMoreLabel, .productsStack .loadLessFiles.loading .fa-chevron-circle-down, .productsStack .loadLessFiles.loading .laodMoreLabel {
  display: none;
}
.productsStack .loadMoreFiles.loading .fa-spinner, .productsStack .loadMoreFiles.loading .laodingLabel, .productsStack .loadLessFiles.loading .fa-spinner, .productsStack .loadLessFiles.loading .laodingLabel {
  display: inline-block;
}
.productsStack .loadMoreFiles.resetPagination, .productsStack .loadLessFiles.resetPagination {
  display: none;
}
.productsStack .loadMoreFiles.resetPagination.show, .productsStack .loadLessFiles.resetPagination.show {
  display: block;
}
.productsStack .totalNbOfDocuments {
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  text-align: center;
}
.productsStack .totalNbOfDocuments span {
  display: inline-block;
  font-size: 3rem;
}
.productsStack .totalNbOfDocuments label {
  font-size: 16px;
  color: #AAAAAA;
}
.productsStack .fileThumbnail {
  height: 100%;
  opacity: 1;
  overflow: hidden;
  position: relative;
  visibility: visible;
}
.productsStack .fileThumbnail img {
  display: block;
  width: 100%;
  height: 100%;
}
.productsStack .fileThumbnail .overlayBg {
  border-radius: 0 5px 5px 0;
  background-color: rgba(33, 33, 33, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.productsStack .sectionTitle h1, .productsStack .sectionTitle .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .productsStack .sectionTitle select {
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
}
.productsStack .uploadSection {
  border-radius: 5px;
  background-color: rgba(97, 178, 222, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9000;
}
.productsStack .uploadSection.show {
  display: block;
}
.productsStack .uploadSection .uploadWrapper {
  border-radius: 5px;
  text-align: center;
}
.productsStack .uploadSection .uploadWrapper * {
  pointer-events: none;
}
.productsStack .uploadSection .flexRow, .productsStack .uploadSection .tableFundView .fundAdditionalInformation, .tableFundView .productsStack .uploadSection .fundAdditionalInformation, .productsStack .uploadSection .tableFundView .fundBasicInformation, .tableFundView .productsStack .uploadSection .fundBasicInformation {
  background-color: transparent;
  padding: 0;
}
.productsStack .loader {
  transition: width 0.75s ease-in-out;
  background-color: #61B2DE;
  bottom: 0;
  display: none;
  height: 2px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 0%;
}
.productsStack .loader.show {
  display: block;
}
.productsStack .loadWrapper {
  color: #FFFFFF;
}
.productsStack .uplaodButton {
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 1xp solid transparent;
  color: #61B2DE;
  font-weight: 400;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-transform: lowercase;
}
.productsStack .uplaodButton:hover {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-weight: 400;
}
.productsStack .uplaodButton input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  opacity: 0;
}
.productsStack [data-fundpage-type=default] [data-section-type*=default],
.productsStack [data-fundpage-type=performance] [data-section-type*=default],
.productsStack [data-fundpage-type=documents] [data-section-type*=default] {
  display: block;
}
.productsStack #fundChart {
  position: relative;
}
.productsStack #fundChart .upmonthChartContainer {
  width: 100% !important;
}
.productsStack .fundPageContainer .sectionTitle {
  font-weight: 200;
  font-size: 12.8px;
  color: #AAAAAA;
}
.productsStack .fundPageContainer .mainTitle .fundTicker {
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.3;
  text-transform: uppercase !important;
}
.productsStack .fundPageContainer .mainTitle .fundName {
  text-transform: uppercase !important;
}
.productsStack .groupFullName, .productsStack .fundName {
  text-transform: uppercase !important;
}
.productsStack .groupFullName span, .productsStack .groupFullName a, .productsStack .fundName span, .productsStack .fundName a {
  text-transform: uppercase !important;
}
.productsStack .groupOwner {
  text-transform: capitalize !important;
  color: #212121;
}
.productsStack .groupOwner span, .productsStack .groupOwner a {
  text-transform: capitalize !important;
}
.productsStack .groupTicker, .productsStack .fundTicker {
  text-transform: uppercase !important;
}
.productsStack .groupTicker span, .productsStack .groupTicker a, .productsStack .fundTicker span, .productsStack .fundTicker a {
  text-transform: uppercase !important;
}
.productsStack .pageModule {
  padding: 1.5rem 0;
}
.productsStack .pageModule .pageModuleTitle {
  border-bottom: 1px solid #61B2DE;
  color: #61B2DE;
  font-size: 1.5rem;
  font-weight: 200;
  margin: 0.75rem 0;
  padding: 0.375rem 0;
  position: relative;
}
.productsStack .pageModule .pageModuleTitle .collapseButton {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0.75rem;
}
.productsStack .pageModule .pageModuleContent .button, .productsStack .pageModule .pageModuleContent .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .productsStack .pageModule .pageModuleContent button, .productsStack .pageModule .pageModuleContent .buttonAction {
  font-weight: 200;
}
.productsStack .pageModule .pageModuleContent .button.primary, .productsStack .pageModule .pageModuleContent .editCreateMemoPage .pageOptionsContainer ul li button.primary, .editCreateMemoPage .pageOptionsContainer ul li .productsStack .pageModule .pageModuleContent button.primary, .productsStack .pageModule .pageModuleContent .primary.buttonAction {
  background-color: #61B2DE;
  color: #FFFFFF;
}
.productsStack .pageModule .pageModuleContent ul {
  padding: 0;
  margin: 0 0 1.5rem 0;
  list-style: none;
}
.productsStack .pageModule .pageModuleContent ul li:before, .productsStack .pageModule .pageModuleContent ul li:after {
  content: " ";
  display: table;
}
.productsStack .pageModule .pageModuleContent ul li:after {
  clear: both;
}
.productsStack .pageModule .pageModuleContent ul li label {
  display: inline-block;
  float: left;
  width: 25%;
  text-align: right;
  margin-right: 1.5rem;
  font-size: 16px;
}
.productsStack .pageModule .pageModuleContent ul li span {
  float: left;
}
.productsStack .pageModule .pageModuleContent ul li:hover {
  background-color: #EEEEEE;
}
.productsStack .pageModule .pageModuleContent ul.fileList li {
  padding: 0.25rem 0;
  border-bottom: 1px dotted #212121;
}
.productsStack .pageModule .pageModuleContent ul.fileList li .fa {
  margin-right: 0.5rem;
}
.productsStack .pageModule .pageModuleContent ul.fileList li.fileRow {
  position: relative;
  overflow: visible;
}
.productsStack .pageModule .pageModuleContent ul.fileList li.fileRow .fileText .thumbnailImageButton {
  margin: 0 2rem;
}
.productsStack .pageModule .pageModuleContent ul.fileList li.fileRow .fileText .highlightedField {
  display: inline-block;
  font-weight: 200;
}
.productsStack .pageModule .pageModuleContent ul.fileList li.fileRow .fileText .highlightedField span {
  display: block;
  line-height: 0.8;
  font-weight: 200;
}
.productsStack .pageModule .pageModuleContent ul.fileList li.fileRow .fileAttributes {
  color: #212121;
}
.productsStack .pageModule .pageModuleContent ul.fileList li.fileRow .fileAttributes span {
  display: inline-block;
  margin: 0 1.5rem 0 0;
}
.productsStack .pageModule .pageModuleContent h2 {
  margin-top: 1.5rem;
}
.productsStack .pageModule .pageModuleContent h3 {
  font-size: 16px;
  font-weight: 700;
}
.productsStack .pageModule.closed .pageModuleTitle {
  color: #AAAAAA;
  border-bottom-color: #AAAAAA;
}
.productsStack .fundStatistic {
  border: 1px solid #61B2DE;
  padding: 0;
}
.productsStack .fundStatistic .statisticColumn label {
  font-size: 10.6666666667px;
}
.productsStack .fundStatistic table {
  border-collapse: collapse;
  margin: 0;
  table-layout: fixed;
  width: 100%;
}
.productsStack .fundStatistic table td {
  padding: 0.75rem 0;
  text-align: center;
  text-align: center;
  vertical-align: middle;
}
.productsStack .fundStatistic .heighlightColumn {
  background-color: #61B2DE;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 200;
  width: 33.3%;
}
.productsStack .fundStatistic .heighlightColumn label {
  color: #FFFFFF;
}
.productsStack .fundStatistic select, .productsStack .fundStatistic label {
  margin: 0 !important;
  display: inline-block;
  width: auto;
}
.productsStack .fundStatistic select {
  width: 50%;
}
.productsStack .fundStatistic .percentage {
  font-size: 20px;
}

.cardSection__container__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 20px;
}
.cardSection__container__header .positionRelative {
  position: relative;
}
.cardSection__container__header .positionRelative ._table-dropdown {
  top: 22px;
  right: 0;
}
.cardSection__container__header .positionRelative .upmDropDownComponent {
  padding-top: 13px;
  width: 153px;
}
.cardSection__container__header .positionRelative .upmDropDownComponent .upmDropDownMenuHolder {
  background-color: #FFFFFF;
  border: 1px solid #CDD6E2;
  border-radius: none;
  padding: 14px 0;
}
.cardSection__container__header .positionRelative .upmDropDownComponent .upmDropDownMenuItem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: 300;
  font-size: 16px;
  border: none;
  align-items: center;
  padding: 12px;
  color: #262626;
}
.cardSection__container__header .positionRelative .upmDropDownComponent .upmDropDownMenuItem:hover {
  background-color: #F4FBFF;
}
.cardSection__container__header .positionRelative .upmDropDownComponent .upmDropDownMenuItem ._single-icon {
  font-size: 24px;
  padding: 0 14px;
  margin-bottom: 2px;
}
.cardSection__container__header .positionRelative .upmDropDownComponent .boxShadow {
  box-shadow: 2px 2px 8px rgba(33, 33, 33, 0.15);
}
.cardSection__container__body {
  display: flex;
  flex-wrap: wrap;
}
.cardSection__container__body__wrapper {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .cardSection__container__body__wrapper {
    width: 100%;
  }
}
.cardSection__container__body__wrapper__list {
  color: #262626;
}
.cardSection__container__body__wrapper__list._classificationLabels {
  font-size: 1rem;
  font-weight: 300;
  padding-right: 16px;
}
.cardSection__container__body__wrapper__list._classificationLabels li {
  font-size: 1rem;
}
.cardSection__container__body__wrapper__list._classificationLabels li .classificationValue {
  color: #262626;
  font-weight: 500;
  font-size: 1.2rem;
}
.cardSection__container__body__wrapper__list._classificationLabels li label {
  margin: 0 0 5px 10px;
  display: block;
}
.cardSection__container__body__wrapper__list li {
  margin-bottom: 25px;
}
.cardSection__container__body__wrapper__list._classificationValues {
  font-size: 1rem;
  text-align: left;
}
.cardSection__container__header.editSectionMode .buttonGroupWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.editSectionMode .moreOptionsBtn {
  transform: rotate(90deg);
}

.verticalCentarFlexBox, .productTicker, .mediumModule {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}

.cutString, .thumbnailsContainer .thumbnailImage .metaData .fileTag, .thumbnailsContainer .thumbnailImage .metaData .fileName, .productModule .listIcon li, .productPage .headline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .ipadPordtraitGrid12 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
  }
}

@media screen and (max-width: 900px) {
  .ipadPordtraitGrid6 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
  }
}

.textCapitalize {
  text-transform: capitalize;
}

.productPage .appMainScrollBody {
  bottom: 50px;
  padding-bottom: 3rem;
  padding-top: 1.5rem;
  top: 60px;
}
.productPage h1, .productPage .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .productPage select,
.productPage .productName {
  font-family: "museo-slab", serif;
  font-size: 3rem;
  margin: 0 0 3rem 0;
  padding: 0;
  text-align: left;
  word-break: break-word;
}
.productPage h1:after, .productPage .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select:after, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .productPage select:after, .productPage h1:before, .productPage .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select:before, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .productPage select:before,
.productPage .productName:after,
.productPage .productName:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .productPage h1, .productPage .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .productPage select,
  .productPage .productName {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 480px) {
  .productPage h1, .productPage .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .productPage select,
  .productPage .productName {
    font-size: 1.5rem;
  }
}
.productPage .headline {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .productPage .headline {
    font-size: 1rem;
    line-height: 1;
  }
}
.productPage .companyName {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .productPage .companyName {
    font-size: inherit;
  }
}
.productPage .ticker {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1025px) {
  .productPage .ticker {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .productPage .ticker {
    font-size: 1.5rem;
  }
}

.productModule {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 1.5rem;
  padding: 3rem 1.5rem;
  position: relative;
}
@media screen and (max-width: 600px) {
  .productModule {
    padding: 1.5rem;
  }
}
.productModule.listOfDocumentSections .file--ticker--item {
  display: none;
}
.productModule .listIcon {
  list-style: inside;
  font-size: inherit;
}
.productModule .listValue {
  font-weight: 700;
}

.mediumModule {
  height: 27rem;
}
@media screen and (max-width: 900px) {
  .mediumModule {
    height: auto !important;
  }
}

.productOverview {
  height: 23rem;
}
@media screen and (max-width: 768px) {
  .productOverview {
    height: auto;
  }
}
.productOverview dl {
  margin-bottom: 3rem;
}
.productOverview dl dt {
  margin: 0;
}
.productOverview dl dd {
  margin: 0;
  text-transform: capitalize;
}

.productContact,
.productTicker {
  height: 12rem;
}

.productContact {
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: auto 100%;
}
.productContact .logo {
  height: 100%;
  position: absolute;
  width: 100%;
}
.productContact .loader {
  display: block;
  font-size: 1.5rem;
  height: 100%;
  text-align: center;
}
.productContact .button, .productContact .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .productContact button, .productContact .buttonAction {
  border-radius: 0;
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  color: #212121;
  display: none;
  font-weight: 700;
  margin: 0;
  opacity: 1;
  padding: 0;
  width: 100%;
}
.productContact .contactStatus {
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  color: white;
  display: none;
  padding: 0.75rem 0;
  text-align: center;
}
.productContact[data-contacted=true] .contactStatus {
  display: block;
}
.productContact[data-contacted=false] .button, .productContact[data-contacted=false] .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .productContact[data-contacted=false] button, .productContact[data-contacted=false] .buttonAction {
  display: block;
}

.productTicker {
  align-items: flex-start;
  overflow: hidden;
  text-align: center;
}
.productTicker dl {
  margin: 0;
  display: inline-block;
}
.productTicker dl dt, .productTicker dl dd {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .productTicker {
    padding: 1.5rem;
  }
}

.productAction li {
  margin-right: 1.5rem;
}
.productAction li button.active, .productAction li button[data-fund-favorite=true] {
  background-color: #61B2DE;
  border-color: #61B2DE;
  color: #FFFFFF;
}

.productClassification {
  border-bottom: 0;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.productClassification .listOfClasses {
  font-size: 1.5rem;
  font-style: italic;
  font-family: "museo-slab", serif;
  text-transform: capitalize;
}
.productClassification .listOfClasses a {
  font-size: 1.5rem;
  font-style: italic;
  font-family: "museo-slab", serif;
  text-transform: capitalize;
}

.productTablePerformanceHeader .performanceItemRow {
  color: #AAAAAA;
  line-height: 1.2;
}

.productTablePerformanceList .performanceItemRow:hover {
  background-color: rgba(97, 178, 222, 0.1);
}

.performanceItemRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.25s linear;
  border-bottom: 1px dotted #CCCCCC;
}
.performanceItemRow > div {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0.75rem 0.75rem;
  text-align: right;
  width: 100px;
}
.performanceItemRow > div:last-child {
  padding-right: 0;
}
.performanceItemRow > div:first-child {
  padding-left: 0;
}
.performanceItemRow .navClassName {
  text-align: left;
  flex-basis: 150px;
  text-align: left;
}
.performanceItemRow .fundCode {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
  width: auto;
}
.performanceItemRow .navDate {
  width: 120px;
}
.performanceItemRow .listLabel {
  display: inline-block;
  width: 60px;
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .performanceItemRow .navChange,
  .performanceItemRow .navCurrency {
    display: none;
  }
  .performanceItemRow .navClassName {
    flex-grow: 1;
    flex-shrink: 1;
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .performanceItemRow .fundCode,
  .performanceItemRow .navDate,
  .performanceItemRow .navCurrency,
  .performanceItemRow .navChange {
    display: none;
  }
  .performanceItemRow .navClassName,
  .performanceItemRow .fundCode,
  .performanceItemRow .navDate,
  .performanceItemRow .navCurrency,
  .performanceItemRow .navShare,
  .performanceItemRow .navChange {
    flex-grow: 1;
    flex-shrink: 1;
    width: auto !important;
  }
}

.productNote {
  overflow: hidden;
}
.productNote .textCopy ul {
  margin: 0;
  padding: 0;
}
.productNote .textCopy ul li {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .productNote .textCopy ul li {
    max-height: 12rem;
    overflow: hidden;
  }
}

.thumbnailsContainer {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #212121;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .thumbnailsContainer {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.thumbnailsContainer.hide {
  display: none !important;
}
.thumbnailsContainer .recentUploadList {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  transform: translateX(1px);
}
.thumbnailsContainer .recentUploadList .flexItem {
  flex-grow: 0;
  flex-shrink: 0;
  transform: translateX(1px);
}
.thumbnailsContainer .thumbnailImage {
  transform: translateX(1px);
  background-color: transparent;
  border: 1px solid transparent;
  min-height: 5rem;
  overflow: hidden;
  padding: 0;
  width: 22.5rem;
  margin: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .thumbnailsContainer .thumbnailImage {
    transition: all 0.25s ease-in-out;
  }
}
.thumbnailsContainer .thumbnailImage .loader {
  color: #FFFFFF;
  font-size: 1.5rem;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 30%;
  z-index: 0;
}
.thumbnailsContainer .thumbnailImage i[class*=upmonth] {
  background-color: #212121;
  color: #FFFFFF;
  display: block;
  font-size: 22.5rem;
  margin: 0 auto 6rem auto;
  position: relative;
}
.thumbnailsContainer .thumbnailImage img {
  transform: translateX(1px);
  display: block;
  height: auto;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.thumbnailsContainer .thumbnailImage .imageMask {
  background-image: linear-gradient(rgba(33, 33, 33, 0), rgba(33, 33, 33, 0.9));
  position: absolute;
  top: unset;
  right: 0;
  bottom: -3rem;
  left: 0;
  height: 50%;
}
@media screen and (min-width: 1025px) {
  .thumbnailsContainer .thumbnailImage .imageMask {
    transition: all 0.25s ease-in-out;
  }
}
.thumbnailsContainer .thumbnailImage .metaData {
  position: absolute;
  top: unset;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  color: #FFFFFF;
  text-shadow: 0 1px 2px black;
}
@media screen and (min-width: 1025px) {
  .thumbnailsContainer .thumbnailImage .metaData {
    transition: all 0.25s ease-in-out;
  }
}
.thumbnailsContainer .thumbnailImage .metaData .fileName {
  font-size: 1.5rem;
}
.thumbnailsContainer .thumbnailImage .metaData .fileTag {
  text-transform: uppercase;
  color: #FFFFFF;
}
.thumbnailsContainer .thumbnailImage:hover .imageMask {
  bottom: 0;
}
.thumbnailsContainer .thumbnailImage:hover .metaData {
  bottom: 3rem;
}

.documentFilters {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
.documentFilters .filterTagsList {
  background-color: #EEEEEE;
  margin: 0;
  padding: 0.75rem 1.5rem;
  width: 100%;
}
.documentFilters .filterTagsList li {
  margin-right: 2.25rem;
}
@media only screen and (max-width: 40em) {
  .documentFilters .filterTagsList li {
    font-size: 16px;
    margin-right: 0.75rem;
  }
}
.documentFilters .filterTagsList li:hover {
  cursor: pointer;
}
.documentFilters span {
  display: inline-flex;
}
.documentFilters .icon .fa {
  display: none;
}
.documentFilters .icon .fa.fa-circle-o {
  display: inline-block;
}
.documentFilters .active {
  color: #61B2DE;
}
.documentFilters .active .icon .fa {
  display: none;
}
.documentFilters .active .icon .fa.fa-dot-circle-o {
  display: inline-block;
}

.productDocuments .listOfDocuments,
.productDocuments .loadMoreButton {
  color: #61B2DE;
  display: none;
  margin: 1.5rem 0;
}
.productDocuments .listOfDocuments.hide,
.productDocuments .loadMoreButton.hide {
  display: none !important;
}
.productDocuments[data-load-documents=product] .list--of--product--documents,
.productDocuments[data-load-documents=product] .fund--group--documents--list {
  display: block;
}
.productDocuments[data-load-documents=product] .loadMoreDocuments {
  display: block;
}
.productDocuments[data-load-documents=user] .list--of--user--product--documents,
.productDocuments[data-load-documents=user] .fund--user--documents--list {
  display: block;
}
.productDocuments[data-load-documents=user] .loadMoreUserDocuments {
  display: block;
}
.productDocuments[data-load-documents=related] .list--of--related--documents,
.productDocuments[data-load-documents=related] .fund--related--documents--list {
  display: block;
}
.productDocuments[data-load-documents=related] .loadMoreRelatedDocuments {
  display: block;
}
.productDocuments .productDocumentsButton:hover {
  cursor: pointer;
}
.productDocuments .productDocumentsButton.active {
  opacity: 1;
  border-bottom-color: #FFFFFF;
  z-index: 50;
  color: #212121;
}
.productDocuments .productDocumentsButton.active .headline {
  color: #212121;
}
.productDocuments .nbOfFiles {
  font-size: 3rem;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .productDocuments .nbOfFiles {
    font-size: 1.5rem;
  }
}

.listOfDocumentSections .loader {
  text-align: center;
}
.listOfDocumentSections .loader .fa-spinner {
  font-size: 2.25rem;
}

.relatedProducts .listOfProducts {
  font-family: "museo-slab", serif;
  font-size: 1.5rem;
  font-style: italic;
  text-transform: capitalize;
}
.relatedProducts .listOfProducts a {
  border-bottom: none;
  font-family: "museo-slab", serif;
  font-size: 1.5rem;
  font-style: italic;
  text-transform: capitalize;
}
.relatedProducts .listOfPerforamnce ul {
  list-style: none;
}
.relatedProducts .listOfPerforamnce ul li {
  width: 50%;
  margin-bottom: 1.5rem;
  width: 50%;
}
.relatedProducts .listOfPerforamnce ul li .listLabel {
  display: block;
  font-size: 1rem;
}
.relatedProducts .listOfPerforamnce ul li .listValue {
  display: block;
  font-weight: 700;
}

.updated--data {
  animation-name: hartBeat;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

.carousel {
  overflow: hidden;
  margin: 0;
}
.carousel li {
  transition: all 0.25s ease-in-out;
  display: none;
  font-size: 1.5rem;
  margin-top: 20px;
}
.carousel li.active {
  margin-top: 0;
  display: block;
}

.carouselNavigation {
  display: block;
  margin: 1.5rem auto 0 auto;
  text-align: center;
}
.carouselNavigation li {
  color: #EFEFEF;
  display: inline-block;
  margin: 0.375rem;
  padding: 0.375rem;
}
.carouselNavigation li .fa {
  display: block;
}
.carouselNavigation li.active {
  color: #61B2DE;
}
.carouselNavigation li:hover {
  cursor: pointer;
}

.upmProductPageWrapper .appMainScrollBody {
  transition: all 0.5s ease-in-out;
  bottom: 50px;
  top: 110px;
}
@media screen and (max-width: 767px) {
  .upmProductPageWrapper .appMainScrollBody {
    top: 235px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .upmProductPageWrapper .appMainScrollBody {
    top: 190px;
  }
}
.upmProductPageWrapper .pageWrapper {
  margin: 0;
  max-width: 100% !important;
  padding: 2px 30px;
}
@media screen and (max-width: 768px) {
  .upmProductPageWrapper .pageWrapper {
    padding: 5px 20px 15px;
  }
}
.upmProductPageWrapper .upmProductPageHeader h1, .upmProductPageWrapper .upmProductPageHeader .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .upmProductPageWrapper .upmProductPageHeader select {
  text-transform: uppercase;
}
.upmProductPageWrapper .fundPageHeader {
  margin: 30px 0;
}
.upmProductPageWrapper .fundPageHeader h2 {
  text-transform: uppercase;
}
.upmProductPageWrapper .fundPageHeader h5 {
  text-transform: uppercase;
}
.upmProductPageWrapper .fundPage-showHideClassifications-toggle {
  color: #61B2DE;
}
@media only screen and (max-width: 767px) {
  .upmProductPageWrapper .upmProductListOfClassification .classification-table-desktop {
    display: none;
  }
  .upmProductPageWrapper .upmProductListOfClassification .classification-table-mobile {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .upmProductPageWrapper .upmProductListOfClassification .classification-table-desktop {
    display: block;
  }
  .upmProductPageWrapper .upmProductListOfClassification .classification-table-mobile {
    display: none;
  }
}
.upmProductPageWrapper .upmProductListOfClassification .tableHorizontalScroll {
  overflow-x: auto;
}
.upmProductPageWrapper .upmProductListOfClassification table tr td, .upmProductPageWrapper .upmProductListOfClassification table tr th {
  text-align: center;
}
.upmProductPageWrapper .upmProductListOfClassification table tr td.hidden, .upmProductPageWrapper .upmProductListOfClassification table tr th.hidden {
  color: #B2B2B2;
}
.upmProductPageWrapper .upmProductListOfClassification table tr th {
  background-color: #F4FBFF;
  padding: 15px;
  color: #262626 !important;
  font-weight: 300;
  border: 5px solid #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .upmProductPageWrapper .upmProductListOfClassification table tr th {
    padding: 8px;
    font-size: 12px;
  }
}
.upmProductPageWrapper .upmProductListOfClassification table tr th:first-child {
  background-color: #FFFFFF !important;
  color: #262626;
  position: sticky;
  z-index: 1;
  top: 0;
  left: -5px;
}
@media only screen and (max-width: 767px) {
  .upmProductPageWrapper .upmProductListOfClassification table tr th:first-child {
    background-color: #F4FBFF !important;
  }
}
.upmProductPageWrapper .upmProductListOfClassification table tr td {
  padding: 20px 15px;
  background-color: #F6F6F6;
  border: 5px solid #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .upmProductPageWrapper .upmProductListOfClassification table tr td {
    padding: 8px;
    font-size: 12px;
  }
}
.upmProductPageWrapper .upmProductListOfClassification table tr td:nth-of-type(1), .upmProductPageWrapper .upmProductListOfClassification table tr td :nth-of-type(2) {
  position: sticky;
  z-index: 1;
  top: 0;
  left: -5px;
  background: #F4FBFF;
}
.upmProductPageWrapper .upmProductListOfClassification table tr:nth-of-type(2) td {
  color: #262626;
  font-weight: 500;
}
.upmProductPageWrapper .upmProductListOfClassification table tr:nth-of-type(3) td {
  color: #666666;
  font-weight: 300;
}
.upmProductPageWrapper .upmProductListOfClassification table.mobileClassifications {
  width: 100%;
}
.upmProductPageWrapper .showOnTablet {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .upmProductPageWrapper .showOnTablet {
    display: flex !important;
  }
}
@media screen and (max-width: 1024px) {
  .upmProductPageWrapper .hideOnTablet {
    display: none !important;
  }
}
.upmProductPageWrapper .upmProductPage__header {
  display: flex;
  padding: 60px 0 6px;
}
@media only screen and (max-width: 767px) {
  .upmProductPageWrapper .upmProductPage__header {
    padding: 18px 0 6px;
  }
}
@media screen and (max-width: 680px) {
  .upmProductPageWrapper .upmProductPage__header.showOnMobile {
    display: flex !important;
  }
}
.upmProductPageWrapper .upmProductPage__header.hideOnMobile {
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.upmProductPageWrapper .upmProductPage__header.hideOnMobile .showAllClassifications {
  color: #61B2DE;
  cursor: pointer;
  margin: 0;
}
.upmProductPageWrapper .upmProductPage__header.hideOnMobile .showAllClassifications:hover {
  text-decoration: underline;
}
.upmProductPageWrapper .upmProductPage__header h2 {
  margin: 0;
  padding-bottom: 0;
}
.upmProductPageWrapper .upmProductPage__header .upm-space-badge-wrapper .upmTooltip {
  margin-top: 2px;
}
.upmProductPageWrapper .upmProductPage__header .classificationTableToggle {
  display: inline-block;
  margin-top: 4px;
}
.upmProductPageWrapper .moduleBottomMargin {
  margin-bottom: 48px;
}
.upmProductPageWrapper .moduleTopMargin {
  margin-top: 48px;
}
.upmProductPageWrapper .moduleTopMargin-24 {
  margin-top: 24px;
}
.upmProductPageWrapper .tabs-content .content {
  padding-top: 0;
}
.upmProductPageWrapper .timeplineWrapper {
  overflow: hidden;
}
.upmProductPageWrapper .timeplineWrapper .highcharts-container {
  top: -10px;
}
.upmProductPageWrapper .productActionsWrapper h2 {
  position: relative;
  top: 4px;
  margin: 0 !important;
  text-transform: uppercase;
}
.upmProductPageWrapper .productActionsWrapper button,
.upmProductPageWrapper .productActionsWrapper .button,
.upmProductPageWrapper .productActionsWrapper .editCreateMemoPage .pageOptionsContainer ul li button,
.editCreateMemoPage .pageOptionsContainer ul li .upmProductPageWrapper .productActionsWrapper button,
.upmProductPageWrapper .productActionsWrapper .buttonAction {
  margin: 0;
  padding: 6px 0;
}
.upmProductPageWrapper .upmProductListOfClassification li {
  margin-right: 0.75rem;
}
.upmProductPageWrapper .tabsWrapper {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #CDD6E2;
  position: relative;
  z-index: 500;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background: rgba(255, 255, 255, 0.4);
}
.upmProductPageWrapper .tabsWrapper .tabs {
  position: relative;
}
@media screen and (max-width: 767px) {
  .upmProductPageWrapper .tabsWrapper .tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .upmProductPageWrapper .tabsWrapper .tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .upmProductPageWrapper .tabsWrapper .tabs li {
    font-size: 0.8rem;
  }
}
.upmProductPageWrapper .tabsWrapper .tabs li a.showOnMobile {
  font-size: 14px;
}
.upmProductPageWrapper .tabsWrapper .toolbar-row {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .upmProductPageWrapper .tabsWrapper .toolbar-row {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .upmProductPageWrapper .tabsWrapper .toolbar-row {
    justify-content: space-between;
  }
}
.upmProductPageWrapper .tabsWrapper .toolbar-row .right-toolbar select {
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .upmProductPageWrapper .tabsWrapper .toolbar-row .right-toolbar select {
    margin: 0 0 0 0;
  }
}
.upmProductPageWrapper .tabsWrapper .toolbar-row .subHeader-icon {
  border-right: 1px solid #CDD6E2;
  margin-right: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .upmProductPageWrapper .tabsWrapper .toolbar-row .subHeader-icon {
    margin-right: 10px;
    padding-right: 10px;
  }
}
.upmProductPageWrapper .tabsWrapper .toolbar-row .subHeader-icon li button i {
  color: #262626;
}
.upmProductPageWrapper .tabsWrapper .toolbar-row .center-toolbar-row {
  display: flex;
  margin-left: auto;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .upmProductPageWrapper .tabsWrapper .toolbar-row .center-toolbar-row {
    margin-left: 0;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .upmProductPageWrapper .tabsWrapper .toolbar-row .center-toolbar-row {
    justify-content: center;
    margin-left: inherit;
  }
}
.upmProductPageWrapper .tabsWrapper .toolbar-row .center-toolbar-row .center-toolbar {
  margin-left: auto;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .upmProductPageWrapper .tabsWrapper .toolbar-row .center-toolbar-row .center-toolbar {
    justify-content: center;
    padding: 20px 0;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .upmProductPageWrapper .tabsWrapper .toolbar-row .center-toolbar-row .center-toolbar {
    justify-content: center;
    padding: 20px 0;
    margin-left: inherit;
  }
}
.upmProductPageWrapper .tabsWrapper .toolbar-row .center-toolbar-row .center-toolbar a {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.upmProductPageWrapper .tabsWrapper .toolbar-row .center-toolbar-row .center-toolbar a:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .upmProductPageWrapper .tabsWrapper .toolbar-row .center-toolbar-row .center-toolbar a {
    margin-right: 10px;
  }
}
.upmProductPageWrapper .contactsWrapper {
  flex-grow: 1;
  flex-shrink: 1;
}
.upmProductPageWrapper .upmProductLogoWrapper {
  background-image: url(../images/logo_empty_state.png);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 169px;
  margin-top: 36px;
  position: relative;
  width: 300px;
}
.upmProductPageWrapper .upmProductLogoWrapper .imageWrapper {
  position: relative;
}
.upmProductPageWrapper .upmProductLogoWrapper:hover .uplaodLogoButton {
  display: block;
}
.upmProductPageWrapper .upmProductLogoWrapper[style][data-feature-available-to-entity-owner=false] {
  display: inherit !important;
}
.upmProductPageWrapper .classItem,
.upmProductPageWrapper .seriesItem {
  width: 80px;
}
.upmProductPageWrapper .uplaodLogoButton {
  background-color: #61B2DE;
  color: #FFFFFF;
  display: none;
  left: 0;
  position: absolute;
  top: 90%;
  width: 100%;
}
.upmProductPageWrapper .inline-list,
.upmProductPageWrapper .line-heightx2 {
  margin: 12px 0 0 0;
}
.upmProductPageWrapper .inline-list li,
.upmProductPageWrapper .line-heightx2 li {
  margin-bottom: 6px;
}
.upmProductPageWrapper .inline-list li:last-child,
.upmProductPageWrapper .line-heightx2 li:last-child {
  margin-bottom: 0;
}
.upmProductPageWrapper .inline-list li p,
.upmProductPageWrapper .line-heightx2 li p {
  margin: 0;
  padding: 0;
}
.upmProductPageWrapper .line-heightx2 li {
  line-height: 1;
}
.upmProductPageWrapper .line-heightx2 li hr {
  margin: 0;
}
.upmProductPageWrapper .line-heightx2 li a {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .upmProductPageWrapper .line-heightx2 li a {
    font-size: 14px;
  }
}
.upmProductPageWrapper .big-list li {
  margin-bottom: 10px;
  background: #F6F6F6;
  padding: 12px 20px;
}
.upmProductPageWrapper .big-list li a {
  font-size: 1rem;
  font-weight: 300;
}
.upmProductPageWrapper .borderBottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.fund-product-header {
  margin-top: 30px;
}
.fund-product-header .info-box {
  display: flex;
  flex-wrap: wrap;
  background: #F6F6F6;
  border: 1px solid #CDD6E2;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .fund-product-header .info-box {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .fund-product-header .info-box {
    flex-wrap: nowrap;
  }
}
.fund-product-header .info-box .img-col {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .fund-product-header .info-box .img-col {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
}
.fund-product-header .info-box .img-col .img-box {
  width: 325px;
  height: 80px;
  padding: 10px;
  background-color: #FFFFFF;
  border: 1px solid #CDD6E2 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .fund-product-header .info-box .img-col .img-box {
    width: 290px;
  }
}
.fund-product-header .info-box .img-col .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.fund-product-header .info-box .title-col {
  color: #262626;
}
@media screen and (max-width: 767px) {
  .fund-product-header .info-box .title-col {
    width: 100%;
    margin-top: 16px;
  }
}
.fund-product-header .info-box .title-col .company-name {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
}
.fund-product-header .info-box .title-col .title {
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.fund-product-header .info-box .title-col .ticker-name {
  margin: 0;
  text-transform: uppercase;
}
.fund-product-header .yourInfoBox .umFormGroup select {
  min-height: 55px;
  max-width: 400px;
}

.fundSection-item {
  margin-bottom: 20px;
}

.fundSection-item.open .fundSection-item-header {
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}
.fundSection-item.open .fundSection-item-body {
  display: block;
}
.fundSection-item.open .fundSection-item-header-title a::before {
  transform: rotate(90deg);
}

.fundSection-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #CDD6E2;
  border-radius: 8px;
  background: #F5F8FA;
  padding: 20px;
  cursor: pointer;
}
.fundSection-item-header:hover {
  background: #F4FBFF;
}

@media screen and (max-width: 680px) {
  .localFund-mobile-filterSelect {
    width: 87px !important;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
  }
  .localFund-ownershipDropdown {
    margin-right: 10px !important;
  }
}
.localFund-mobile-dateSelect {
  width: 108px !important;
  font-size: 12px;
}

.fundSection-filter-text {
  font-size: 0.8rem;
  font-weight: 300;
  min-height: 24px;
  margin-right: 1rem;
}

.localFund-tabsContainer {
  display: flex;
  align-items: center;
  justify-content: start !important;
  padding: 0.5rem 1.5rem;
  border-bottom: 1px solid #CDD6E2;
}

.localFund-toolbar-row {
  display: flex;
  align-items: center;
  justify-content: end !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.localFund-toolbar-sub-row {
  flex-wrap: wrap;
  padding: 0 !important;
  padding-right: 15px !important;
}

.localFund-header-container {
  margin-top: 90px;
}

@media screen and (max-width: 1200px) {
  .localFund-header-container {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .localFund-header-container {
    margin-top: 15px;
  }
}
.fundSection-item-header-title {
  font-size: 1.2rem;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fundSection-item-header-title a {
  color: #262626;
  font-weight: 500;
  position: relative;
}
.fundSection-item-header-title a::before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 35px;
  position: absolute;
  top: 11px;
  left: -30px;
  transition: 0.3s;
  transform: rotate(0);
}

.localFund-ownershipDropdown {
  margin-right: 20px;
}

.fundSection-item-body {
  padding: 20px;
  border: 1px solid #CDD6E2;
  border-top: none;
  border-radius: 0 0 8px 8px;
  display: none;
}

.fundSection-tags-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  gap: 0.5rem;
}

.fundSection-item-tag {
  border: 1px solid #61B2DE;
  border-radius: 4px;
  color: #262626;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  font-weight: 300;
  margin: 0;
  padding: 0.2rem 0.4rem;
}

.fundSection-edit-link {
  color: #61B2DE;
  cursor: pointer;
}

.fundSection-item-header-button-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.fundSection-item-header-button {
  width: 2.2rem;
  height: 2.2rem;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212121;
  font-size: 20px;
}
.fundSection-item-header-button:hover {
  color: #61B2DE;
  border: 1px solid #61B2DE;
  background-color: #F4FBFF;
}

.fundSection-group-title {
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.fundSection-loadMore-row {
  display: flex;
  justify-content: center;
  padding: 1.25rem 0;
  cursor: pointer;
}
.fundSection-loadMore-row:hover {
  background: rgba(59, 180, 228, 0.08);
}

.productNav {
  border-bottom: 0;
  margin-top: 12px;
}
.productNav div {
  font-size: 20px;
  font-weight: 500;
  line-height: 0.8;
}
.productNav span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
.productNav .priceNav {
  font-size: 48px;
  font-weight: 500;
  line-height: 0.8;
  margin-bottom: 5px;
}
.productNav .dateNav {
  font-weight: 700;
}
.productNav ul {
  margin: 0;
  padding: 0;
}
.productNav ul:before, .productNav ul:after {
  content: " ";
  display: table;
}
.productNav ul:after {
  clear: both;
}
.productNav ul li {
  width: 25%;
  padding-right: 12px;
}
.productNav ul li:last-child {
  padding-right: 0;
}
.productNav ul li.alignBottom {
  padding-top: 22px;
}
.productNav ul li.alignBottom div {
  margin-bottom: 6px;
}
@media screen and (max-width: 680px) {
  .productNav ul li {
    float: none;
    width: 100%;
    text-align: left !important;
  }
}

.localFundPerformanceWrapper .desktopNav {
  display: block;
}
.localFundPerformanceWrapper .mobileNav {
  display: none;
}
@media screen and (max-width: 767px) {
  .localFundPerformanceWrapper .desktopNav {
    display: none;
  }
  .localFundPerformanceWrapper .mobileNav {
    display: block;
  }
}
.localFundPerformanceWrapper .navItem .flexRow, .localFundPerformanceWrapper .navItem .tableFundView .fundAdditionalInformation, .tableFundView .localFundPerformanceWrapper .navItem .fundAdditionalInformation, .localFundPerformanceWrapper .navItem .tableFundView .fundBasicInformation, .tableFundView .localFundPerformanceWrapper .navItem .fundBasicInformation {
  justify-content: center;
  align-items: center;
}
.localFundPerformanceWrapper .navItem .flexRow.alignTop, .localFundPerformanceWrapper .navItem .tableFundView .alignTop.fundAdditionalInformation, .tableFundView .localFundPerformanceWrapper .navItem .alignTop.fundAdditionalInformation, .localFundPerformanceWrapper .navItem .tableFundView .alignTop.fundBasicInformation, .tableFundView .localFundPerformanceWrapper .navItem .alignTop.fundBasicInformation {
  align-items: flex-start;
}
.localFundPerformanceWrapper .navItem .flexRow li, .localFundPerformanceWrapper .navItem .tableFundView .fundAdditionalInformation li, .tableFundView .localFundPerformanceWrapper .navItem .fundAdditionalInformation li, .localFundPerformanceWrapper .navItem .tableFundView .fundBasicInformation li, .tableFundView .localFundPerformanceWrapper .navItem .fundBasicInformation li {
  flex-grow: 1;
  flex-shrink: 1;
}
.localFundPerformanceWrapper .navItem .flexRow li.size-half, .localFundPerformanceWrapper .navItem .tableFundView .fundAdditionalInformation li.size-half, .tableFundView .localFundPerformanceWrapper .navItem .fundAdditionalInformation li.size-half, .localFundPerformanceWrapper .navItem .tableFundView .fundBasicInformation li.size-half, .tableFundView .localFundPerformanceWrapper .navItem .fundBasicInformation li.size-half {
  width: 50%;
}
.localFundPerformanceWrapper .navItem .navValue {
  line-height: 0.7;
  margin-bottom: 12px;
}
.localFundPerformanceWrapper .navItem .navValue.size20 {
  margin-bottom: 6px;
}
.localFundPerformanceWrapper .navItem label {
  color: #212121;
  font-size: 20px;
  font-weight: 500;
  line-height: 0.8;
  text-transform: none;
}
.localFundPerformanceWrapper .navItem .size48 {
  font-size: 48px;
  font-weight: 100;
}
.localFundPerformanceWrapper .navItem .size28 {
  font-size: 28px;
  font-weight: 700;
}
.localFundPerformanceWrapper .navItem .size20 {
  font-size: 20px;
  font-weight: 500;
}
.localFundPerformanceWrapper .navItem .size14 {
  font-size: 14px;
  font-weight: 500;
}
.localFundPerformanceWrapper .navItem [data-status=positive] {
  color: #09B79E;
}
.localFundPerformanceWrapper .navItem [data-status=negative] {
  color: #f04124;
}

.localFundMostRecent-row {
  display: flex;
  width: 100%;
  gap: 1rem;
  flex-wrap: wrap;
}

.fundPageLatest-tablet, .fundPageLatest-mobile {
  display: none;
}

@media screen and (max-width: 1172px) {
  .fundPageLatest-desktop {
    display: none;
  }
  .fundPageLatest-tablet {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .fundPageLatest-tablet {
    display: none;
  }
  .fundPageLatest-mobile {
    display: block;
  }
}
.localFundMostRecentFile-item {
  display: flex;
  justify-content: space-between;
}

.localFundMostRecentFile-link:hover .localFundMostRecentFile-thumbnail {
  visibility: visible;
  opacity: 1;
}

.localFundMostRecentMain-col-full {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.localFundMostRecentMain-col-half {
  display: flex;
  flex-direction: column;
  width: calc(50% - 0.5rem);
}

.localFundMostRecentMain-col-third {
  display: flex;
  flex-direction: column;
  width: calc(33% - 0.5rem);
}

.invitePage .row, .newLocalFundPage .row {
  position: relative;
  z-index: 20;
}
.invitePage .appMainScrollBody, .newLocalFundPage .appMainScrollBody {
  bottom: 20%;
  padding: 1.5rem 0;
  top: 7rem;
  z-index: 500;
}
@media only screen and (max-width: 40em) {
  .invitePage .appMainScrollBody, .newLocalFundPage .appMainScrollBody {
    top: 10rem;
    bottom: 0;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .invitePage .appMainScrollBody, .newLocalFundPage .appMainScrollBody {
    top: 10rem;
    bottom: 0;
  }
}
.invitePage.invite--to--report--page--step2 .appMainScrollBody, .invite--to--report--page--step2.newLocalFundPage .appMainScrollBody, .invitePage.invite--to--report--page--step3 .appMainScrollBody, .invite--to--report--page--step3.newLocalFundPage .appMainScrollBody, .invitePage.invite--to--report--page--step4 .appMainScrollBody, .invite--to--report--page--step4.newLocalFundPage .appMainScrollBody, .invitePage.invite--to--report--page--step5 .appMainScrollBody, .invite--to--report--page--step5.newLocalFundPage .appMainScrollBody, .invitePage.invite--to--report--page--step6 .appMainScrollBody, .invite--to--report--page--step6.newLocalFundPage .appMainScrollBody, .invitePage.invite--to--report--page--step7 .appMainScrollBody, .invite--to--report--page--step7.newLocalFundPage .appMainScrollBody {
  bottom: 1.5rem;
}
.invitePage .dropZone, .newLocalFundPage .dropZone {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
  transition: all 0.5s ease-in-out;
  background-color: #EFEFEF;
  margin: 0 -5px;
  top: 80% !important;
}
.invitePage .dropZone.hover, .newLocalFundPage .dropZone.hover {
  z-index: 9000;
}
.invitePage .dropZone .flex, .newLocalFundPage .dropZone .flex {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  height: 100%;
}
.invitePage .dropZone .dropZoneMessage, .newLocalFundPage .dropZone .dropZoneMessage {
  margin: 0 auto;
  pointer-events: none;
  text-align: center;
}
.invitePage .dropZone .dropZoneMessage .fa, .newLocalFundPage .dropZone .dropZoneMessage .fa {
  color: #AAAAAA;
  font-size: 6rem;
  opacity: 0.5;
}
.invitePage .dropZone .dropZoneMessage p, .newLocalFundPage .dropZone .dropZoneMessage p {
  font-size: 1.5rem;
  line-height: 1;
  margin: 1.5rem 0;
}
.invitePage .dropZone .dropZoneMessage .infoMessage, .newLocalFundPage .dropZone .dropZoneMessage .infoMessage {
  display: none;
}
.invitePage .dropZone .dropZoneMessage[data-mesage-status=info] .upload--info--message, .newLocalFundPage .dropZone .dropZoneMessage[data-mesage-status=info] .upload--info--message {
  display: block;
}
.invitePage .dropZone .dropZoneMessage[data-mesage-status=uploading] .upload--uploading--message, .newLocalFundPage .dropZone .dropZoneMessage[data-mesage-status=uploading] .upload--uploading--message {
  display: block;
}
.invitePage .dropZone .dropZoneMessage[data-mesage-status=finished] .upload--finsihed--message, .newLocalFundPage .dropZone .dropZoneMessage[data-mesage-status=finished] .upload--finsihed--message {
  display: block;
}
.invitePage .dropZone .dropZoneMessage[data-mesage-status=error] .upload--error--message, .newLocalFundPage .dropZone .dropZoneMessage[data-mesage-status=error] .upload--error--message {
  display: block;
}
@media screen and (max-width: 1281px) {
  .invitePage .dropZone .dropZoneMessage .fa, .newLocalFundPage .dropZone .dropZoneMessage .fa {
    font-size: 3rem;
  }
  .invitePage .dropZone .dropZoneMessage p, .newLocalFundPage .dropZone .dropZoneMessage p {
    margin: 0.75rem 0;
  }
}

.inviteContactsContainer {
  margin: 3rem auto 0 auto;
  max-width: 640px;
  padding: 0 0.75rem;
}
.inviteContactsContainer .addNewContactContainer .addNewContactButton {
  background-color: #212121;
}
.inviteContactsContainer .addNewContactContainer .addNewContactButton i {
  transform: rotate(0deg);
}
.inviteContactsContainer .addNewContactContainer .addNewContactButton.hide {
  opacity: 0.2;
  pointer-events: none;
}
.inviteContactsContainer .panel {
  margin-top: 3rem;
}

.panel {
  position: relative;
}
.panel .panelIcon {
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid #d8d8d8;
  color: #AAAAAA;
  font-size: 1.5rem;
  height: 3rem;
  left: 45%;
  line-height: 3rem;
  position: absolute;
  text-align: center;
  top: -2.25rem;
  width: 3rem;
}
.panel .panelIconContainer {
  height: 1px;
  left: 0;
  position: absolute;
  text-align: center;
  top: -1.5rem;
  width: 100%;
}
.panel .panelIconContainer .panelIcon {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
}

.inviteModule {
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  position: relative;
}
.inviteModule .title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #212121;
}
.inviteModule p {
  color: #212121;
}
.inviteModule .moduleIcon {
  color: #61B2DE;
  font-size: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
.inviteModule .learnMoreLink {
  background-color: transparent;
  color: #212121;
  padding-left: 0;
  padding-right: 0;
}
.inviteModule:hover {
  border: 1px solid #EEEEEE;
  cursor: pointer;
}

.dropZone {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.wizardActions {
  margin: 0 auto;
}
.wizardActions ul {
  display: block;
  width: 100%;
}
.wizardActions ul li button, .wizardActions ul li .button, .wizardActions .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer .wizardActions ul li button, .wizardActions ul li .buttonAction {
  border: 2px solid #61B2DE;
  margin: 0.75rem 0;
}
.wizardActions button, .wizardActions .button, .wizardActions .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .wizardActions button, .wizardActions .buttonAction {
  border: 2px solid #61B2DE;
}
.wizardActions .hide {
  display: block !important;
  opacity: 0.2;
  pointer-events: none;
}

.listOfContacts li {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  border-bottom: 1px dotted #AAAAAA;
  padding: 0.75rem 0;
}
.listOfContacts li[data-user-exists=true] {
  background-color: #fdf7f7;
}
.listOfContacts li button {
  background-color: transparent;
  color: #61B2DE;
  margin-bottom: 0;
  padding: 0 0.75rem;
}
.listOfContacts li > div {
  flex-grow: 0;
  flex-shrink: 1;
  overflow: hidden;
  padding: 0 0.375rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listOfContacts li .contactName {
  flex-grow: 1;
  flex-shrink: 1;
}
.listOfContacts li .contactEmail {
  text-align: left;
  width: 18rem;
}
.listOfContacts li .inviteStatus label {
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  .listOfContacts li .inviteStatus label {
    display: none;
  }
}
.listOfContacts li .contactTicker {
  text-transform: uppercase;
  width: 6rem;
}
.listOfContacts li .allowDomain {
  color: #09B79E;
  text-align: center;
  width: 3rem;
}

.editUser {
  border-bottom: 1px solid #AAAAAA;
  display: block;
  padding-bottom: 1.5rem;
}
.editUser:before, .editUser:after {
  content: " ";
  display: table;
}
.editUser:after {
  clear: both;
}
.editUser [data-allow-domain] .fa {
  display: none;
}
.editUser [data-allow-domain]:hover {
  cursor: pointer;
}
.editUser [data-allow-domain=false] {
  color: #AAAAAA;
}
.editUser [data-allow-domain=false] .fa-circle-o {
  display: inline-block;
}
.editUser [data-allow-domain=true] {
  color: #61B2DE;
}
.editUser [data-allow-domain=true] .fa-dot-circle-o {
  display: inline-block;
}
.editUser .saveUser {
  margin: 1.5rem 0;
}
.editUser a {
  border-bottom: none;
  display: block;
  margin: 0 !important;
  text-align: center;
}
.editUser .new--user--ticker {
  text-transform: uppercase;
}

.sendEmailButton {
  display: block;
  font-size: 1.5rem;
}
.sendEmailButton[data-send-email] .fa {
  display: none;
}
.sendEmailButton[data-send-email]:hover {
  cursor: pointer;
}
.sendEmailButton[data-send-email=false] {
  color: #AAAAAA;
}
.sendEmailButton[data-send-email=false] .fa-circle-o {
  display: inline-block;
}
.sendEmailButton[data-send-email=true] {
  color: #61B2DE;
}
.sendEmailButton[data-send-email=true] .fa-dot-circle-o {
  display: inline-block;
}

.inviteMessage textarea {
  box-shadow: 0 0 1px inset;
  background: #FFFFFF;
  border-bottom-color: #212121;
  border: 1px solid #AAAAAA;
  height: 9rem;
  margin: 1.5rem 0;
}

.newLocalFundPage {
  bottom: 50px;
  height: auto;
  top: 60px;
}
.newLocalFundPage .dropZone {
  bottom: 0;
  height: 200px;
  top: auto !important;
  z-index: 5000;
}
.newLocalFundPage .dropZone.hover {
  height: 100% !important;
}
.newLocalFundPage .dropZone.show {
  height: 100% !important;
  z-index: 9500;
}
.newLocalFundPage .dropZone.hideZone {
  height: 0;
}
.newLocalFundPage .addLocalFundPerformanceContainer,
.newLocalFundPage .addLocalFundContainer {
  margin: 1.5rem 0;
}
.newLocalFundPage .newFundList.show {
  display: block;
  border-top: 1px solid #EFEFEF;
}
.newLocalFundPage .newFundList .button, .newLocalFundPage .newFundList .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .newLocalFundPage .newFundList button, .newLocalFundPage .newFundList .buttonAction {
  margin: 0;
}
.newLocalFundPage .newFundList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px dotted #EEEEEE;
  padding: 0.375rem 0;
}
@media only screen and (min-width:64.063em) {
  .newLocalFundPage .newFundList li:hover {
    background-color: #eef9fd;
  }
}
.newLocalFundPage .newFundList li > div {
  margin-right: 0.75rem;
  flex-shrink: 1;
  flex-grow: 1;
}
.newLocalFundPage .newFundList li > div:last-child {
  margin-right: 0;
}
.newLocalFundPage .newFundList .fundTicker,
.newLocalFundPage .newFundList .performanceDate {
  flex-grow: 0;
  flex-shrink: 0;
  width: 6.5rem;
}
.newLocalFundPage .newFundList .fundTicker.performanceDate,
.newLocalFundPage .newFundList .performanceDate.performanceDate {
  width: 6rem;
  text-align: right;
}
.newLocalFundPage .newFundList .fundTicker a,
.newLocalFundPage .newFundList .performanceDate a {
  font-weight: 700;
}
.newLocalFundPage .newFundList .performancePrecentChange span {
  display: inline-block;
  width: 3.5rem;
  text-align: right;
}
.newLocalFundPage .newFundList .action {
  flex-shrink: 0;
  flex-grow: 0;
}
.newLocalFundPage .newFundList .action .button, .newLocalFundPage .newFundList .action .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .newLocalFundPage .newFundList .action button, .newLocalFundPage .newFundList .action .buttonAction {
  background-color: transparent;
  color: #f04124;
  margin: 0;
  padding: 0 0.375rem;
}
.newLocalFundPage .newFundList .action .saveFinished {
  color: #09B79E;
}
.newLocalFundPage .newFundList .action .saveError {
  color: #f04124;
}
.newLocalFundPage .createForm {
  transition: all 0.75s ease-in-out;
  border-bottom: 0;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
}
.newLocalFundPage .createForm.show {
  max-height: 600px;
  padding-bottom: 0.75rem;
}
.newLocalFundPage .createForm .postfix {
  font-weight: 900;
  color: #212121;
}
.newLocalFundPage .createForm input {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.newLocalFundPage .createForm input.performance--percent--change {
  text-align: right;
}
.newLocalFundPage .createForm input.fundTicker {
  text-transform: uppercase;
}
.newLocalFundPage .createForm input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}
.newLocalFundPage .createForm input[type=date]::-webkit-input-placeholder {
  visibility: hidden !important;
}
.newLocalFundPage .createForm label {
  font-size: 0.75rem;
}
.newLocalFundPage .errorContainer {
  color: #f04124;
  height: 1.5rem;
  text-align: center;
}
.newLocalFundPage .addNewFundButton,
.newLocalFundPage .addNewPerformanceButton {
  background-color: #212121;
  margin: 0;
}
.newLocalFundPage .addNewFundButton.disabled,
.newLocalFundPage .addNewPerformanceButton.disabled {
  background-color: #212121;
  opacity: 0.2;
}
.newLocalFundPage .reviewFundDataDialog {
  background-color: #EEEEEE;
  height: 100%;
  left: 0;
  padding: 3rem 0;
  position: absolute;
  top: 7rem;
  width: 100%;
  z-index: 1000;
}
.newLocalFundPage .reviewFundDataDialog h2 {
  margin-bottom: 0.75rem;
}
.newLocalFundPage .reviewFundDataDialog .newFundList {
  margin-bottom: 0;
}

.addressBookDropZone {
  transition: all 0.75s linear;
  background-color: #FAFAFA;
  height: 200px;
  top: auto;
  z-index: 500;
  border-top: 1px solid #EEEEEE;
  overflow: hidden;
}
.addressBookDropZone.show {
  height: 100% !important;
  z-index: 9500;
}
.addressBookDropZone.hideZone {
  height: 0;
}
.addressBookDropZone .flex {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.addressBookDropZone .dropZoneMessage {
  text-align: center;
}
.addressBookDropZone .dropZoneMessage .infoMessage {
  display: none;
}
.addressBookDropZone .dropZoneMessage .fa {
  font-size: 3rem;
  margin: 1.5rem 0;
}
.addressBookDropZone .dropZoneMessage a {
  font-weight: 700;
}
.addressBookDropZone [data-message-status=info] .upload--info--message {
  display: block;
}
.addressBookDropZone [data-message-status=uploading] .upload--uploading--message {
  display: block;
}
.addressBookDropZone [data-message-status=finished] .upload--finished--message {
  display: block;
}
.addressBookDropZone [data-message-status=error] .upload--error--message {
  display: block;
}

.tosPage .appMainScrollBody {
  bottom: 50px;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  top: 60px;
}
.tosPage .appMainScrollBody h1, .tosPage .appMainScrollBody .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .tosPage .appMainScrollBody select {
  font-size: 2rem;
  font-weight: 700;
  padding: 0;
  text-align: left;
}
.tosPage .appMainScrollBody h1:after, .tosPage .appMainScrollBody .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select:after, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .tosPage .appMainScrollBody select:after, .tosPage .appMainScrollBody h1:before, .tosPage .appMainScrollBody .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select:before, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .tosPage .appMainScrollBody select:before {
  display: none;
}
.tosPage .appMainScrollBody h2 {
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}
.tosPage .termFirstName {
  text-transform: capitalize;
}

.localFundPage .ticker {
  font-size: 1.5rem;
}
.localFundPage .listOfPerforamnce .bestMonth, .localFundPage .listOfPerforamnce ul > li:nth-child(2) {
  color: #09B79E;
}
.localFundPage .listOfPerforamnce .worstMonth, .localFundPage .listOfPerforamnce ul > li:nth-child(4) {
  color: #f04124;
}
.localFundPage .listOfPerforamnce ul > li:last-child {
  float: none;
  display: block;
  width: 100%;
}
.localFundPage .listOfPerforamnce .listValue {
  font-weight: 500 !important;
  font-style: normal;
}
.localFundPage .listOfPerforamnce .listLabel {
  font-weight: 700;
  font-style: normal;
}
.localFundPage .productNav div {
  font-weight: 100;
}
.localFundPage .productNav span {
  line-height: 2.5;
}
@media only screen and (max-width: 40em) {
  .localFundPage .productNav span {
    line-height: 1.5;
  }
}
.localFundPage .productTicker dl {
  display: block;
}

.fundTimeline-top-row {
  justify-content: space-between;
  align-items: center;
}

.fundTimeline-dateFilters-container {
  display: flex;
  gap: 0.35rem;
}

.fundTimeline-dateFilter-button {
  background-color: transparent;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
}
.fundTimeline-dateFilter-button:hover {
  background-color: #E9EFF4;
}

.fundTimeline-dateFilter-button-active {
  background-color: #E9EFF4;
}

.fundTimelineDateRange-text {
  font-size: 0.7rem;
  color: #6D6D6D;
}

.upload--timeline--placeholder .vis-item {
  border-color: #61B2DE !important;
}
.upload--timeline--placeholder .vis-item:has(.vis-item-content > span) {
  border: none;
  background: transparent;
}
.upload--timeline--placeholder .vis-item-content {
  background: #E9EFF4;
  font-size: 0.7rem;
  border-radius: 10px 0 0 10px !important;
  padding: 3px 10px !important;
}
.upload--timeline--placeholder .vis-item .vis-item-content > i {
  margin-bottom: 3px;
  margin-left: 5px;
  font-size: 0.6rem;
}
.upload--timeline--placeholder .vis-item .vis-item-content > i:before {
  content: "\ea2d";
  font-family: "budicon-solid";
}
.upload--timeline--placeholder .fundTimelineGroup-active {
  color: #61B2DE !important;
  cursor: pointer;
}
.upload--timeline--placeholder .fundTimelineGroupText-selected {
  color: #000000 !important;
  font-weight: 500;
}
.upload--timeline--placeholder .fundTimelineGroupRow-selected {
  background: rgb(246, 252, 255);
}
.upload--timeline--placeholder .vis-time-axis .vis-grid {
  border: none !important;
}
.upload--timeline--placeholder .vis-panel {
  border-left: none !important;
}
.upload--timeline--placeholder .vis-timeline {
  border-left: none !important;
  border-right: none !important;
}
.upload--timeline--placeholder .fundTimelineItem-signed {
  border: 1px solid #DF6365 !important;
}
.upload--timeline--placeholder .vis-tooltip {
  background: black !important;
  border-radius: 8px !important;
  color: white !important;
  font-size: 0.8rem !important;
  line-height: 150% !important;
  padding: 0.5rem 1rem !important;
}
.upload--timeline--placeholder .vis-item.capital-call-distribution > .vis-item-content {
  background: #f7dada !important;
}
.upload--timeline--placeholder .cluster-capital-call-distribution {
  background: #f7dada !important;
}
.upload--timeline--placeholder .vis-item.annual-report-audited > .vis-item-content {
  background: #f0e6db !important;
}
.upload--timeline--placeholder .cluster-annual-report-audited {
  background: #f0e6db !important;
}
.upload--timeline--placeholder .vis-item.due-diligence-questionnaire > .vis-item-content {
  background: #f8eeee !important;
}
.upload--timeline--placeholder .cluster-due-diligence-questionnaire {
  background: #f8eeee !important;
}
.upload--timeline--placeholder .vis-item.quarterly-report-unaudited > .vis-item-content {
  background: #f5f5e5 !important;
}
.upload--timeline--placeholder .cluster-quarterly-report-unaudited {
  background: #f5f5e5 !important;
}
.upload--timeline--placeholder .vis-item.decision-memo > .vis-item-content {
  background: #e8e5f0 !important;
}
.upload--timeline--placeholder .cluster-decision-memo {
  background: #e8e5f0 !important;
}
.upload--timeline--placeholder .vis-item.letter > .vis-item-content {
  background: #DFF0D8 !important;
}
.upload--timeline--placeholder .cluster-letter {
  background: #DFF0D8 !important;
}

@media (max-width: 730px) {
  .fundTimeline-dateFilters-container {
    display: none;
  }
}
@media (max-width: 600px) {
  .vis-labelset {
    display: none;
  }
  .fundTimeline-top-row {
    display: none !important;
  }
  .fundTimelineDateRange-text {
    display: none;
  }
}
.fundPageMini-timeline {
  border: 1px solid #CDD6E2;
  border-radius: 8px;
  margin-bottom: 1.5rem !important;
  margin-top: 0 !important;
  padding: 40px 40px 20px 40px !important;
}
.fundPageMini-timeline .vis-item {
  border-color: #61B2DE !important;
}
.fundPageMini-timeline .vis-timeline {
  border: none !important;
}
.fundPageMini-timeline .vis-tooltip {
  background: black !important;
  border-radius: 8px !important;
  color: white !important;
  font-size: 0.8rem !important;
  line-height: 150% !important;
  padding: 0.5rem 1rem !important;
}

.fundTimelineInfo-text {
  font-size: 0.7rem;
  color: #6D6D6D;
  margin-top: 0.5rem;
}

.importedFundPage .productOverview {
  height: auto;
}
.importedFundPage .productModule {
  border-bottom: 0;
}

.formElementWrapper, .registerProductPage .expandedList li {
  margin-bottom: 12px;
  margin-top: 24px;
}
.formElementWrapper input, .registerProductPage .expandedList li input {
  margin-top: 12px;
}

.registerProductPage {
  background: #FFFFFF;
  z-index: 8370;
  height: calc(100vh - 128px);
  overflow-y: auto;
  padding: 50px 0 200px 0;
}
.registerProductPage h2 {
  margin-top: 12px;
  margin-bottom: 36px;
}
.registerProductPage .margin-bottom-24 {
  margin-bottom: 24px;
}
.registerProductPage p {
  font-size: 14px;
}
.registerProductPage button {
  height: auto;
}
.registerProductPage .panel p {
  color: #4A4A4A;
}
.registerProductPage .appMainScrollBody {
  top: 0;
}
.registerProductPage .customCenterColumn {
  margin: 0 auto;
  max-width: 640px;
}
.registerProductPage .flexStepContainer {
  position: absolute;
  top: 200px;
  right: 0;
  bottom: 50px;
  left: 0;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.registerProductPage .errorMessage {
  color: #f04124;
}
.registerProductPage .pageDropZone {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  background: rgba(58, 164, 208, 0.1019607843);
  border-radius: 4px;
  border: 2px dashed #61B2DE;
  margin-top: 12px;
  min-height: 155px;
}
.registerProductPage .pageDropZone .empty-state {
  color: #212121;
}
.registerProductPage .pageDropZone .empty-state h4 {
  font-weight: 500;
  letter-spacing: normal;
  font-size: 16px;
  text-transform: none;
  margin-bottom: 8px;
}
.registerProductPage .pageDropZone .empty-state h5 {
  font-weight: 500;
  letter-spacing: normal;
  font-size: 10.24px;
  margin-top: 8px;
}
.registerProductPage .pageDropZone .empty-state .success-message {
  color: #9EC947;
}
.registerProductPage .pageDropZone .empty-state a {
  color: #262626;
}
.registerProductPage .pageDropZone [data-message-container] {
  display: none;
}
.registerProductPage .pageDropZone[data-message-status=info] [data-message-container=info] {
  display: block;
}
.registerProductPage .pageDropZone[data-message-status=uploading] [data-message-container=uploading] {
  display: block;
}
.registerProductPage .pageDropZone[data-message-status=finished] [data-message-container=finished] {
  display: block;
}
.registerProductPage .pageDropZone[data-message-status=error] {
  border-color: #f04124;
  background-color: #efdbdb;
}
.registerProductPage .pageDropZone[data-message-status=error] [data-message-container=error] {
  display: block;
}
.registerProductPage .wizardStepsContainer .wizardHeaderSection {
  padding: 8px 0;
}
@media screen and (max-heigh: 800px) {
  .registerProductPage .wizardStepsContainer {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .registerProductPage .wizardStepsContainer .wizardStepBody {
    overflow: hidden !important;
  }
}
.registerProductPage .registerProductPage__mainTitle {
  text-align: center;
}
.registerProductPage .registerProductPage__mainTitle h5,
.registerProductPage .registerProductPage__mainTitle h1,
.registerProductPage .registerProductPage__mainTitle .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select,
.upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .registerProductPage .registerProductPage__mainTitle select {
  margin: 0;
  text-align: center;
}
.registerProductPage .registerProductPage__mainTitle h1, .registerProductPage .registerProductPage__mainTitle .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .registerProductPage .registerProductPage__mainTitle select {
  font-size: 24px;
}
.registerProductPage [data-ticker-is-reserved=false] .reserveTickerButton {
  display: inline-block;
}
.registerProductPage [data-ticker-is-reserved=false] .continueToNextStepButton {
  display: none;
}
.registerProductPage [data-ticker-is-reserved=true] .reserveTickerButton {
  display: none;
}
.registerProductPage [data-ticker-is-reserved=true] .continueToNextStepButton {
  display: inline-block;
}
.registerProductPage .wizardSteps {
  margin: 50px 0 50px 0;
}
.registerProductPage .wizardSteps .wizardMiddleBorderContainer {
  position: absolute;
  top: 31px;
  right: 0px;
  bottom: unset;
  left: 0px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .registerProductPage .wizardSteps .wizardMiddleBorderContainer {
    position: absolute;
    top: 21px;
    right: 0px;
    bottom: unset;
    left: 0px;
  }
}
.registerProductPage .wizardSteps .wizardMiddleBorderContainer .wizardMiddleBorder {
  height: 2px;
  border-top: 2px dashed #E3E3E3;
}
.registerProductPage .wizardSteps ul {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  flex-basis: auto;
  margin-left: -90px;
  margin-right: -90px;
}
@media screen and (max-width: 767px) {
  .registerProductPage .wizardSteps ul {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.registerProductPage .wizardSteps ul li {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  color: #E3E3E3;
  margin-right: 1.5rem;
  position: relative;
  text-align: center;
  z-index: 100;
}
.registerProductPage .wizardSteps ul li:last-child {
  margin-right: 0;
}
.registerProductPage .wizardSteps ul li .stepIcon {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  border-radius: 50%;
  background: #E3E3E3;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 100;
  height: 63px;
  margin: 0 auto 1.5rem auto;
  position: relative;
  text-align: center;
  width: 63px;
}
@media screen and (max-width: 767px) {
  .registerProductPage .wizardSteps ul li .stepIcon {
    height: 40px;
    width: 40px;
    font-size: 20px;
  }
}
.registerProductPage .wizardSteps ul li .stepIcon .offsetBorder {
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border: 2px solid #FFFFFF;
}
.registerProductPage .wizardSteps ul li .stepIcon .number {
  display: inline-block;
}
.registerProductPage .wizardSteps ul li .stepIcon i {
  margin-top: -2px;
}
.registerProductPage .wizardSteps ul li .stepIcon .finishedIcon {
  display: none;
}
.registerProductPage .wizardSteps ul li .stepLabel {
  font-size: 14px;
  word-break: break-word;
}
.registerProductPage .wizardSteps ul li .stepLabel.mainLabel {
  font-weight: 900;
  text-transform: uppercase;
}
.registerProductPage .wizardSteps ul li.stepNavigation {
  margin: 0;
}
.registerProductPage .wizardSteps ul li.stepNavigation.active {
  color: #61B2DE;
}
.registerProductPage .wizardSteps ul li.stepNavigation.active .stepIcon {
  background-color: #61B2DE;
}
.registerProductPage .wizardSteps ul li.active {
  opacity: 1;
}
.registerProductPage .wizardSteps ul li.finished {
  opacity: 1;
  color: #61B2DE;
  transition: all 0.25s linear;
}
.registerProductPage .wizardSteps ul li.finished .stepIcon {
  background-color: #9DCB3B;
}
.registerProductPage .wizardSteps ul li.finished .stepIcon .number {
  display: none;
}
.registerProductPage .wizardSteps ul li.finished .stepIcon .finishedIcon {
  display: block;
}
.registerProductPage .wizardSteps ul li.finished:not(.active) .stepLabel.mainLabel,
.registerProductPage .wizardSteps ul li.finished:not(.active) .stepLabel {
  color: #9DCB3B;
}
.registerProductPage .wizardStepsPages .wizardStep {
  transition: all 0.25s ease-in-out;
  display: none;
  opacity: 0;
  visibility: hidden;
}
.registerProductPage .wizardStepsPages .wizardStep label {
  display: block;
  margin-left: 10px;
  margin-bottom: 5px;
}
.registerProductPage .wizardStepsPages .wizardStep.productCreatedStatusPage {
  background: #FFFFFF;
  top: -345px;
  z-index: 500;
}
.registerProductPage .wizardStepsPages .wizardStep.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.registerProductPage .wizardStepsPages .wizardStep .panel {
  background-color: #F6F6F6;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .registerProductPage .wizardStepsPages .wizardStep .panel {
    padding: 20px;
  }
}
.registerProductPage .wizardStepsPages .wizardStep .panel .panel-title {
  color: #DF6365;
}
.registerProductPage .wizardStepsPages .wizardStep .newTickerPage .registerNewTicker {
  position: relative;
}
.registerProductPage .wizardStepsPages .wizardStep .newProductTicker {
  min-height: 100px;
  font-size: 2rem;
  line-height: 100px;
  text-transform: uppercase;
  width: 100%;
  padding: 0 0 0 18px;
}
.registerProductPage .wizardStepsPages .wizardStep .newProductTicker::placeholder {
  text-transform: capitalize;
  font-size: 20px;
  text-align: left;
}
.registerProductPage .wizardStepsPages .wizardStep .newProductCreatedStatus .creatingProductStatus {
  transition: all 0.25s ease-in;
  opacity: 0;
  position: relative;
  visibility: hidden;
}
.registerProductPage .wizardStepsPages .wizardStep .newProductCreatedStatus[data-registering-product-status=creating] .creatingNewProduct {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.registerProductPage .wizardStepsPages .wizardStep .newProductCreatedStatus[data-registering-product-status=success] .newProductCreatedSuccess {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.registerProductPage .wizardStepsPages .wizardStep .newProductCreatedStatus[data-registering-product-status=fail] .newProductCreatedFail {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.registerProductPage .wizardStepsPages .wizardStep .newProductCreatedStatus .fundPublishBox {
  text-align: center;
  margin-bottom: 48px;
}
.registerProductPage .wizardStepsPages .wizardStep .newProductCreatedStatus .fundPublishBox .successMessageBox .checkIcon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: auto;
  background-color: #61B2DE;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.registerProductPage .wizardStepsPages .wizardStep .newProductCreatedStatus .fundPublishBox .successMessageBox .checkIcon i {
  font-size: 60px;
}
.registerProductPage .wizardStepsPages .wizardStep .newProductCreatedStatus .fundPublishBox .successMessageTitle {
  font-size: 31px;
  color: #61B2DE;
  margin-top: 16px;
}
.registerProductPage .wizardStepsPages .wizardStep .newProductCreatedStatus .finalMessagesContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.registerProductPage .wizardStepsPages .wizardStep .newProductCreatedStatus .finalMessagesContainer .finalMessagesContainerCol {
  padding-left: 16px;
  padding-right: 16px;
}
.registerProductPage .wizardStepsPages .wizardStep .newProductCreatedStatus .finalMessagesContainer .finalMessagesContainerCol .FinalMessageBox {
  padding: 30px;
  background-color: #F6F6F6;
  border-radius: 8px;
}
.registerProductPage .wizardStepsPages .wizardStep .newProductCreatedStatus .finalMessagesContainer .finalMessagesContainerCol .FinalMessageBox .FinalMessageTitle {
  margin-bottom: 0;
  margin-top: 8px;
  text-transform: uppercase;
}
.registerProductPage .wizardStepsPages .reviewDialog {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  translate: all 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.registerProductPage .wizardStepsPages .reviewDialog.show {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.registerProductPage .wizardStepsPages .reviewDialog.show .message {
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .registerProductPage .wizardStepsPages .reviewDialog {
    top: 0;
  }
}
.registerProductPage .wizardStepsPages .message {
  text-align: center;
}
.registerProductPage .wizardStepsPages .message .messageIcon {
  border-radius: 50%;
  border: 2px solid #9DCB3B;
  color: #9DCB3B;
  height: 110px;
  line-height: 97px;
  margin: 0 auto;
  width: 110px;
}
.registerProductPage .wizardStepsPages .message .messageIcon i {
  font-size: 60px;
}
.registerProductPage .wizardStepsPages .message .mesageLabel {
  color: #9DCB3B;
  font-size: 31px;
  font-weight: 500;
  margin: 20px 0 48px 0;
  line-height: 36px;
}
.registerProductPage .wizardStepsPages .message .messageContent {
  font-size: 1.5rem;
  line-height: 1;
}
.registerProductPage .wizardStepsPages .message .messageContent div {
  font-size: 16px;
  margin-bottom: 16px;
}
.registerProductPage .wizardStepsPages .message .messageContent span {
  font-weight: 700;
  font-size: 31px;
}
.registerProductPage .wizardStepsPages .message .panel {
  margin-top: 32px;
  border-radius: 8px;
  padding: 30px 48px;
}
.registerProductPage .wizardStepsPages .flexLayout {
  flex-direction: column;
}
.registerProductPage .wizardStepsPages .flexLayout.columns-2 .flexColumn:last-child {
  padding-left: 0;
}
@media screen and (min-width: 680px) {
  .registerProductPage .wizardStepsPages .flexLayout {
    flex-direction: row;
  }
}
.registerProductPage .wizardStepsPages .flexLayout.last-step {
  padding: 60px 0;
}
.registerProductPage .tickerValidator {
  margin-bottom: 1.5rem;
}
.registerProductPage .tickerValidator .tickerStatus {
  display: none;
}
.registerProductPage .tickerValidator[data-ticker-validator-status=validating] .validatingTicker {
  color: #AAAAAA;
  display: block;
}
.registerProductPage .tickerValidator[data-ticker-validator-status=fail] .failedTicker {
  color: #DD6467;
  align-items: center;
  display: flex;
}
.registerProductPage .tickerValidator[data-ticker-validator-status=fail] .failedTicker i {
  font-size: 20px;
  margin-right: 8px;
}
.registerProductPage .tickerValidator[data-ticker-validator-status=reserved] .reservedTicker {
  color: #f04124;
  display: block;
}
.registerProductPage .tickerValidator[data-ticker-validator-status=success] .validatedTicker {
  color: #9dcb3b;
  display: flex;
  align-items: center;
}
.registerProductPage .tickerValidator[data-ticker-validator-status=success] .validatedTicker i {
  margin-right: 8px;
  padding: 6px;
  border: 1px solid #9dcb3b;
  border-radius: 50%;
  font-size: 10px;
}

.fundTicker {
  text-transform: uppercase;
}

.staticTicker {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.75rem 0;
}

.dropDownMenu {
  position: relative;
}
.dropDownMenu .dropDownSelectedValueContainer {
  padding: 0.75rem;
  border-bottom: 1px solid #212121;
}
.dropDownMenu .dropDownSelectedValueContainer .fa {
  transition: all 0.3s ease-in-out;
}
.dropDownMenu .dropDownSelectedValueContainer .selectedValue {
  color: #212121 !important;
}
.dropDownMenu .listOfOptions {
  position: absolute;
  top: 100%;
  right: unset;
  bottom: unset;
  left: 0;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.9);
  color: #FFFFFF;
  height: 0;
  overflow: hidden;
  width: 100%;
  z-index: 500;
}
.dropDownMenu .listOfOptions li {
  padding: 0.375rem 0.75rem;
}
.dropDownMenu .listOfOptions li:hover {
  color: #61B2DE;
}
.dropDownMenu .listOfOptions li:first-child {
  margin-top: 0.75rem;
}
.dropDownMenu .listOfOptions li:last-child {
  margin-bottom: 0.75rem;
}
.dropDownMenu.open, .dropDownMenu:hover {
  cursor: pointer;
}
.dropDownMenu.open .dropDownSelectedValueContainer .fa-chevron-right, .dropDownMenu:hover .dropDownSelectedValueContainer .fa-chevron-right {
  transform: rotate(90deg);
}
.dropDownMenu.open .dropDownSelectedValueContainer .selectedValue, .dropDownMenu:hover .dropDownSelectedValueContainer .selectedValue {
  color: #AAAAAA;
}
.dropDownMenu.open .listOfOptions, .dropDownMenu:hover .listOfOptions {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 140px;
}

.productPreviewLayout {
  text-align: left;
  margin-bottom: 3rem;
}
.productPreviewLayout li {
  margin-bottom: 2rem;
}
.productPreviewLayout > div {
  color: #212121 !important;
}
.productPreviewLayout > div span,
.productPreviewLayout > div div {
  color: #212121 !important;
  line-height: 1.5;
}
.productPreviewLayout .fundName {
  font-weight: 500;
  line-height: 1;
}
.productPreviewLayout .fundTicker {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}
.productPreviewLayout .entityName {
  line-height: 1.1;
}
.productPreviewLayout .divider {
  margin: 1.5rem 0;
}

.entity-setup-row {
  margin-bottom: 48px;
}

.entity-setup-row,
.document-uploader-row {
  padding: 0 48px;
}
.entity-setup-row .info-box,
.document-uploader-row .info-box {
  max-width: 350px;
}

.registerNewTicker .registerNewTickerContent .info-box {
  margin-top: 24px;
}

.modulesPage .appMainScrollBody {
  top: 6rem;
  padding: 3rem 0;
}
.modulesPage .flexRow, .modulesPage .tableFundView .fundAdditionalInformation, .tableFundView .modulesPage .fundAdditionalInformation, .modulesPage .tableFundView .fundBasicInformation, .tableFundView .modulesPage .fundBasicInformation {
  align-items: stretch;
  justify-content: center;
  margin: 0 auto;
  max-width: 73rem;
  padding: 0 1rem;
}
.modulesPage .flexRow .flexItem, .modulesPage .tableFundView .fundAdditionalInformation .flexItem, .tableFundView .modulesPage .fundAdditionalInformation .flexItem, .modulesPage .tableFundView .fundBasicInformation .flexItem, .tableFundView .modulesPage .fundBasicInformation .flexItem {
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  border: 1px solid #EFEFEF;
  padding: 0;
  width: 50%;
}
.modulesPage .flexRow .flexItem:last-child, .modulesPage .tableFundView .fundAdditionalInformation .flexItem:last-child, .tableFundView .modulesPage .fundAdditionalInformation .flexItem:last-child, .modulesPage .tableFundView .fundBasicInformation .flexItem:last-child, .tableFundView .modulesPage .fundBasicInformation .flexItem:last-child {
  border-left: 0;
}
.modulesPage .flexRow .flexItem:hover, .modulesPage .tableFundView .fundAdditionalInformation .flexItem:hover, .tableFundView .modulesPage .fundAdditionalInformation .flexItem:hover, .modulesPage .tableFundView .fundBasicInformation .flexItem:hover, .tableFundView .modulesPage .fundBasicInformation .flexItem:hover {
  box-shadow: 0 0 7px rgba(97, 178, 222, 0.75);
  background-color: rgba(97, 178, 222, 0.27);
  border-color: transparent;
}
.modulesPage .flexRow .flexItem:hover a, .modulesPage .tableFundView .fundAdditionalInformation .flexItem:hover a, .tableFundView .modulesPage .fundAdditionalInformation .flexItem:hover a, .modulesPage .tableFundView .fundBasicInformation .flexItem:hover a, .tableFundView .modulesPage .fundBasicInformation .flexItem:hover a {
  color: inherit;
}
.modulesPage .flexRow .flexItem.disable, .modulesPage .tableFundView .fundAdditionalInformation .flexItem.disable, .tableFundView .modulesPage .fundAdditionalInformation .flexItem.disable, .modulesPage .tableFundView .fundBasicInformation .flexItem.disable, .tableFundView .modulesPage .fundBasicInformation .flexItem.disable {
  pointer-events: none;
}
.modulesPage .flexRow .flexItem.disable > *, .modulesPage .tableFundView .fundAdditionalInformation .flexItem.disable > *, .tableFundView .modulesPage .fundAdditionalInformation .flexItem.disable > *, .modulesPage .tableFundView .fundBasicInformation .flexItem.disable > *, .tableFundView .modulesPage .fundBasicInformation .flexItem.disable > * {
  opacity: 0.3;
}
@media only screen and (max-width: 40em) {
  .modulesPage .flexRow .flexItem.disableForMobile, .modulesPage .tableFundView .fundAdditionalInformation .flexItem.disableForMobile, .tableFundView .modulesPage .fundAdditionalInformation .flexItem.disableForMobile, .modulesPage .tableFundView .fundBasicInformation .flexItem.disableForMobile, .tableFundView .modulesPage .fundBasicInformation .flexItem.disableForMobile {
    pointer-events: none;
  }
  .modulesPage .flexRow .flexItem.disableForMobile > *, .modulesPage .tableFundView .fundAdditionalInformation .flexItem.disableForMobile > *, .tableFundView .modulesPage .fundAdditionalInformation .flexItem.disableForMobile > *, .modulesPage .tableFundView .fundBasicInformation .flexItem.disableForMobile > *, .tableFundView .modulesPage .fundBasicInformation .flexItem.disableForMobile > * {
    opacity: 0.3;
  }
}
.modulesPage .flexRow .flexItem.addContent .title .fa, .modulesPage .tableFundView .fundAdditionalInformation .flexItem.addContent .title .fa, .tableFundView .modulesPage .fundAdditionalInformation .flexItem.addContent .title .fa, .modulesPage .tableFundView .fundBasicInformation .flexItem.addContent .title .fa, .tableFundView .modulesPage .fundBasicInformation .flexItem.addContent .title .fa {
  color: #09B79E;
}
.modulesPage .flexRow .flexItem.addContent .title .fa:hover, .modulesPage .tableFundView .fundAdditionalInformation .flexItem.addContent .title .fa:hover, .tableFundView .modulesPage .fundAdditionalInformation .flexItem.addContent .title .fa:hover, .modulesPage .tableFundView .fundBasicInformation .flexItem.addContent .title .fa:hover, .tableFundView .modulesPage .fundBasicInformation .flexItem.addContent .title .fa:hover {
  box-shadow: 0 0 7px rgba(9, 183, 158, 0.75);
  background-color: rgba(9, 183, 158, 0.27);
}
.modulesPage .flexRow .flexItem.subscriptionPlan, .modulesPage .tableFundView .fundAdditionalInformation .flexItem.subscriptionPlan, .tableFundView .modulesPage .fundAdditionalInformation .flexItem.subscriptionPlan, .modulesPage .tableFundView .fundBasicInformation .flexItem.subscriptionPlan, .tableFundView .modulesPage .fundBasicInformation .flexItem.subscriptionPlan {
  background-image: url(../images/plan.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 100px auto;
}
@media screen and (max-width: 690px) {
  .modulesPage .flexRow, .modulesPage .tableFundView .fundAdditionalInformation, .tableFundView .modulesPage .fundAdditionalInformation, .modulesPage .tableFundView .fundBasicInformation, .tableFundView .modulesPage .fundBasicInformation {
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modulesPage .flexRow .flexItem, .modulesPage .tableFundView .fundAdditionalInformation .flexItem, .tableFundView .modulesPage .fundAdditionalInformation .flexItem, .modulesPage .tableFundView .fundBasicInformation .flexItem, .tableFundView .modulesPage .fundBasicInformation .flexItem {
    width: 100%;
    border-left: 1px solid #EFEFEF;
  }
}

.modulesGroupTitle {
  color: #AAAAAA;
  margin: 4.5rem 0 3rem 0;
  position: relative;
}
.modulesGroupTitle span {
  background-color: #FFFFFF;
  display: inline-block;
  padding-right: 1.5rem;
  position: relative;
  z-index: 5;
}
.modulesGroupTitle hr {
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 0;
}

.moduleContainer {
  margin: 1.5rem 0;
  overflow: hidden;
  padding: 1.5rem;
}
.moduleContainer h2 {
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
.moduleContainer h2 .fa {
  font-size: 1.5rem;
  line-height: 0.8;
  margin-bottom: 1.5rem;
  margin-right: 0.375rem;
}
.moduleContainer .moduleBackground {
  bottom: 0;
  color: #EEEEEE;
  font-size: 30rem;
  height: 100%;
  left: 0%;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.upmViewerPage .appMainScrollBody {
  top: 4.1rem;
}

.fileIframeContainer {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 50px;
  left: 0;
  z-index: 200;
  transition: all 0.3s ease-in-out;
}
.fileIframeContainer.pushRight {
  right: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1366px) {
  .fileIframeContainer {
    pointer-events: all;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.fileIframeContainer .fileIframe {
  border: 0;
  width: 100%;
  height: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .fileIframeContainer .fileIframe {
    pointer-events: all;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 1025px) {
  .fileIframeContainer .fileIframe {
    pointer-events: all;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.fileIframeContainer .filePrintIframe {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}
.fileIframeContainer .imageFrame {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .fileIframeContainer .imageFrame {
    pointer-events: all;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 1025px) {
  .fileIframeContainer .imageFrame {
    pointer-events: all;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.fileIframeContainer .imageFrame img {
  width: 100%;
  height: auto;
}
.fileIframeContainer iframe {
  overflow: hidden;
  height: 100%;
  transform: scale(1);
  transform-origin: 0 0;
}

.upmViewerBar {
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1);
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  position: absolute;
  top: unset;
  right: unset;
  bottom: 1.5rem;
  left: 0;
  transition: all 0.75s ease-in-out;
  background-color: #FFFFFF;
  color: #FFFFFF;
  height: 3rem;
  padding: 0.75rem 1.5rem;
  width: 100%;
  z-index: 250;
}
.upmViewerBar .buttonContainer {
  position: relative;
  text-align: center;
  margin-top: -3rem;
}
.upmViewerBar .buttonContainer .button, .upmViewerBar .buttonContainer .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .upmViewerBar .buttonContainer button, .upmViewerBar .buttonContainer .buttonAction {
  display: inline-block;
  margin: 0 0.75rem;
}
.upmViewerBar .buttonContainer .button > div, .upmViewerBar .buttonContainer .editCreateMemoPage .pageOptionsContainer ul li button > div, .editCreateMemoPage .pageOptionsContainer ul li .upmViewerBar .buttonContainer button > div, .upmViewerBar .buttonContainer .buttonAction > div {
  pointer-events: none;
}
.upmViewerBar .createNoteButtonContainer {
  display: inline-block;
  margin: 0 0.75rem;
  position: relative;
}
.upmViewerBar .createNoteButton {
  border-radius: 50%;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1);
  background-color: #212121;
  font-size: 3rem;
  height: 4.5rem;
  line-height: 4.5rem;
  margin: 0 !important;
  padding: 0;
  text-align: center;
  width: 4.5rem;
}
.upmViewerBar .createNoteButton svg {
  width: 2rem;
  margin-top: 1.2rem;
}
.upmViewerBar .createNoteButton .openMemoContainer {
  display: block;
}
.upmViewerBar .createNoteButton .pushMemoContainer {
  display: none;
}
.upmViewerBar .memoCounter {
  border-radius: 50%;
  background-color: #09B79E;
  color: #FFFFFF;
  font-size: 0.75rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 1.5rem;
  z-index: 200;
}
.upmViewerBar .memoCounter.parentFileButton {
  background-color: #61B2DE;
  left: 0;
  right: auto;
}
.upmViewerBar .memoCounter.parentFileButton .fa {
  color: #FFFFFF !important;
}
.upmViewerBar .forwardDocumentButton,
.upmViewerBar .moreActionsButton,
.upmViewerBar .modifyDocumentButton,
.upmViewerBar .downloadDocumentButton,
.upmViewerBar .printDocumentButton {
  border-radius: 50%;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.75s ease-in-out;
  background-color: #FFFFFF;
  bottom: 0;
  height: 3rem;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0.375rem;
  width: 3rem;
}
.upmViewerBar .forwardDocumentButton svg,
.upmViewerBar .moreActionsButton svg,
.upmViewerBar .modifyDocumentButton svg,
.upmViewerBar .downloadDocumentButton svg,
.upmViewerBar .printDocumentButton svg {
  display: block;
  margin: 0 auto;
  pointer-events: none;
  width: 1.5rem;
}
.upmViewerBar .forwardDocumentButton:hover > svg polygon,
.upmViewerBar .forwardDocumentButton:hover > svg path,
.upmViewerBar .forwardDocumentButton:hover > svg circle,
.upmViewerBar .moreActionsButton:hover > svg polygon,
.upmViewerBar .moreActionsButton:hover > svg path,
.upmViewerBar .moreActionsButton:hover > svg circle,
.upmViewerBar .modifyDocumentButton:hover > svg polygon,
.upmViewerBar .modifyDocumentButton:hover > svg path,
.upmViewerBar .modifyDocumentButton:hover > svg circle,
.upmViewerBar .downloadDocumentButton:hover > svg polygon,
.upmViewerBar .downloadDocumentButton:hover > svg path,
.upmViewerBar .downloadDocumentButton:hover > svg circle,
.upmViewerBar .printDocumentButton:hover > svg polygon,
.upmViewerBar .printDocumentButton:hover > svg path,
.upmViewerBar .printDocumentButton:hover > svg circle {
  fill: #61B2DE;
}
.upmViewerBar .forwardDocumentButton:active polygon,
.upmViewerBar .forwardDocumentButton:active path,
.upmViewerBar .forwardDocumentButton:active circle,
.upmViewerBar .moreActionsButton:active polygon,
.upmViewerBar .moreActionsButton:active path,
.upmViewerBar .moreActionsButton:active circle,
.upmViewerBar .modifyDocumentButton:active polygon,
.upmViewerBar .modifyDocumentButton:active path,
.upmViewerBar .modifyDocumentButton:active circle,
.upmViewerBar .downloadDocumentButton:active polygon,
.upmViewerBar .downloadDocumentButton:active path,
.upmViewerBar .downloadDocumentButton:active circle,
.upmViewerBar .printDocumentButton:active polygon,
.upmViewerBar .printDocumentButton:active path,
.upmViewerBar .printDocumentButton:active circle {
  fill: #FFFFFF;
}
.upmViewerBar .forwardDocumentButton.disabled,
.upmViewerBar .moreActionsButton.disabled,
.upmViewerBar .modifyDocumentButton.disabled,
.upmViewerBar .downloadDocumentButton.disabled,
.upmViewerBar .printDocumentButton.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.upmViewerBar .forwardDocumentButton,
.upmViewerBar .moreActionsButton {
  margin-top: 0.75rem !important;
}
.upmViewerBar .downloadDocumentButton svg {
  margin-top: 0.75rem;
  display: inline-block;
}
.upmViewerBar .moreActionsButton {
  position: relative;
}
.upmViewerBar .moreActionsButton .moreActionsContainer {
  border-radius: 20px;
  transition: all 0.75s ease-in-out;
  position: absolute;
  top: unset;
  right: unset;
  bottom: 100%;
  left: -0.375rem;
  background-color: rgba(0, 0, 0, 0.2);
  max-height: 0;
  overflow: hidden;
  pointer-events: all !important;
  z-index: 300;
}
.upmViewerBar .moreActionsButton .moreActionsContainer .button, .upmViewerBar .moreActionsButton .moreActionsContainer .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .upmViewerBar .moreActionsButton .moreActionsContainer button, .upmViewerBar .moreActionsButton .moreActionsContainer .buttonAction {
  float: none;
  display: block;
  margin: 0.25rem 0.375rem;
}
.upmViewerBar .moreActionsButton > svg {
  transform: rotate(90deg);
  height: 1.5rem;
  margin: 0.75rem auto;
  width: auto;
}
.upmViewerBar .moreActionsButton.hover > svg polygon,
.upmViewerBar .moreActionsButton.hover > svg path,
.upmViewerBar .moreActionsButton.hover > svg circle, .upmViewerBar .moreActionsButton.show > svg polygon,
.upmViewerBar .moreActionsButton.show > svg path,
.upmViewerBar .moreActionsButton.show > svg circle {
  fill: #61B2DE;
}
.upmViewerBar .moreActionsButton.hover .moreActionsContainer, .upmViewerBar .moreActionsButton.show .moreActionsContainer {
  max-height: 320px;
  padding-bottom: 0.75rem;
}
.upmViewerBar .moreActionsButton.hover .moreActionsContainer .button, .upmViewerBar .moreActionsButton.hover .moreActionsContainer .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .upmViewerBar .moreActionsButton.hover .moreActionsContainer button, .upmViewerBar .moreActionsButton.hover .moreActionsContainer .buttonAction, .upmViewerBar .moreActionsButton.show .moreActionsContainer .button, .upmViewerBar .moreActionsButton.show .moreActionsContainer .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .upmViewerBar .moreActionsButton.show .moreActionsContainer button, .upmViewerBar .moreActionsButton.show .moreActionsContainer .buttonAction {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.upmViewerBar ul {
  display: block;
}
.upmViewerBar ul li {
  display: inline-block;
  margin-right: 0.75rem;
  padding: 0 1.5rem;
}
.upmViewerBar ul li:last-child {
  margin-right: 0;
}
.upmViewerBar ul li a {
  font-weight: 700;
  line-height: 1.5rem;
}
.upmViewerBar ul li a svg {
  position: relative;
  display: inline-block;
  height: 1.5rem;
  top: 0.35rem;
}
.upmViewerBar ul li a:hover polygon,
.upmViewerBar ul li a:hover path {
  fill: #61B2DE;
}
@media screen and (max-width: 768px) {
  .upmViewerBar ul li {
    padding: 0 0.375rem;
    font-size: 0.875rem;
  }
}

.fileInfoHeader .fileName {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
}
.fileInfoHeader .fileName[data-file-privacy=private] {
  color: #DF6365;
}
.fileInfoHeader .fileName[data-file-privacy=semipublic] {
  color: #FFAA00;
}
.fileInfoHeader .fileName[data-file-privacy=public] {
  color: #55B5AC;
}

.memoCreateContainer {
  transition: all 0.75s ease-in-out;
  bottom: 0;
  height: 6.75rem;
  left: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
  z-index: 0;
}
.memoCreateContainer .memoTextareaContainer {
  background-color: #FFFFFF;
  border-top: 10px solid rgb(250, 245, 204);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500;
}
.memoCreateContainer .memoTextareaContainer textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(230, 204, 0, 0.2);
  border-bottom: none;
  height: 6rem;
  margin: 0;
  padding: 0.75rem 1.5rem;
  position: relative;
  resize: none;
}
@media screen and (max-width: 1023px) {
  .memoCreateContainer {
    height: 5.25rem;
  }
  .memoCreateContainer .memoTextareaContainer textarea {
    height: 4.5rem;
  }
}
.memoCreateContainer .memoTextActionsContainer {
  position: absolute;
  top: -2rem;
  right: unset;
  bottom: unset;
  left: 0;
  height: 1px;
  text-align: center;
  width: 100%;
  z-index: 1000;
}
.memoCreateContainer .memoTextActionsContainer .button, .memoCreateContainer .memoTextActionsContainer .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .memoCreateContainer .memoTextActionsContainer button, .memoCreateContainer .memoTextActionsContainer .buttonAction {
  border-radius: 0.75rem 0.75rem 0 0;
  background-color: rgb(250, 245, 204);
  color: #212121;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5rem;
  margin: 0;
  padding: 0.375rem 1rem;
  text-transform: uppercase;
}

.printStatusDialog, .downloadFileDialog {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 50px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  color: #FFFFFF;
  font-size: 1.5rem;
  text-align: center;
  z-index: 2000;
}
.printStatusDialog .fa, .downloadFileDialog .fa {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.printStatusDialog.hide, .hide.downloadFileDialog {
  visibility: hidden;
  opacity: 0;
  display: none !important;
}

.downloadFileDialog {
  background-color: #FFFFFF;
  color: #212121;
  z-index: 10;
}
.downloadFileDialog .downloadFileDialogWrapper {
  max-width: 80%;
}
.downloadFileDialog ul {
  text-align: left;
  margin-top: 3rem;
}
.downloadFileDialog a {
  color: #212121;
}
.downloadFileDialog a i {
  margin: 0;
}
.downloadFileDialog a h3 {
  margin: 0.75rem 0;
}
.downloadFileDialog .fileName {
  word-wrap: break-word;
  white-space: normal;
}

.upmViewerPage .fileInfoHeader h1, .upmViewerPage .fileInfoHeader .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .upmViewerPage .fileInfoHeader select {
  font-weight: 900;
  font-size: 1.5rem;
  margin: 0;
  padding: 1.5rem 0;
}
.upmViewerPage.memoOpen .fileIframeContainer {
  bottom: 8.1rem;
}
.upmViewerPage.memoOpen .memoCreateContainer {
  bottom: 2.65rem;
  opacity: 1;
  visibility: visible;
  z-index: 210;
}
.upmViewerPage.memoOpen .createNoteButton {
  background-color: #61B2DE;
}
.upmViewerPage.memoOpen .upmViewerBar {
  bottom: 0;
}
.upmViewerPage.memoOpen .upmViewerBar .openMemoContainer {
  display: none;
}
.upmViewerPage.memoOpen .upmViewerBar .pushMemoContainer {
  display: block;
}
.upmViewerPage.memoOpen .forwardDocumentButton,
.upmViewerPage.memoOpen .moreActionsButton {
  visibility: hidden;
  opacity: 0;
}

.upmViewerSidebarContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: unset;
  box-shadow: 0 0 4px rgba(33, 33, 33, 0.3);
  transition: all 0.7s ease-in-out;
  transform: translateX(506px);
  background-color: rgba(246, 246, 246, 0.8);
  width: 500px;
  z-index: 9000;
  overflow-y: auto;
  padding-bottom: 55px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .upmViewerSidebarContainer {
    width: 100%;
    transform: translateX(102%);
  }
}
.upmViewerSidebarContainer.open {
  pointer-events: all;
  transform: translateX(0);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.upmViewerSidebarContainer:focus {
  outline: none;
  border: none;
}
.upmViewerSidebarContainer .sidebarTitleWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-color: #33475B;
  color: #FFFFFF;
  padding: 0.6rem 1.5rem;
  position: sticky;
  top: 0%;
  justify-content: space-between;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .upmViewerSidebarContainer .sidebarTitleWrapper {
    padding: 0.5rem 1.5rem;
  }
}
.upmViewerSidebarContainer .sidebarTitleWrapper h3 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 0;
  text-transform: none;
}
.upmViewerSidebarContainer .sidebarTitleWrapper .upm-sidebar__close-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-content: center;
  z-index: 500;
  transition: all 0.4s ease-in-out;
}
.upmViewerSidebarContainer .sidebarTitleWrapper .upm-sidebar__close-button:hover {
  transition: all 0.4s ease-in-out;
  background-color: rgba(255, 255, 255, 0.2);
}
.upmViewerSidebarContainer .sideBarActionWrapper {
  background: #F4FBFF;
  margin-bottom: 12px;
  padding: 0.5rem 1.5rem;
  position: sticky;
  top: 59px;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .upmViewerSidebarContainer .sideBarActionWrapper {
    top: 56px;
  }
}
.upmViewerSidebarContainer .sideBarActionWrapper .listOfButtons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .upmViewerSidebarContainer .sideBarActionWrapper .listOfButtons {
    white-space: nowrap;
    overflow: auto;
    flex-wrap: inherit;
    justify-content: unset;
  }
  .upmViewerSidebarContainer .sideBarActionWrapper .listOfButtons::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .upmViewerSidebarContainer .sideBarActionWrapper .listOfButtons::-webkit-scrollbar-thumb {
    background: #61B2DE;
    border-radius: 30px;
  }
  .upmViewerSidebarContainer .sideBarActionWrapper .listOfButtons::-webkit-scrollbar-track {
    background: rgb(237, 237, 237);
  }
}
.upmViewerSidebarContainer .sideBarActionWrapper .listOfButtons li {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .upmViewerSidebarContainer .sideBarActionWrapper .listOfButtons li {
    width: auto;
  }
}
.upmViewerSidebarContainer .sideBarActionWrapper ul li {
  margin: 5px;
}
.upmViewerSidebarContainer .sideBarActionWrapper ul li button.filterButton {
  text-align: center;
}
.upmViewerSidebarContainer .sideBarActionWrapper ul li button.filterButton i {
  margin-right: 5px;
  margin: 0;
  padding: 0;
  position: relative;
  top: -2px;
  float: none;
}
.upmViewerSidebarContainer .othersFilterWrapper {
  background-color: #F6F6F6;
  padding: 1.5rem;
  position: sticky !important;
  bottom: 0;
  z-index: 9999;
  border-top: 1px solid #cbd6e2;
}
.upmViewerSidebarContainer .filterFlags a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 1rem;
  padding: 10px;
  border-radius: 4px;
  margin: 5px;
  border: 1px solid transparent;
  width: 100%;
}
.upmViewerSidebarContainer .filterFlags a.active {
  color: #262626 !important;
  background: none;
  border: 1px solid #61B2DE;
  font-weight: 500;
}
.upmViewerSidebarContainer .filterFlags a.active:hover {
  background: none;
}
.upmViewerSidebarContainer .filterFlags a:hover {
  color: #262626;
  background: #F4FBFF;
}
.upmViewerSidebarContainer .filterFlags a i {
  font-size: 24px;
  margin-right: 10px;
}
.upmViewerSidebarContainer .filterFlags a .icon-holder {
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upmViewerSidebarContainer .filterFlags a .icon-holder img {
  width: 60%;
}
.upmViewerSidebarContainer .filterFlags ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.upmViewerSidebarContainer .filterFlags ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .upmViewerSidebarContainer .filterFlags ul li {
    margin: 0 0 0 0;
  }
}
.upmViewerSidebarContainer .filterFlags .privacy-filters-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.upmViewerSidebarContainer .filterFlags .privacy-filters-wrap .privacy-flag {
  width: 80px;
  height: 70px !important;
}
.upmViewerSidebarContainer .filterFlags .privacy-filters-wrap .privacy-flag.semi-public {
  position: relative;
}
.upmViewerSidebarContainer .filterFlags .privacy-filters-wrap .privacy-flag.semi-public img {
  margin-bottom: 10px;
  width: 34px;
}
.upmViewerSidebarContainer .filterFlags .privacy-filters-wrap .privacy-flag i {
  font-size: 2rem !important;
  margin-bottom: 10px;
}
.upmViewerSidebarContainer .filterFlags .privacy-filters-wrap .privacy-flag p {
  font-size: 12px;
  margin: 0;
  color: #262626;
  font-weight: 500;
}
.upmViewerSidebarContainer .filterFlags .privacy-filters-wrap .privacy-flag:hover[data-privacy-status=private] {
  background-color: rgba(223, 99, 101, 0.2);
  border-color: #DF6365;
}
.upmViewerSidebarContainer .filterFlags .privacy-filters-wrap .privacy-flag:hover[data-privacy-status=public] {
  background-color: rgba(85, 181, 172, 0.2);
  border-color: #55B5AC;
}
.upmViewerSidebarContainer .filterFlags .privacy-filters-wrap .privacy-flag:hover[data-privacy-status=semipublic] {
  background-color: rgba(255, 170, 0, 0.2);
  border-color: #FFAA00;
}
.upmViewerSidebarContainer .filterFlags .privacy-filters-wrap .privacy-flag.active[data-privacy-status=private] {
  background-color: rgba(223, 99, 101, 0.2);
  border-color: #DF6365;
}
.upmViewerSidebarContainer .filterFlags .privacy-filters-wrap .privacy-flag.active[data-privacy-status=private] i {
  color: #DF6365;
}
.upmViewerSidebarContainer .filterFlags .privacy-filters-wrap .privacy-flag.active[data-privacy-status=public] {
  background-color: rgba(85, 181, 172, 0.2);
  border-color: #55B5AC;
}
.upmViewerSidebarContainer .filterFlags .privacy-filters-wrap .privacy-flag.active[data-privacy-status=public] i {
  color: #55B5AC;
}
.upmViewerSidebarContainer .filterFlags .privacy-filters-wrap .privacy-flag.active[data-privacy-status=semipublic] {
  background-color: rgba(255, 170, 0, 0.2);
  border-color: #FFAA00;
}
.upmViewerSidebarContainer .filterFlags .privacy-filters-wrap .privacy-flag.active[data-privacy-status=semipublic] i {
  color: #FFAA00;
}
.upmViewerSidebarContainer .filterFlags .privacy-filters-wrap .privacy-flag:active {
  background: #33475B;
  color: #FFFFFF;
}
.upmViewerSidebarContainer .filterFlags .company-files-filters {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.upmViewerSidebarContainer .filterFlags .company-files-filters li button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 42px;
  align-items: center;
  background: none;
}
.upmViewerSidebarContainer .filterFlags .company-files-filters li button i {
  font-size: 22px;
}
.upmViewerSidebarContainer .filterFlags .company-files-filters li button.circle-button:hover {
  background: #F4FBFF;
  border-color: #61B2DE;
}
.upmViewerSidebarContainer .updocFileLocation-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 8rem;
}
@media screen and (max-width: 425px) {
  .upmViewerSidebarContainer .updocFileLocation-container {
    width: 100%;
  }
}
.upmViewerSidebarContainer .portfolio-sidebar-footer {
  background-color: #F6F6F6;
  position: sticky !important;
  bottom: 0;
  padding: 12px 32px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #cbd6e2;
}
.upmViewerSidebarContainer .portfolio-sidebar-footer button {
  width: 100%;
}
.upmViewerSidebarContainer .sidebarModuleContainer {
  padding: 12px 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .upmViewerSidebarContainer .sidebarModuleContainer {
    padding: 12px 20px;
  }
}
.upmViewerSidebarContainer .sidebarModuleContainer .innerBorderWrapper {
  padding: 20px !important;
  margin-bottom: 0 !important;
}
.upmViewerSidebarContainer .sidebarModuleContainer .circle-button[data-user-favorite-file=true] {
  background: #33475B !important;
}
.upmViewerSidebarContainer .sidebarModuleContainer .circle-button[data-user-favorite-file=true] i {
  color: #FFFFFF !important;
}
.upmViewerSidebarContainer .sidebarModuleContainer .circle-button[data-user-favorite-file=true]:hover i {
  color: #FFFFFF !important;
}
.upmViewerSidebarContainer .sidebarModuleContainer .circle-button[data-user-favorite-file=true] .source-icon-svg {
  filter: brightness(0) invert(1);
}
.upmViewerSidebarContainer .sidebarModuleContainer .circle-button[data-user-interest=low] {
  background: #33475B !important;
}
.upmViewerSidebarContainer .sidebarModuleContainer .circle-button[data-user-interest=low] i {
  color: #FFFFFF !important;
}
.upmViewerSidebarContainer .sidebarModuleContainer .circle-button[data-user-interest=low]:hover i {
  color: #FFFFFF !important;
}
.upmViewerSidebarContainer .sidebarModuleContainer .circle-button[data-user-interest=high] {
  background: #33475B !important;
}
.upmViewerSidebarContainer .sidebarModuleContainer .circle-button[data-user-interest=high] i {
  color: #FFFFFF !important;
}
.upmViewerSidebarContainer .sidebarModuleContainer .circle-button[data-user-interest=high]:hover i {
  color: #FFFFFF !important;
}
.upmViewerSidebarContainer .sidebarModuleContainer .sidebarCheckboxWrapper .checkboxComponent .iconCheckboxWrapper {
  border: 1px solid #CDD6E2;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 140px;
  padding: 0 20px;
  margin: 0;
  width: 100%;
}
.upmViewerSidebarContainer .sidebarModuleContainer .sidebarCheckboxWrapper .checkboxComponent .iconCheckboxWrapper p {
  margin: 15px 0 0 0 !important;
  text-align: center;
  line-height: 18px;
  font-size: 12.8px;
}
.upmViewerSidebarContainer .sidebarModuleContainer .sidebarCheckboxWrapper .checkboxComponent .iconCheckboxWrapper:hover {
  background: #F5F8FA;
  border: 1px solid #61B2DE;
}
.upmViewerSidebarContainer .sidebarModuleContainer .sidebarCheckboxWrapper .checkboxComponent[data-checkbox-status=checked] {
  background: #F4FBFF;
}
.upmViewerSidebarContainer .sidebarModuleContainer .sidebarRadiosWrapper .radioButtonComponent {
  margin-bottom: 10px;
}
.upmViewerSidebarContainer .sidebarModuleContainer .sidebarRadiosWrapper .radioButtonComponent .radioButtonIconWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #CDD6E2;
  padding: 15px;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  margin: 0;
  width: 100%;
}
.upmViewerSidebarContainer .sidebarModuleContainer .sidebarRadiosWrapper .radioButtonComponent .radioButtonIconWrapper p {
  margin: 15px 0 0 0 !important;
  text-align: center;
  line-height: 18px;
  font-size: 12.8px;
}
.upmViewerSidebarContainer .sidebarModuleContainer .sidebarRadiosWrapper .radioButtonComponent .radioButtonIconWrapper:hover {
  border: 1px solid #61B2DE;
  background: #F4FBFF;
}
.upmViewerSidebarContainer .sidebarModuleContainer .sidebarRadiosWrapper .radioButtonComponent[data-checkbox-status=checked] {
  background: #F4FBFF;
}
.upmViewerSidebarContainer .sidebarModuleContainer .filterPropertiesWrapper .selectWrapper {
  margin: 24px 0;
}
.upmViewerSidebarContainer .sidebarModuleContainer .filterPropertiesWrapper .filterItem {
  margin-top: 24px;
}
.upmViewerSidebarContainer .sidebarModuleContainer .filterPropertiesWrapper .filterItem select + input {
  padding-left: 36%;
  margin: 0;
}
.upmViewerSidebarContainer .sidebarModuleContainer .filterPropertiesWrapper .filterItem._oneRow, .upmViewerSidebarContainer .sidebarModuleContainer .filterPropertiesWrapper .filterItem ._oneRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 414px) {
  .upmViewerSidebarContainer .sidebarModuleContainer .filterPropertiesWrapper .filterItem._oneRow > div:first-child, .upmViewerSidebarContainer .sidebarModuleContainer .filterPropertiesWrapper .filterItem ._oneRow > div:first-child {
    margin-right: 8px;
  }
}
.upmViewerSidebarContainer .sidebarModuleContainer .filterPropertiesWrapper .filterItem a.numberofTags {
  display: block;
  margin-top: 8px;
  width: 10%;
}
.upmViewerSidebarContainer .sidebarModuleContainer .filterPropertiesWrapper .filterItem a.logsExportLink {
  font-weight: 300;
}
.upmViewerSidebarContainer .sidebarModuleContainer .filterPropertiesWrapper .filterItem a.logsExportLink i {
  font-size: 1.4rem;
  margin-right: 4px;
}
.upmViewerSidebarContainer .sidebarModuleContainer .filterPropertiesWrapper .filterItem p {
  color: #33475B;
  margin-top: 4px;
}
.upmViewerSidebarContainer .sidebarModuleContainer._removePadding {
  padding: 0;
}
.upmViewerSidebarContainer .sidebarModuleContainer label {
  margin-left: 10px;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 12.8px;
  font-weight: 500;
}
.upmViewerSidebarContainer .sidebarModuleContainer .valid-error {
  color: #DF6365;
}
.upmViewerSidebarContainer .sidebarModuleContainer .tickerWrapper {
  align-items: center;
}
.upmViewerSidebarContainer .sidebarModuleContainer .listOfButtons {
  justify-content: center;
}
.upmViewerSidebarContainer .sidebarModuleContainer .listOfButtons .overlapping-text {
  margin: 8px;
}
.upmViewerSidebarContainer .sidebarModuleContainer ul.listOfProperties {
  margin-top: 24px;
}
.upmViewerSidebarContainer .sidebarModuleContainer ul.listOfProperties._centerRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.upmViewerSidebarContainer .sidebarModuleContainer ul.listOfProperties._centerRow li {
  margin-bottom: 0;
}
.upmViewerSidebarContainer .sidebarModuleContainer ul.listOfProperties._doubleColumn {
  column-count: 2;
}
.upmViewerSidebarContainer .sidebarModuleContainer ul.listOfProperties.sharedWith li {
  margin-bottom: 16px;
}
.upmViewerSidebarContainer .sidebarModuleContainer ul.listOfProperties li {
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}
.upmViewerSidebarContainer .sidebarModuleContainer ul.listOfProperties li:last-child {
  margin-bottom: 0;
}
.upmViewerSidebarContainer .sidebarModuleContainer ul.listOfProperties li .privacyFont {
  display: inline-block;
  color: #262626;
  font-size: 1rem;
  font-weight: 500;
  margin-right: 0.75rem;
  text-transform: capitalize;
}
.upmViewerSidebarContainer .sidebarModuleContainer ul.listOfProperties li button {
  margin: 0;
  height: 40px;
}
.upmViewerSidebarContainer .sidebarModuleContainer ul.listOfProperties li > div {
  color: #262626;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
.upmViewerSidebarContainer .sidebarModuleContainer ul.listOfProperties li .labelList {
  color: #262626;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 0;
}
.upmViewerSidebarContainer .sidebarModuleContainer ul.listOfProperties li .labelList label {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}
.upmViewerSidebarContainer .sidebarModuleTitle {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.upmViewerSidebarContainer .sidebarModuleTitle h3 {
  color: #262626;
  font-size: 1.25rem;
  font-weight: 500;
}
.upmViewerSidebarContainer .sidebarModuleTitle.classificationFlex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.upmViewerSidebarContainer .sidebarModuleTitle.classificationFlex h4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-weight: 300;
  text-transform: none;
  font-size: 12px;
}
.upmViewerSidebarContainer .sidebarModuleTitle.classificationFlex h3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.upmViewerSidebarContainer .sidebarModuleTitle a {
  padding: 0 !important;
}
.upmViewerSidebarContainer .sidebarModuleTitle a.active h4 {
  color: #61B2DE;
}
.upmViewerSidebarContainer .sidebarModuleTitle a h4 {
  font-size: 1.25rem;
  color: #33475B;
  font-weight: 300;
}
.upmViewerSidebarContainer .sidebarModuleTitle button {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 12.8px;
  color: white;
  margin-left: 8px;
  background-color: rgba(51, 71, 91, 0.8);
  padding: 4px 8px;
  border-radius: 4px;
}
.upmViewerSidebarContainer .sidebarModuleTitle button:hover {
  transition: all 0.4s ease-in-out;
  background-color: rgb(51, 71, 91);
}
.upmViewerSidebarContainer .sidebarModuleTitle button .classification-header-button {
  font-size: inherit;
  font-weight: 900;
  margin: 0;
  text-align: left;
  width: 115px;
}
@media screen and (min-width: 450px) {
  .upmViewerSidebarContainer .sidebarModuleTitle button .classification-header-button {
    display: inline;
  }
}
.upmViewerSidebarContainer .elasticFlexCell {
  flex-grow: 1;
  flex-shrink: 1;
}
.upmViewerSidebarContainer .fixedFlexCell {
  flex-grow: 0;
  flex-shrink: 0;
}
.upmViewerSidebarContainer .emailWrapper,
.upmViewerSidebarContainer .privacyWrapperPosition {
  position: absolute;
  top: unset;
  right: 0;
  bottom: -3px;
  left: unset;
}
.upmViewerSidebarContainer .privacyWrapper .flexRow, .upmViewerSidebarContainer .privacyWrapper .tableFundView .fundAdditionalInformation, .tableFundView .upmViewerSidebarContainer .privacyWrapper .fundAdditionalInformation, .upmViewerSidebarContainer .privacyWrapper .tableFundView .fundBasicInformation, .tableFundView .upmViewerSidebarContainer .privacyWrapper .fundBasicInformation,
.upmViewerSidebarContainer .emailWrapper .flexRow,
.upmViewerSidebarContainer .emailWrapper .tableFundView .fundAdditionalInformation,
.tableFundView .upmViewerSidebarContainer .emailWrapper .fundAdditionalInformation,
.upmViewerSidebarContainer .emailWrapper .tableFundView .fundBasicInformation,
.tableFundView .upmViewerSidebarContainer .emailWrapper .fundBasicInformation {
  align-items: center;
}
.upmViewerSidebarContainer .privacyWrapper label,
.upmViewerSidebarContainer .emailWrapper label {
  display: block;
  font-size: 8px;
  line-height: 1.5;
  padding-right: 6px;
}
.upmViewerSidebarContainer .privacyWrapper button,
.upmViewerSidebarContainer .emailWrapper button {
  border: 1px solid rgba(204, 204, 204, 0.5);
  height: 26px !important;
  line-height: 24px !important;
  padding-right: 0;
  width: auto;
}
.upmViewerSidebarContainer .privacyWrapper button i,
.upmViewerSidebarContainer .emailWrapper button i {
  font-size: 24px !important;
}
.upmViewerSidebarContainer .privacyWrapper button.memo-contributor-email-icon,
.upmViewerSidebarContainer .emailWrapper button.memo-contributor-email-icon {
  background-color: transparent;
  border: none;
}
.upmViewerSidebarContainer .filePrivacy button i {
  float: none;
}
.upmViewerSidebarContainer .filePrivacy .privacyIcon {
  display: none;
  font-size: 12px;
}
.upmViewerSidebarContainer .filePrivacy[data-memo-privacy-status=private] {
  color: #DF6365;
}
.upmViewerSidebarContainer .filePrivacy[data-memo-privacy-status=private] .privateIcon {
  display: block;
}
.upmViewerSidebarContainer .filePrivacy[data-memo-privacy-status=semipublic] {
  color: #FFAA00;
}
.upmViewerSidebarContainer .filePrivacy[data-memo-privacy-status=semipublic] .semipublicIcon {
  display: block;
}
.upmViewerSidebarContainer .filePrivacy[data-memo-privacy-status=public] {
  color: #55B5AC;
}
.upmViewerSidebarContainer .filePrivacy[data-memo-privacy-status=public] .publicIcon {
  display: block;
}
.upmViewerSidebarContainer .library-filter-sidebar-sticky-container {
  background: #eaeff4;
  border-bottom: 1px solid #cbd6e2;
}
.upmViewerSidebarContainer .library-filter-sidebar-sticky-button-reset {
  border: 1px solid #61B2DE;
  color: #61B2DE;
  background: transparent;
}
.upmViewerSidebarContainer .library-filter-sidebar-sticky-button-reset i {
  color: #61B2DE;
}
.upmViewerSidebarContainer .library-filter-sidebar-sticky-button-reset:hover {
  background-color: rgba(97, 178, 222, 0.2);
}
.upmViewerSidebarContainer .library-filter-sidebar-sticky-button-delete {
  border: 1px solid #DF6365;
  color: #DF6365;
  background: transparent;
}
.upmViewerSidebarContainer .library-filter-sidebar-sticky-button-delete i {
  color: #DF6365;
}
.upmViewerSidebarContainer .library-filter-sidebar-sticky-button-delete:hover {
  background-color: rgba(223, 99, 101, 0.2);
}
.upmViewerSidebarContainer .library-filter-sidebar-sticky-button {
  width: 31% !important;
}
.upmViewerSidebarContainer .library-filter-sidebar-sticky-button button {
  font-size: 0.9rem;
}
.upmViewerSidebarContainer .library-filter-sidebar-sticky-button button i {
  font-size: 1.2rem;
  margin-right: 6px;
}
.upmViewerSidebarContainer .empty-state {
  color: #262626 !important;
}
.upmViewerSidebarContainer .empty-state .material-icons {
  font-size: 20px !important;
  padding: 4px;
  border-radius: 6px;
  border: 6px solid #EEEEEE;
}
.upmViewerSidebarContainer .empty-state a {
  color: #61B2DE !important;
  font-size: 0.8rem !important;
  opacity: 1;
}
.upmViewerSidebarContainer .empty-state h4 {
  font-size: 0.8rem !important;
  font-weight: 700;
}
.upmViewerSidebarContainer table {
  margin-top: 16px;
}
.upmViewerSidebarContainer table thead tr td {
  font-weight: 700;
  padding: 8px;
  color: #666666;
}
.upmViewerSidebarContainer table tbody tr td {
  font-size: 1rem;
  padding: 0.45rem 8px;
  font-weight: 300;
}
.upmViewerSidebarContainer table tbody tr td.fixedTableCell {
  width: 10px;
}
.upmViewerSidebarContainer table tbody tr td a span {
  font-weight: 300;
}
.upmViewerSidebarContainer table tbody tr td a span i {
  font-size: 22px;
  margin-right: 8px;
}
.upmViewerSidebarContainer .listOfClassifications, .upmViewerSidebarContainer .listOfTags, .upmViewerSidebarContainer .listOfDropdowns, .upmViewerSidebarContainer .listOfConcepts ul, .listOfConcepts .upmViewerSidebarContainer ul {
  margin-top: 16px;
}
.upmViewerSidebarContainer .listOfTags,
.upmViewerSidebarContainer .listOfConcepts {
  margin-bottom: 6px;
}
.upmViewerSidebarContainer .listOfTags .tagTypeIcon,
.upmViewerSidebarContainer .listOfConcepts .tagTypeIcon {
  position: absolute;
  width: 20px;
  font-size: 20px;
  margin-left: 8px;
}
.upmViewerSidebarContainer .listOfTags a,
.upmViewerSidebarContainer .listOfConcepts a {
  padding: 0.5rem 1rem 0.5rem 1rem;
}
.upmViewerSidebarContainer .listOfTags p,
.upmViewerSidebarContainer .listOfConcepts p {
  color: #33475B;
}
.upmViewerSidebarContainer .listOfTags button, .upmViewerSidebarContainer .listOfTags a,
.upmViewerSidebarContainer .listOfConcepts button,
.upmViewerSidebarContainer .listOfConcepts a {
  color: #262626;
  font-size: 1rem;
}
.upmViewerSidebarContainer .listOfTags button.localFundandProductTags, .upmViewerSidebarContainer .listOfTags a.localFundandProductTags,
.upmViewerSidebarContainer .listOfConcepts button.localFundandProductTags,
.upmViewerSidebarContainer .listOfConcepts a.localFundandProductTags {
  padding: 0.45rem 0.8rem !important;
}
.upmViewerSidebarContainer .listOfTags button .removeTag,
.upmViewerSidebarContainer .listOfTags button .remove--from--queries, .upmViewerSidebarContainer .listOfTags a .removeTag,
.upmViewerSidebarContainer .listOfTags a .remove--from--queries,
.upmViewerSidebarContainer .listOfConcepts button .removeTag,
.upmViewerSidebarContainer .listOfConcepts button .remove--from--queries,
.upmViewerSidebarContainer .listOfConcepts a .removeTag,
.upmViewerSidebarContainer .listOfConcepts a .remove--from--queries {
  margin-left: 8px;
}
.upmViewerSidebarContainer .listOfTags button .removeTag.remove-query,
.upmViewerSidebarContainer .listOfTags button .remove--from--queries.remove-query, .upmViewerSidebarContainer .listOfTags a .removeTag.remove-query,
.upmViewerSidebarContainer .listOfTags a .remove--from--queries.remove-query,
.upmViewerSidebarContainer .listOfConcepts button .removeTag.remove-query,
.upmViewerSidebarContainer .listOfConcepts button .remove--from--queries.remove-query,
.upmViewerSidebarContainer .listOfConcepts a .removeTag.remove-query,
.upmViewerSidebarContainer .listOfConcepts a .remove--from--queries.remove-query {
  cursor: pointer;
}
.upmViewerSidebarContainer .listOfTags button .removeTag i,
.upmViewerSidebarContainer .listOfTags button .remove--from--queries i, .upmViewerSidebarContainer .listOfTags a .removeTag i,
.upmViewerSidebarContainer .listOfTags a .remove--from--queries i,
.upmViewerSidebarContainer .listOfConcepts button .removeTag i,
.upmViewerSidebarContainer .listOfConcepts button .remove--from--queries i,
.upmViewerSidebarContainer .listOfConcepts a .removeTag i,
.upmViewerSidebarContainer .listOfConcepts a .remove--from--queries i {
  font-size: 1.3rem;
  margin: 0;
}
.upmViewerSidebarContainer .listOfTags button .removeTag, .upmViewerSidebarContainer .listOfTags a .removeTag,
.upmViewerSidebarContainer .listOfConcepts button .removeTag,
.upmViewerSidebarContainer .listOfConcepts a .removeTag {
  cursor: pointer;
  margin-right: 10px;
  margin-top: 2px;
}
.upmViewerSidebarContainer .listOfTags .hasNoTags-text,
.upmViewerSidebarContainer .listOfConcepts .hasNoTags-text {
  background-color: #F5F8FA;
  border: 1px solid #61B2DE;
  border-radius: 4px;
  color: #999999;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 300;
  height: 44.6px;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  width: fit-content;
}
.upmViewerSidebarContainer [data-tooltip-text] .upmTooltip {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 9px;
  padding-top: 8px;
}
.upmViewerSidebarContainer .tabs {
  margin-top: -20px;
  margin-bottom: -20px;
}
.upmViewerSidebarContainer .tabs .tab-title a {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 900;
  opacity: 0.75;
  text-transform: capitalize;
}
.upmViewerSidebarContainer .tabs .tab-title.active {
  border-color: #FFFFFF;
}
.upmViewerSidebarContainer .tabs .tab-title.active a {
  opacity: 1;
}
.upmViewerSidebarContainer .inputWrapper div {
  position: relative;
}
.upmViewerSidebarContainer .inputWrapper button {
  margin-left: 8px;
  background-color: #eAeff4 !important;
  border-radius: 5px;
  padding: 5px;
}
.upmViewerSidebarContainer .inputWrapper button i {
  color: #A8AAA9 !important;
  font-size: 2.15rem;
}
.upmViewerSidebarContainer .inputWrapper button:hover {
  background-color: #61B2DE !important;
}
.upmViewerSidebarContainer .inputWrapper button:hover i {
  color: #FFFFFF !important;
}
.upmViewerSidebarContainer .sidebarAddButton {
  top: 22px;
  right: 27px;
}
.upmViewerSidebarContainer .filterItem__inputWrapper {
  flex: 1;
}
.upmViewerSidebarContainer._SearchSettingsBGColor {
  background-color: #FFFFFF;
}

@-moz-document url-prefix() {
  .wrapper {
    background: #f5f5f5 url("/images/arrow_down.png") right center no-repeat;
    padding-right: 20px;
  }
}
@-moz-document url-prefix() {
  .upmViewerSidebarContainer .sideBarActionWrapper ul li button i {
    float: none;
    margin: 0 6px 0 0;
  }
}
.fileIframeContainer .fileIframe {
  padding-left: 80px;
}

#wacframe {
  padding-left: 80px;
}

@media only screen and (max-width: 1450px) {
  .fileIframeContainer .fileIframe {
    padding-left: 0;
  }
  #wacframe {
    padding-left: 0;
  }
}
@media only screen and (max-width: 425px) {
  .updocSidebarPrivacy-button {
    width: 100% !important;
  }
}
.tag-filter-button {
  margin: 0 !important;
}
.tag-filter-button a {
  margin: 5px 0 !important;
}

.show-more-tags-link {
  font-size: 12px;
}

.sidebarMiniTags-list {
  margin-top: 10px !important;
}

.sidebar-mini-tag {
  border: 1px solid #61B2DE;
  border-radius: 4px !important;
  color: #262626 !important;
  font-size: 0.8rem !important;
  display: flex !important;
  align-items: center !important;
  font-weight: 300 !important;
  margin: 0 !important;
  padding: 0.2rem 0.4rem !important;
  line-height: 1.5rem !important;
}
.sidebar-mini-tag .remove-query {
  position: unset !important;
  margin: 0 0 0 4px !important;
  font-size: unset !important;
}
.sidebar-mini-tag .remove-query i {
  font-size: 1rem !important;
}

.system-tags-section {
  padding-bottom: 0px !important;
  padding-top: 18px !important;
}

html, body, .grid-container {
  height: 100%;
  margin: 0;
}

.pageModuleLogin,
.pageModuleregister,
.pageModuleError {
  height: 100%;
  display: none;
}

.pageModules {
  height: 100%;
}
.pageModules[data-page-module=login] .pageModuleLogin {
  display: block;
}
.pageModules[data-page-module=register] .pageModuleregister {
  display: block;
}
.pageModules[data-page-module=error] .pageModuleError {
  display: block;
}

.tosChekbox .fa {
  display: none;
}
.tosChekbox[data-check-status=true] .fa-check-square-o {
  display: inline-block;
}
.tosChekbox[data-check-status=false] .fa-square-o {
  display: inline-block;
}

[data-forgot-password-module] {
  display: none;
}

[data-forgot-password-status=default] [data-forgot-password-module=default] {
  display: block;
}

[data-forgot-password-status=sendingEmail] [data-forgot-password-module=sendingEmail] {
  display: block;
}

[data-forgot-password-status=emailSend] [data-forgot-password-module=emailSend] {
  display: block;
}

[data-forgot-password-status=emailError] [data-forgot-password-module=emailError] {
  display: block;
}

.inputStatusContainer .fa {
  display: none;
}

[data-input-status=none] .fa-check,
[data-input-status=notValid] .fa-check {
  display: inline-block;
  color: #EEEEEE;
}

[data-input-status=valid] .fa-check {
  display: inline-block;
  color: #09B79E;
}

[data-ticker-status=notAvailable] .fa-check {
  display: inline-block;
  color: #EEEEEE;
}

[data-ticker-status=available] .fa-check {
  display: inline-block;
  color: #09B79E;
}

[data-registration-module] {
  display: none;
}

[data-registration-status=default] [data-registration-module=default] {
  display: block;
}

[data-registration-status=processing] [data-registration-module=processing] {
  display: block;
}

[data-registration-status=error] [data-registration-module=error] {
  display: block;
}

.expressPageContainer .appMainScrollBody {
  top: 0;
  bottom: 0;
}

.pageHeaderContainer {
  background-color: #0A5AAD;
  padding: 0.75rem 0;
}
.pageHeaderContainer .pageHeader {
  max-width: 540px;
  margin: 0 auto;
  padding: 0 3rem;
}
.pageHeaderContainer .logoLabel,
.pageHeaderContainer .welcomeLabel {
  color: #FFFFFF;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 1.2;
  margin: 0.75rem 0;
}
.pageHeaderContainer .logoLabel img,
.pageHeaderContainer .welcomeLabel img {
  display: inline-block;
  height: 3.75rem;
  margin-right: 0.3rem;
  margin-top: -22px;
}
.pageHeaderContainer .logoLabel span,
.pageHeaderContainer .welcomeLabel span {
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  .pageHeaderContainer .logoLabel,
  .pageHeaderContainer .welcomeLabel {
    font-size: 1.3125rem;
  }
  .pageHeaderContainer .logoLabel img,
  .pageHeaderContainer .welcomeLabel img {
    height: 3.125rem;
  }
}
.pageHeaderContainer .logoLabel {
  margin-bottom: 0;
}
.pageHeaderContainer .logoLabel a {
  text-decoration: none;
  display: inline-block;
  border: 0;
}
.pageHeaderContainer .logoLabel span {
  margin-top: 3px;
}
.pageHeaderContainer .sharedBy {
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1;
}
.pageHeaderContainer .sharedBy a {
  color: #FFFFFF;
  font-weight: 700;
}

.pageContainer {
  max-width: 540px;
  margin: 0 auto;
  padding: 0 3rem;
}

.expressPage {
  margin: 0 auto;
}
.expressPage a {
  font-weight: 700;
}
.expressPage .headerPage {
  margin: 3rem 0 1.5rem 0;
}
@media only screen and (min-width:64.063em) {
  .expressPage .headerPage {
    margin: 6rem 0 3rem 0;
  }
}
.expressPage .logoButton {
  background-color: transparent;
  height: 3rem;
  margin: 0;
  padding: 0;
  position: relative;
  width: 3rem;
}
@media only screen and (min-width:64.063em) {
  .expressPage .logoButton {
    margin-left: -3rem;
  }
}
.expressPage .messageContentContainer {
  background-color: #FAFAFA;
  padding: 3rem 0;
}
@media only screen and (max-width: 40em) {
  .expressPage .messageContentContainer {
    padding: 1.5rem 0;
  }
}
.expressPage .messageContent {
  font-size: 1.125rem;
}
.expressPage .messageContent a {
  font-weight: 700;
}
.expressPage .messageContent p {
  margin: 0;
}
.expressPage .messageContent .userEmailId span {
  font-weight: 700;
  display: inline-block;
}
.expressPage .messageContent .userEmailId strong {
  font-weight: 900;
}
@media only screen and (min-width:40.063em) {
  .expressPage .messageContent .userEmailId {
    font-size: 1.3125rem;
  }
}
.expressPage .messageContent.errorContent {
  font-size: 1.3125rem;
}
.expressPage .messageContent.errorContent .errorIcon {
  color: #f04124;
  display: block;
  font-size: 3rem;
  margin-bottom: 0.75rem;
}
.expressPage .thumbnailImage {
  height: 400px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .expressPage .thumbnailImage {
    display: none;
  }
}
.expressPage .thumbnailImage img {
  border: 1px solid #212121;
  display: block;
  height: 100%;
  margin: 0 auto;
  width: auto;
}
.expressPage .formContainer input, .expressPage .formContainer label, .expressPage .formContainer .readOnlyData {
  font-size: 1.125rem;
  font-weight: 500;
  height: auto;
  padding: 0.375rem 0;
}
.expressPage .formContainer .errorMessage {
  color: #f04124;
}
.expressPage .formContainer .readOnlyData {
  border-bottom: 1px solid #EFEFEF;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.expressPage .formContainer ul li {
  margin-bottom: 0.75rem;
  position: relative;
}
.expressPage .formContainer input {
  margin: 0;
}
.expressPage .formContainer label {
  text-transform: uppercase;
  font-size: 0.75rem;
}
.expressPage .formContainer label:hover {
  cursor: default;
}
.expressPage .formContainer .tosChekboxContainer:before, .expressPage .formContainer .tosChekboxContainer:after {
  content: " ";
  display: table;
}
.expressPage .formContainer .tosChekboxContainer:after {
  clear: both;
}
.expressPage .formContainer .tosChekboxContainer .tosChekbox {
  float: left;
  font-size: 3rem;
  margin-right: 0.75rem;
  margin-top: -6px;
  width: 41px;
}
@media only screen and (min-width:64.063em) {
  .expressPage .formContainer .tosChekboxContainer .tosChekbox:hover {
    cursor: pointer;
    color: #61B2DE;
  }
}
@media only screen and (max-width: 40em) {
  .expressPage .formContainer .tosChekboxContainer p {
    font-size: 0.75rem;
  }
}
.expressPage .pageActionsConatiner {
  text-align: center;
}
.expressPage .pageActionsConatiner ul {
  margin: 0;
}
.expressPage .pageActionsConatiner .button, .expressPage .pageActionsConatiner .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .expressPage .pageActionsConatiner button, .expressPage .pageActionsConatiner .buttonAction {
  padding-left: 3rem;
  padding-right: 3rem;
}

.invitation-page__button-wrapper button {
  height: 35px;
}
@media screen and (min-width: 768px) {
  .invitation-page__button-wrapper button {
    height: 40px;
  }
}

.invitation-page__label-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 5px;
}
.invitation-page__label-wrapper > * {
  width: auto;
}

.inputStatusContainer {
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  font-size: 1.5rem;
  transition: all 0.25s ease-in-out;
}
.inputStatusContainer[data-input-status=none] .fa-check, .inputStatusContainer[data-input-status=notValid] .fa-check {
  color: #EEEEEE;
}
.inputStatusContainer[data-input-status=valid] .fa-check {
  color: #09B79E;
}
.inputStatusContainer .validatorIcon {
  transition: all 0.25s ease-in-out;
  display: inline-block;
  text-align: center;
  width: 2rem;
}
.inputStatusContainer .inputStatusMessage {
  transition: all 0.25s linear;
  color: #FFFFFF;
  display: block;
  font-size: 0.75rem;
  line-height: 1.2;
  max-width: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 100%;
  top: 0;
  white-space: nowrap;
}
.inputStatusContainer:hover {
  background-color: #212121;
}
.inputStatusContainer:hover .inputStatusMessage {
  background-color: #212121;
  max-width: 360px;
  padding: 5px 10px;
}

.registrationModuleStatus {
  margin: 1.5rem;
  text-align: center;
}
.registrationModuleStatus[data-registration-module=processing] .panelIcon {
  color: #61B2DE;
}
.registrationModuleStatus[data-registration-module=error] .panelIcon {
  color: #f04124;
}

.tosDialog {
  transition: all 0.75s ease-in-out;
  background-color: #FFFFFF;
  border-top: 5px solid #61B2DE;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  height: 100%;
  position: fixed;
  left: -110%;
  top: 0;
  width: 100%;
  z-index: 3000;
}
.tosDialog.show {
  left: 0;
}
.tosDialog .expressDialogContent img {
  display: block;
  height: 180px;
  margin: 3rem auto;
}
.tosDialog .tosDialogCloseButton {
  background-color: #FFFFFF;
  border: 1px solid #61B2DE;
  color: #61B2DE;
  font-size: 0.6875rem;
  margin: 0;
  position: absolute;
  right: 22px;
  top: 0.75rem;
  text-transform: uppercase;
  z-index: 10010;
}
.tosDialog .tosDialogCloseButton:active {
  color: #FFFFFF;
}
.tosDialog .tosContainer,
.tosDialog .policyContainer {
  max-width: 725px;
  margin: 0 auto;
  padding: 1.5rem 3rem;
}
.tosDialog .tosContainer .upmLogo-big,
.tosDialog .policyContainer .upmLogo-big {
  display: block;
  margin: 4.5rem auto;
  max-width: 250px;
}
@media only screen and (max-width: 40em) {
  .tosDialog .tosContainer .upmLogo-big,
  .tosDialog .policyContainer .upmLogo-big {
    max-width: 200px;
  }
}
.tosDialog .tosContainer h1, .tosDialog .tosContainer .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .tosDialog .tosContainer select,
.tosDialog .policyContainer h1,
.tosDialog .policyContainer .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select,
.upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .tosDialog .policyContainer select {
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  padding: 0;
}
.tosDialog .tosContainer h2,
.tosDialog .policyContainer h2 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.tosDialog[data-dialog-content-load=privacy] .tosContainer {
  display: none;
}
.tosDialog[data-dialog-content-load=privacy] .policyContainer {
  display: block;
}
.tosDialog[data-dialog-content-load=terms] .tosContainer {
  display: block;
}
.tosDialog[data-dialog-content-load=terms] .policyContainer {
  display: none;
}

.default-button {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.default-button._new-primary-color {
  background-color: #61B2DE;
  color: #FFFFFF;
}
.default-button._new-primary-color:hover {
  background: #7fc0e4;
}
.default-button._new-primary-color:active {
  background: #4ca8da;
}
.default-button._new-primary-color a {
  color: #FFFFFF;
  font-size: 1rem;
}

.grid-container {
  display: grid;
  grid-template-columns: 0.91fr 1fr 1fr;
  grid-template-rows: 0.7fr 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas: "Picture-with-logo-and-illustration register-and-sign-in-wrapper register-and-sign-in-wrapper" "Picture-with-logo-and-illustration register-and-sign-in-wrapper register-and-sign-in-wrapper" "Picture-with-logo-and-illustration register-and-sign-in-wrapper register-and-sign-in-wrapper";
}
@media screen and (min-width: 1440px) {
  .grid-container {
    grid-template-columns: 450px 1fr 1fr;
  }
}
@media screen and (max-width: 834px) {
  .grid-container {
    grid-template-columns: 0fr 1fr 1fr;
  }
}

.Picture-with-logo-and-illustration {
  grid-area: Picture-with-logo-and-illustration;
  background-color: #262626;
}
.Picture-with-logo-and-illustration svg {
  width: 100%;
  height: 100%;
}
.Picture-with-logo-and-illustration svg ellipse {
  fill: none;
  stroke: #E3E3E3;
  stroke-width: 0.03rem;
}
.Picture-with-logo-and-illustration svg ellipse.first {
  cx: 321px;
  rx: 215px;
  ry: 700px;
  cy: 520px;
  transform: rotate(17deg);
}
.Picture-with-logo-and-illustration svg ellipse.second {
  cx: 200px;
  rx: 235px;
  ry: 700px;
  cy: 570px;
  transform: rotate(16deg);
}
.Picture-with-logo-and-illustration svg ellipse.third {
  cx: 225px;
  rx: 165px;
  ry: 580px;
  cy: 500px;
  transform: rotate(33deg);
}
@media screen and (max-width: 834px) {
  .Picture-with-logo-and-illustration {
    display: none;
  }
}

.register-and-sign-in-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 0.2fr 1fr 1fr;
  gap: 0px 0px;
  grid-area: register-and-sign-in-wrapper;
}

.Already-a-member-sign-in {
  grid-area: 1/4/2/1;
}
.Already-a-member-sign-in__container {
  text-align: right;
  padding: 2rem;
}
.Already-a-member-sign-in__container p {
  font-size: 1.14rem;
  margin-right: 1rem;
  color: #33475B;
  display: inline;
}
@media screen and (max-width: 414px) {
  .Already-a-member-sign-in__container p {
    font-size: 1rem;
  }
}
.Already-a-member-sign-in__container button {
  margin: 0;
}
.Already-a-member-sign-in__popup {
  display: none;
  position: absolute;
  width: 20rem;
  height: auto;
  right: 2.5rem;
  top: 5.625rem;
  padding: 1.25rem 2rem;
  border: 1px solid rgba(97, 178, 222, 0.6);
  border-radius: 1rem;
  box-shadow: 10px 10px 10px rgba(46, 54, 68, 0.1);
  background: rgba(230, 245, 255, 0.3);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-clip: padding-box;
  z-index: 9999;
}
@media screen and (max-width: 375px) {
  .Already-a-member-sign-in__popup {
    right: 1.8rem;
    top: 7rem;
  }
}
.Already-a-member-sign-in__popup[data-show-popup-signin=true] {
  display: block;
}
.Already-a-member-sign-in__popup .formContainer button.close-button {
  margin: 0 0 0 auto;
}
.Already-a-member-sign-in__popup .formContainer ul li:first-child {
  margin: 0 0 1rem 0;
}

.form {
  display: grid;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas: ". elements ." ". elements .";
  grid-area: 2/1/4/4;
}
@media screen and (min-width: 1440px) {
  .form {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.logo {
  grid-area: 2/1/3/2;
  text-align: center;
}
.logo h2 {
  margin: 2.14rem 0;
}
.logo p {
  line-height: 1.4;
  font-size: 1.14rem;
  padding: 0 4rem;
}
.logo p.gradient-txt {
  background-color: #3BB4E4;
  background-image: linear-gradient(98.96deg, #3BB4E4 43.19%, #69DC7D 96.67%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
@media screen and (max-width: 834px) {
  .logo {
    display: none;
  }
}
.logo.show {
  display: block;
}

.logo-for-smaller-screen-container {
  display: block;
  text-align: center;
}
.logo-for-smaller-screen-container .upmonth-logo {
  width: 25%;
  filter: invert(78%) sepia(43%) saturate(100%) hue-rotate(210deg) brightness(91%) contrast(98%);
}
.logo-for-smaller-screen-container h2 {
  margin: 1rem 0;
}
.logo-for-smaller-screen-container p {
  line-height: 1.1;
  font-size: 0.85rem;
  padding: 0 1rem;
}
.logo-for-smaller-screen-container p.gradient-txt {
  background-color: #3BB4E4;
  background-image: linear-gradient(98.96deg, #3BB4E4 43.19%, #69DC7D 96.67%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
@media screen and (min-width: 835px) {
  .logo-for-smaller-screen-container {
    display: none;
  }
}

.elements {
  grid-area: elements;
}
@media screen and (min-width: 1024px) {
  .elements {
    width: 31.25rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 425px) {
  .elements {
    width: 18.75rem;
  }
}

.password-visibility-icon {
  position: absolute;
  right: 0;
  top: 32px;
  font-size: 1.65rem;
  cursor: pointer;
  padding: 0.45rem 0.8rem;
  border-left: 1px solid #cbd6e2;
}

.password-input-suggested-key-with-icon {
  padding-right: 4.4rem !important;
}

.breakText, .landingPage .fileName, .landingPage .fileType {
  word-break: break-all;
  word-wrap: break-word;
}

.button.shallow, .editCreateMemoPage .pageOptionsContainer ul li button.shallow, .shallow.buttonAction {
  border: 2px solid #61B2DE;
  background-color: #FFFFFF;
  color: #61B2DE;
}
.button.test--register--button .spiner, .editCreateMemoPage .pageOptionsContainer ul li button.test--register--button .spiner, .test--register--button.buttonAction .spiner {
  display: none;
  text-align: center;
}
.button.test--register--button.spin .default, .editCreateMemoPage .pageOptionsContainer ul li button.test--register--button.spin .default, .test--register--button.spin.buttonAction .default {
  display: none;
}
.button.test--register--button.spin .spiner, .editCreateMemoPage .pageOptionsContainer ul li button.test--register--button.spin .spiner, .test--register--button.spin.buttonAction .spiner {
  display: block;
}

.registrationSteps {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.registrationSteps li {
  background-color: #EEEEEE;
  height: 5px;
  margin-right: 5px;
}
.registrationSteps li.finished, .registrationSteps li.active {
  background-color: #61B2DE;
}
.registrationSteps li:last-child {
  margin-right: 0;
}

[data-active-register-step] [data-register-step] {
  display: none;
}
[data-active-register-step] [data-register-step].show {
  display: block;
}

.landingPage {
  height: 100%;
}
.landingPage .noErrorMsg {
  display: none;
}
.landingPage .default {
  display: block;
}
.landingPage .loggedIn {
  display: none;
}
.landingPage[data-user-is-log-in=true] .default {
  display: none;
}
.landingPage[data-user-is-log-in=true] .loggedIn {
  display: block;
}
.landingPage .isNotShared,
.landingPage .isShared {
  display: none;
}
.landingPage[data-document-status=false] .isNotShared {
  display: block;
}
.landingPage[data-document-status=false] .ownerActions {
  display: none;
}
.landingPage[data-document-status=true] .isShared {
  display: block;
}
.landingPage[data-document-status=true] .ownerActions {
  display: none;
}
.landingPage .shareMessage {
  color: #777777;
  font-size: 14px;
  line-height: 2.25rem;
}
.landingPage .shareMessage i {
  font-size: 18px;
}

.s2u-a .landingPageHeader {
  background-color: #178D15 !important;
}
.s2u-a .button, .s2u-a .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .s2u-a button, .s2u-a .buttonAction {
  background-color: #178D15 !important;
}
.s2u-a .button.secondary, .s2u-a .editCreateMemoPage .pageOptionsContainer ul li button.secondary, .editCreateMemoPage .pageOptionsContainer ul li .s2u-a button.secondary, .s2u-a .secondary.buttonAction {
  background-color: #e7e7e7 !important;
}

.u2u-a .landingPageHeader {
  background-color: #64BBE2 !important;
}
.u2u-a .button, .u2u-a .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .u2u-a button, .u2u-a .buttonAction {
  background-color: #64BBE2 !important;
}
.u2u-a .button.secondary, .u2u-a .editCreateMemoPage .pageOptionsContainer ul li button.secondary, .editCreateMemoPage .pageOptionsContainer ul li .u2u-a button.secondary, .u2u-a .secondary.buttonAction {
  background-color: #e7e7e7 !important;
}

.landingPageBody {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.landingPageBody section {
  height: 100%;
}
.landingPageBody .appMainScrollBody {
  z-index: 1500 !important;
  padding: 0;
}
.landingPageBody .errorContent {
  display: none;
}
.landingPageBody .defaultContent {
  display: block;
}
.landingPageBody [data-errorpage-status=error] .errorContent {
  display: block;
}
.landingPageBody [data-errorpage-status=error] .defaultContent {
  display: none;
}

.user-registration-page {
  height: 100%;
}
.user-registration-page .landingPageContainer {
  padding: 25px 40px;
}
.user-registration-page .formContainer {
  margin: 0;
}
.user-registration-page .formContainer h2 {
  font-size: 1.71rem;
  font-weight: 700;
}

.landingPageContainer {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin: 0 auto;
  max-width: 600px;
  padding: 0 40px;
}
.landingPageContainer._login-in h2 {
  padding: 30px 0;
}
.landingPageContainer .flexRow, .landingPageContainer .tableFundView .fundAdditionalInformation, .tableFundView .landingPageContainer .fundAdditionalInformation, .landingPageContainer .tableFundView .fundBasicInformation, .tableFundView .landingPageContainer .fundBasicInformation {
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}
.landingPageContainer .flexRow .flexItem, .landingPageContainer .tableFundView .fundAdditionalInformation .flexItem, .tableFundView .landingPageContainer .fundAdditionalInformation .flexItem, .landingPageContainer .tableFundView .fundBasicInformation .flexItem, .tableFundView .landingPageContainer .fundBasicInformation .flexItem {
  padding: 0;
}
.landingPageContainer .flexRow .fluidItem, .landingPageContainer .tableFundView .fundAdditionalInformation .fluidItem, .tableFundView .landingPageContainer .fundAdditionalInformation .fluidItem, .landingPageContainer .tableFundView .fundBasicInformation .fluidItem, .tableFundView .landingPageContainer .fundBasicInformation .fluidItem {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 0.5625rem;
}
.landingPageContainer .flexRow .fluidItem > div, .landingPageContainer .tableFundView .fundAdditionalInformation .fluidItem > div, .tableFundView .landingPageContainer .fundAdditionalInformation .fluidItem > div, .landingPageContainer .tableFundView .fundBasicInformation .fluidItem > div, .tableFundView .landingPageContainer .fundBasicInformation .fluidItem > div {
  padding: 0;
}

.pdfFile,
.nonPdfFile {
  display: none;
}

[data-file-has-thumbnail=true] .pdfFile {
  display: block !important;
}

[data-file-has-thumbnail=false] .nonPdfFile {
  display: block !important;
}

.landingPageHeader {
  background-color: #61B2DE;
  padding: 1.125rem 0;
}
.landingPageHeader .headerTable {
  background: none;
  border-collapse: collapse;
  margin: 0;
}
.landingPageHeader .headerTable tr {
  background: none;
  border: none;
}
.landingPageHeader .headerTable tr td {
  border: none;
  padding: 0;
}
.landingPageHeader a {
  border-bottom: 0;
}
.landingPageHeader a:hover {
  border-bottom: 0;
}
.landingPageHeader .headerTitle,
.landingPageHeader .subTitle {
  flex-grow: 1;
  flex-shrink: 1;
  background: none;
  color: #FFFFFF;
  font-size: 1.6875rem;
  line-height: 2.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.landingPageHeader .headerTitle > div,
.landingPageHeader .subTitle > div {
  width: 99.9%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.landingPageHeader .registrationProgress {
  color: #FFFFFF;
  font-weight: 700;
  text-align: right;
}
.landingPageHeader .sharedBy {
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding-top: 0.5625rem !important;
}
.landingPageHeader .sharedBy a {
  color: #FFFFFF;
  font-weight: 700;
}
.landingPageHeader .headerTitle {
  text-transform: uppercase;
  padding-right: 15px !important;
}
.landingPageHeader .headerTitle > div {
  line-height: 1.1;
}
.landingPageHeader .subTitle {
  padding-top: 0.5625rem !important;
}
.landingPageHeader .upmLogo {
  flex-grow: 0;
  flex-shrink: 0;
}
.landingPageHeader .upmLogo > div {
  padding-right: 15px;
}
.landingPageHeader .upmTextLogo {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
  width: 83px;
}
@media screen and (max-width: 600px) {
  .landingPageHeader .upmLogo {
    display: none;
  }
  .landingPageHeader .upmTextLogo {
    display: none;
  }
  .landingPageHeader .headerTitle,
  .landingPageHeader .subTitle {
    font-size: 1.3125rem;
  }
}

.landingPageContext {
  background-color: #FAFAFA;
}
.landingPageContext .contextDetails {
  color: #777777;
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding: 1.125rem 0 0 0;
}
.landingPageContext .contextContent {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  padding: 1.125rem 0 2.25rem 0;
}
@media screen and (max-width: 600px) {
  .landingPageContext .contextContent {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.landingPageContext .contextContent .errorMessageGraphic {
  background: url(../images/404_graphic.svg) 50% 0 no-repeat;
  background-size: auto 100%;
  height: 360px;
  margin: 0 auto;
  max-width: 640px;
  position: relative;
}
@media screen and (max-height: 665px) {
  .landingPageContext .contextContent .errorMessageGraphic {
    height: 240px;
  }
}
.landingPageContext .contextContent .expired-button-wrapper {
  padding: 20px 0 40px;
}
.landingPageContext .contextContent .expired-verification-text {
  font-size: 1.28571rem;
  line-height: 1.92857rem;
}

.landingPage .thumbanilContainer {
  border: 1px solid #262626;
  border-radius: 0.25rem;
  margin: 1.125rem auto;
  max-width: 320px;
}
.landingPage .thumbanilContainer.fullWithThumbnailContainer {
  max-width: 100%;
}
.landingPage .thumbanilContainer img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.landingPage .nonPdfFile {
  margin-bottom: 2.25rem;
}
.landingPage .fileDetailsInfo {
  padding: 1.125rem 0;
}
.landingPage .fileType {
  align-self: center;
  margin-left: 1.75rem;
}
.landingPage .fileDate {
  align-self: center;
  margin-left: auto;
  flex-shrink: 0;
}
.landingPage .fileName {
  color: #777777;
}
.landingPage ._button-wrapper {
  text-align: center;
}
.landingPage ._button-wrapper .default-button:first-child {
  margin-right: 10px;
}
.landingPage .thumbanil-file-info-wrapper {
  padding-top: 36px;
}
.landingPage .thumbanil-file-info-wrapper .default-button {
  display: inline-block;
  margin-bottom: 18px;
}

.notePanel {
  color: #999999;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.notePanel i {
  margin-right: 3px;
  margin-top: -4px;
}
.notePanel.errorMessage {
  color: #DD6467;
}

.formContainer {
  margin: 2.25rem 0;
  padding-bottom: 10rem;
}
.formContainer .fileItemList {
  border-bottom: 1px solid #999999;
  margin: 1.125rem 0;
  padding: 0 0 2.25rem 0;
}
.formContainer .fileItemList .thumbanilContainer {
  margin-top: 0;
  margin-bottom: 0;
}
.formContainer .fileItemList .fileName {
  margin: 1.125rem 0 0 0;
}
.formContainer .fileItemList .fileSummeryInfo {
  margin: 1.125rem 0 0 0;
}
.formContainer .viewFileButton {
  border-radius: 0 0 5px 5px;
  margin: 0;
  padding: 5px 30px;
  margin: 0 !important;
}
.formContainer ul li {
  margin-bottom: 1.25rem;
  position: relative;
}
.formContainer ul li:nth-child(2) {
  margin-bottom: 3rem;
}
.formContainer ul li:last-child {
  margin-bottom: 0;
}
.formContainer ul li:nth-child(8) {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 834px) {
  .formContainer ul li:first-child {
    margin-bottom: 6rem;
  }
  .formContainer ul li:nth-child(2) {
    margin-bottom: 2rem;
  }
}
.formContainer ul li .register-success-txt {
  margin: 0.5rem 0;
}
.formContainer ul li a.alternate-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 21rem;
  margin: 1rem auto;
  padding: 0.75rem;
  align-items: center;
  font-weight: 300;
}
.formContainer ul li a.alternate-button i {
  margin-right: 3rem;
}
.formContainer ul li i.budicon-check-done-shady::before {
  color: rgba(97, 178, 222, 0.2);
}
.formContainer ul li i.budicon-user-tick-c-shady::before {
  color: rgba(9, 183, 158, 0.2);
}
.formContainer ul li i.budicon-user-cross-c-shady::before {
  color: rgba(240, 65, 36, 0.2);
}
.formContainer ul li i.budicon-user-information-c::before {
  color: rgba(232, 205, 0, 0.2);
}
.formContainer .button, .formContainer .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .formContainer button, .formContainer .buttonAction,
.formContainer button {
  font-weight: 500;
  margin: 0.5625rem auto;
}
.formContainer .form-container__buttons-wrapper .link-button {
  color: #61B2DE;
}
@media screen and (min-width: 416px) {
  .formContainer .form-container__buttons-wrapper .link-button {
    margin-left: 20px;
  }
}

.password--condition {
  border-bottom: 1px solid transparent;
}
.password--condition[data-8char-password-condition=true] {
  color: #09B79E;
  border-bottom: 1px solid #09B79E;
}
.password--condition[data-uppercase-password-condition=true] {
  color: #09B79E;
  border-bottom: 1px solid #09B79E;
}
.password--condition[data-number-password-condition=true] {
  color: #09B79E;
  border-bottom: 1px solid #09B79E;
}
.password--condition[data-space-password-condition=true] {
  color: #f04124;
  border-bottom: 1px solid #f04124;
}
.password--condition[data-match-password-condition=true] {
  color: #09B79E;
  border-bottom: 1px solid #09B79E;
}

.moduleDivider {
  margin: 2.25rem auto;
}

.checkBox:before, .checkBox:after {
  content: " ";
  display: table;
}
.checkBox:after {
  clear: both;
}
.checkBox .notChecked,
.checkBox .checked {
  display: none;
}
.checkBox[data-check-status=false] .notChecked {
  display: inline-block;
}
.checkBox[data-check-status=true] .checked {
  display: inline-block;
}
.checkBox .checkBox-td {
  min-width: 3.21rem;
  width: 3.21rem;
}
.checkBox .checkBoxIcon {
  border: 0;
  display: inline-block;
}
.checkBox .checkBoxIcon .fa {
  font-size: 2.8rem;
  color: #61B2DE;
}
.checkBox .checkBoxIcon:hover {
  cursor: pointer;
}
.checkBox .checkBoxLabel.checked {
  margin-top: 9px;
}

.errorMessage {
  color: #f04124;
}

.forgetPassStatusModules {
  margin: 0;
  text-align: center;
}
.forgetPassStatusModules li {
  margin-bottom: 1.5rem;
}
.forgetPassStatusModules .forgotPassStatusSending .fa {
  color: #61B2DE;
}
.forgetPassStatusModules .forgotPassStatusSend .fa {
  color: #09B79E;
}
.forgetPassStatusModules .forgotPassStatusError .fa {
  color: #f04124;
}
.forgetPassStatusModules .panelIcon {
  display: block;
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 3rem;
}

.main-nav-menu-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 59px;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: rgba(97, 178, 222, 0.1);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.5);
  /* New main menu start */
  /* New main menu end */
}
.main-nav-menu-wrapper > * {
  pointer-events: none !important;
}
.main-nav-menu-wrapper.show {
  max-height: 20000px;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.main-nav-menu-wrapper.show > * {
  pointer-events: all !important;
}
.main-nav-menu-wrapper .main-nav-menu {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  right: unset;
  bottom: 0;
  left: 0;
  background-color: #F5F5F5;
  width: 360px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 1199px) {
  .main-nav-menu-wrapper .main-nav-menu {
    width: 330px;
  }
}
@media only screen and (max-width: 991px) {
  .main-nav-menu-wrapper .main-nav-menu {
    width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .main-nav-menu-wrapper .main-nav-menu {
    width: 100%;
  }
}
.main-nav-menu-wrapper .main-nav-menu-signout-button {
  padding: 0;
  height: 30px;
  width: 30px;
  border: 1px solid #DF6365;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-nav-menu-wrapper .main-nav-menu-signout-button i {
  font-size: 14px;
  color: #DF6365;
}
.main-nav-menu-wrapper .main-nav-menu-signout-button:hover {
  background: #DF6365;
}
.main-nav-menu-wrapper .main-nav-menu-signout-button:hover i {
  color: #fff;
}
.main-nav-menu-wrapper .main-nav-menu-divider {
  width: 320;
  height: 2px;
  background: #DEE2E9;
  margin: 1.5rem auto;
}
.main-nav-menu-wrapper .main-nav-menu-item-icon {
  height: 40px;
  width: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0.5rem !important;
  background: #FAFAFA !important;
  transition: all 0.15s ease-in-out;
  margin-right: 1rem;
}
.main-nav-menu-wrapper .main-nav-menu-item-icon:hover {
  border: 1px solid #212121;
  color: #212121 !important;
}
.main-nav-menu-wrapper .main-nav-menu-item-icon i {
  margin: 0 !important;
  font-size: 18px !important;
}
.main-nav-menu-wrapper .main-nav-menu-item-icon-memo {
  background-color: #EDECF7 !important;
}
.main-nav-menu-wrapper .main-nav-menu__item {
  padding: 20px;
}
.main-nav-menu-wrapper .main-nav-menu__header {
  padding: 0;
  position: relative;
}
.main-nav-menu-wrapper .main-nav-menu__header :after {
  content: "";
  height: 1px;
  background-color: rgba(255, 255, 255, 0.0196078431);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.main-nav-menu-wrapper .main-nav-menu__header .header-user-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 24px 8px 24px;
  background-color: #EDF0F3;
  margin-bottom: 15px;
  gap: 1rem;
}
.main-nav-menu-wrapper .main-nav-menu__header .header-user-info .header-user-info-link {
  width: 40px;
}
.main-nav-menu-wrapper .main-nav-menu__header .header-user-info img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.main-nav-menu-wrapper .main-nav-menu__header .header-user-info .user-avatar {
  background-color: #f6f6f6;
  color: #262626;
  border: 2px solid #33475b;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main-nav-menu-wrapper .main-nav-menu__header .header-user-info .user-name-n-company {
  width: calc(100% - 102px);
}
.main-nav-menu-wrapper .main-nav-menu__header .header-user-info .user-name-n-company .user-full-name {
  font-size: 14px;
  color: #262626;
  margin: 0;
}
.main-nav-menu-wrapper .main-nav-menu__header .header-user-info .user-name-n-company .user-entity-name {
  color: #9BA5AE;
  font-weight: 500;
  font-size: 13px;
  display: block;
  line-height: 13px;
}
.main-nav-menu-wrapper .main-nav-menu__header .user-profile-collapse-arrow {
  position: absolute;
  right: 12px;
  top: 50px;
  width: 18px;
  height: 18px;
  background-color: #61B2DE;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.main-nav-menu-wrapper .main-nav-menu__header .user-profile-collapse-arrow.clicked img {
  transform: rotate(180deg);
}
.main-nav-menu-wrapper .main-nav-menu__header .user-profile-collapse-box {
  margin-top: 16px;
  display: none;
}
.main-nav-menu-wrapper .main-nav-menu__header .user-profile-collapse-box .watermarkContainer {
  border: 1px solid rgba(255, 255, 255, 0.1803921569);
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 12.8px;
  background-color: #314151;
}
.main-nav-menu-wrapper .main-nav-menu__header .user-profile-collapse-box .watermarkContainer .package-enabled {
  color: #61B2DE;
  line-height: 12px;
}
.main-nav-menu-wrapper .main-nav-menu__header .user-profile-collapse-box .watermarkContainer i.fa.fa-check-square-o {
  font-size: 8px;
  background-color: #61B2DE;
  border-radius: 50%;
  overflow: hidden;
  color: #61B2DE;
  margin-top: -2px;
  margin-right: 4px;
}
.main-nav-menu-wrapper .main-nav-menu__header .logout-btn {
  display: flex;
  padding: 6px 12px 6px;
  border: 1px solid #FFFFFF;
  background-color: rgba(223, 99, 101, 0.5411764706);
  border-radius: 8px;
  margin-top: 8px;
  color: #FFFFFF;
  font-size: 12px;
  align-items: center;
}
.main-nav-menu-wrapper .main-nav-menu__header .logout-btn:after {
  display: none !important;
}
.main-nav-menu-wrapper .main-nav-menu__header .logout-btn i {
  margin-right: 8px;
}
.main-nav-menu-wrapper .main-nav-menu__header .logout-btn .upmTooltip:after {
  width: 5px !important;
  background: transparent;
}
.main-nav-menu-wrapper .main-nav-menu__header .logout-btn:hover {
  background-color: rgba(223, 99, 101, 0.2392156863) !important;
}
.main-nav-menu-wrapper .main-nav-menu__main-content {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  border-radius: 8px;
}
.main-nav-menu-wrapper .main-nav-menu__main-content::-webkit-scrollbar {
  width: 6px;
}
.main-nav-menu-wrapper .main-nav-menu__main-content::-webkit-scrollbar-thumb {
  background-color: #C1C0C0;
  border-radius: 0.5rem;
}
.main-nav-menu-wrapper .main-nav-menu__main-content::-webkit-scrollbar-thumb:hover {
  background-color: #7D7D7C;
}
.main-nav-menu-wrapper .main-nav-menu__main-content > ul .nav-menu__li {
  background-color: #3b434c;
  padding: 7px 16px 14px;
}
.main-nav-menu-wrapper .main-nav-menu__main-content > ul .nav-menu__li .nav-menu__a {
  font-size: 20px;
}
.main-nav-menu-wrapper .main-nav-menu__main-content > ul .nav-menu__li:hover {
  background-color: #3b434c;
}
.main-nav-menu-wrapper .main-nav-menu__main-content > ul .dropdown-tab > ul.sub-menu-list > li.sub-menu-list__li .sub-menu-list-item-inner {
  width: 100%;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main-nav-menu-wrapper .main-nav-menu__main-content > ul .dropdown-tab > ul.sub-menu-list > li.sub-menu-list__li .sub-menu-list-item-inner:hover .main-nav-menu-item-icon {
  border: 1px solid #212121;
  color: #212121 !important;
}
.main-nav-menu-wrapper .main-nav-menu__main-content > ul .dropdown-tab > ul.sub-menu-list > li.sub-menu-list__li .sub-menu-list-item-inner.active {
  border: 1px solid #61B2DE;
}
.main-nav-menu-wrapper .main-nav-menu__footer .main-nav-menu__user-info {
  color: #DAEAF7;
  overflow: hidden;
  width: 85%;
}
.main-nav-menu-wrapper .main-nav-menu__footer .user-entity-name {
  display: block;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.main-nav-menu-wrapper .main-nav-menu__footer .user-full-name {
  font-size: 16px;
  margin: 0;
  padding-top: 3px;
}
.main-nav-menu-wrapper .close-nav-button {
  background-color: transparent;
  color: #262626;
  padding: 0;
  position: absolute;
  top: 2.2rem;
  right: 3rem;
  z-index: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 5px;
  border-radius: 50%;
}
.main-nav-menu-wrapper .close-nav-button:hover {
  background: #F6F6F6;
}
.main-nav-menu-wrapper .close-nav-button i {
  font-size: 2rem;
}
@media only screen and (max-width: 1199px) {
  .main-nav-menu-wrapper .close-nav-button {
    right: 1.5rem;
  }
}
.main-nav-menu-wrapper .nav-menu .nav-menu__li {
  color: #DAEAF7;
  cursor: pointer;
  height: 2.5rem;
  padding: 0.5rem 1.5rem;
  text-transform: capitalize;
}
.main-nav-menu-wrapper .nav-menu .nav-menu__li._active {
  background-color: #33475B;
}
.main-nav-menu-wrapper .nav-menu ._tab-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.main-nav-menu-wrapper .nav-menu .nav-menu__a {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  color: #DAEAF7;
  width: 100%;
}
.main-nav-menu-wrapper .nav-menu .nav-menu__a i, .main-nav-menu-wrapper .nav-menu .nav-menu__a img {
  font-size: 20px;
  height: 20px;
  margin-right: 20px;
}
.main-nav-menu-wrapper .nav-menu .nav-menu__a img {
  height: 18px;
}
.main-nav-menu-wrapper .nav-menu ._highlight-button-wrapper {
  background-color: rgba(111, 85, 249, 0.5);
  padding: 16px 25px;
  margin-bottom: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #FFFFFF;
  cursor: pointer;
}
@media only screen and (max-width: 1380px) {
  .main-nav-menu-wrapper .nav-menu ._highlight-button-wrapper {
    display: none;
  }
}
.main-nav-menu-wrapper .nav-menu ._highlight-button-wrapper .new-memo-text {
  font-size: 14px;
  line-height: 14px;
  transition: 0.3s;
}
.main-nav-menu-wrapper .nav-menu ._highlight-button-wrapper .description {
  font-size: 12px;
  line-height: 12px;
}
.main-nav-menu-wrapper .nav-menu ._highlight-button-wrapper:hover {
  background-color: rgba(111, 85, 249, 0.3);
}
.main-nav-menu-wrapper .nav-menu ._highlight-button {
  background: none;
  border-radius: 50%;
  color: #FFFFFF;
  padding: 4px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.main-nav-menu-wrapper .nav-menu-mobile-view {
  background-color: #DEE5EC;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0px 23px 26px rgba(0, 0, 0, 0.5607843137);
}
.main-nav-menu-wrapper .nav-menu-mobile-view li {
  padding: 0 !important;
  display: inline-block !important;
  height: unset !important;
  margin-right: 8px;
  position: relative;
  border-radius: 8px;
}
@media only screen and (min-width: 1381px) {
  .main-nav-menu-wrapper .nav-menu-mobile-view li.show-from-ipad {
    display: none !important;
  }
}
.main-nav-menu-wrapper .nav-menu-mobile-view li:hover {
  background-color: transparent;
}
.main-nav-menu-wrapper .nav-menu-mobile-view li a {
  width: 48px !important;
  height: 45px;
  background-color: rgba(0, 0, 0, 0);
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 8px;
  color: #262626 !important;
}
.main-nav-menu-wrapper .nav-menu-mobile-view li a > i,
.main-nav-menu-wrapper .nav-menu-mobile-view li a > img {
  margin-right: 0 !important;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main-nav-menu-wrapper .nav-menu-mobile-view li a:hover {
  background-color: #9dcbe4;
}
.main-nav-menu-wrapper .nav-menu-mobile-view li:last-child {
  margin-right: 0;
}
.main-nav-menu-wrapper .nav-menu-mobile-view li._active a {
  background-color: rgba(97, 178, 222, 0.9);
  color: #FFFFFF !important;
}
.main-nav-menu-wrapper .nav-menu-mobile-view li._active a img {
  filter: brightness(10);
}
@media screen and (max-width: 768px) {
  .main-nav-menu-wrapper .main-nav-menu__main-content {
    padding-bottom: 0;
  }
  .main-nav-menu-wrapper .nav-menu-mobile-wrapper {
    border-top: none;
  }
  .main-nav-menu-wrapper .nav-menu-mobile-wrapper[data-has-entity=true] .nav-menu__a {
    justify-content: center;
  }
  .main-nav-menu-wrapper .nav-menu-mobile-wrapper[data-has-entity=true] .nav-menu__a i {
    margin-right: 0;
  }
  .main-nav-menu-wrapper .nav-menu-mobile-view {
    display: flex;
  }
  .main-nav-menu-wrapper .nav-menu-mobile-view .nav-menu__li {
    border-right: 1px solid rgba(218, 234, 247, 0.15);
    padding: 15px 20px;
    position: relative;
    width: 100%;
  }
  .main-nav-menu-wrapper .nav-menu-mobile-view .nav-menu__li:last-child {
    border-right: none;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .main-nav-menu-wrapper .nav-menu-mobile-view .nav-menu__li {
    width: fit-content;
    border-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .main-nav-menu-wrapper .nav-menu-mobile-view .hide-text {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .main-nav-menu-wrapper .nav-menu-mobile-view .upm-badge {
    position: absolute;
    top: 7px;
    left: 20px;
    min-width: max-content;
  }
}
.main-nav-menu-wrapper .hover-icon {
  display: none;
}
.main-nav-menu-wrapper .sub-menu-list {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.main-nav-menu-wrapper .sub-menu-list .sub-menu-list__li {
  color: #DAEAF7;
}
.main-nav-menu-wrapper .sub-menu-list .sub-menu-list__li i {
  cursor: pointer;
}
.main-nav-menu-wrapper .sub-menu-list .sub-menu-list__li._active .main-nav-menu-item-text {
  font-weight: 500;
  text-decoration: underline !important;
}
.main-nav-menu-wrapper .sub-menu-list .sub-menu-list__li._active .main-nav-menu-item-icon {
  border: 1px solid #212121;
}
.main-nav-menu-wrapper .sub-menu-list .sub-menu-list__a {
  color: #262626;
  display: flex;
  align-items: center;
}
.main-nav-menu-wrapper .sub-menu-list .sub-menu-list__a i {
  margin: 0 8px 0 0;
  font-size: 19px;
}
.main-nav-menu-wrapper .sub-menu-list .sub-menu-list__a:first-child {
  width: calc(100% - 52px);
}
.main-nav-menu-wrapper .sub-menu-list .sub-menu-list__a:last-child {
  padding: 5px 0;
  display: inline-flex;
  align-items: center;
}
.main-nav-menu-wrapper .sub-menu-list .sub-menu-list__a:last-child i {
  font-size: 24px;
  color: #3b434c;
}
.main-nav-menu-wrapper .sub-menu-list .sub-menu-list__a:last-child .upmTooltip {
  right: 40px;
  top: 2px;
}
.main-nav-menu-wrapper .dropdown-tab[tab-status=open] .dropdown-icon {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.main-nav-menu-wrapper .dropdown-tab[tab-status=open] .sub-menu-list {
  max-height: unset;
}
.main-nav-menu-wrapper .user-setup-menu .nav-menu__li {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.main-nav-menu-wrapper .flexMenuLayout {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.main-nav-menu-wrapper .flexMenuLayout > div {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
.main-nav-menu-wrapper .flexMenuLayout .menuGroup {
  padding: 1.5rem 3rem;
}
@media screen and (max-width: 640px) {
  .main-nav-menu-wrapper .flexMenuLayout .menuGroup {
    padding: 1.5rem;
  }
}
.main-nav-menu-wrapper .upgradeButton {
  background-color: #E95A7F;
  color: #FFFFFF;
  display: block;
  font-family: "museo-slab", serif;
  margin: 0 0 0.75rem 0;
  opacity: 1;
}
.main-nav-menu-wrapper .accountInfoContainer h4 {
  font-family: "museo-slab", serif;
  font-size: 18px;
  margin: 0.55rem 0;
}
.main-nav-menu-wrapper .accountInfoContainer .userInfoContainer .flexRow, .main-nav-menu-wrapper .accountInfoContainer .userInfoContainer .tableFundView .fundAdditionalInformation, .tableFundView .main-nav-menu-wrapper .accountInfoContainer .userInfoContainer .fundAdditionalInformation, .main-nav-menu-wrapper .accountInfoContainer .userInfoContainer .tableFundView .fundBasicInformation, .tableFundView .main-nav-menu-wrapper .accountInfoContainer .userInfoContainer .fundBasicInformation {
  align-items: center;
  height: 56px;
}
.main-nav-menu-wrapper .accountInfoContainer .userInfoContainer .imageWrapper {
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.75);
  height: 50px;
  margin-right: 10px;
  position: relative;
  width: 50px;
}
.main-nav-menu-wrapper .accountInfoContainer .userInfoContainer .imageWrapper .imageSource {
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  background-size: 75% auto;
  background: url(../images/svgIcons/upmonth_logo_white.svg) 50% 50% no-repeat;
  height: 44px;
  opacity: 0.1;
  width: 44px;
}
@media screen and (max-width: 767px) {
  .main-nav-menu-wrapper .accountInfoContainer .userInfoContainer .imageWrapper {
    display: none;
  }
}
.main-nav-menu-wrapper .accountInfoContainer .userInfoContainer .infoWrapper {
  font-size: 18px;
}
.main-nav-menu-wrapper .listOfMenuItems li {
  transition: all 0.25s linear;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  padding: 0 1.5rem 0 4.5rem;
  position: relative;
}
.main-nav-menu-wrapper .listOfMenuItems li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.main-nav-menu-wrapper .listOfMenuItems li.homePageButton a {
  border-bottom: 0;
  display: flex;
}
.main-nav-menu-wrapper .listOfMenuItems li.notificationMenuItem:before, .main-nav-menu-wrapper .listOfMenuItems li.notificationMenuItem:after {
  content: " ";
  display: table;
}
.main-nav-menu-wrapper .listOfMenuItems li.notificationMenuItem:after {
  clear: both;
}
.main-nav-menu-wrapper .listOfMenuItems li.notificationMenuItem .badge {
  float: right;
  height: 24px;
  line-height: 25px;
  margin-top: 11px;
}
.main-nav-menu-wrapper .listOfMenuItems li.fundMenuItem {
  margin-top: 3rem;
}
.main-nav-menu-wrapper .listOfMenuItems li .badge {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 3px;
  color: #61B2DE;
  font-weight: 700;
  padding: 0 7px;
}
.main-nav-menu-wrapper .listOfMenuItems li .secondActionButton {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  color: #FFFFFF;
  height: 24px;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 1.5rem;
  text-align: center;
  top: 10px;
  width: 24px;
  z-index: 200;
}
.main-nav-menu-wrapper .listOfMenuItems li .secondActionButton i {
  font-size: 16px;
  color: #FFFFFF;
  display: block;
  float: none;
  line-height: 24px;
  margin: 0;
}
.main-nav-menu-wrapper .listOfMenuItems li a,
.main-nav-menu-wrapper .listOfMenuItems li button,
.main-nav-menu-wrapper .listOfMenuItems li .button,
.main-nav-menu-wrapper .listOfMenuItems .editCreateMemoPage .pageOptionsContainer ul li button,
.editCreateMemoPage .pageOptionsContainer ul .main-nav-menu-wrapper .listOfMenuItems li button,
.main-nav-menu-wrapper .listOfMenuItems li .buttonAction {
  background: none;
  border: 0;
  border-radius: 0;
  color: #FFFFFF;
  color: #FFFFFF;
  display: block;
  line-height: 45px;
  margin: 0;
  margin-left: -31px;
  padding: 0;
}
.main-nav-menu-wrapper .listOfMenuItems li a i,
.main-nav-menu-wrapper .listOfMenuItems li button i,
.main-nav-menu-wrapper .listOfMenuItems li .button i,
.main-nav-menu-wrapper .listOfMenuItems li .buttonAction i {
  font-size: 21px;
  line-height: 44px;
  margin-right: 10px;
}
.main-nav-menu-wrapper .listOfMenuItems li .colorTheme_1:not(.secondActionButton) i {
  color: #E95A7F;
}
.main-nav-menu-wrapper .listOfMenuItems li .colorTheme_2:not(.secondActionButton) i {
  color: #F4CF46;
}
.main-nav-menu-wrapper .listOfMenuItems li .colorTheme_3:not(.secondActionButton) i {
  color: #DCF952;
}
.main-nav-menu-wrapper .listOfMenuItems li .colorTheme_4:not(.secondActionButton) i {
  color: #60C4EE;
}
.main-nav-menu-wrapper .watermarkContainer .upmLogoWaterMark {
  background: url(../images/svgIcons/upmonth_logo_text_white.svg) 50% 50% no-repeat;
  height: 80px;
  margin: 0 auto;
  opacity: 0.1;
  width: 100px;
}
.main-nav-menu-wrapper .watermarkContainer .watermarkText ol {
  padding-left: 14px;
}
.main-nav-menu-wrapper .watermarkContainer .watermarkText__link {
  color: #61B2DE;
  display: block;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-nav-menu-wrapper .notificationContainer {
    display: none;
  }
}
.main-nav-menu-wrapper .notificationContainer .notificationWrapper {
  position: absolute;
  top: 0;
  right: 80px;
  bottom: 0;
  left: 400px;
}
@media only screen and (max-width: 1199px) {
  .main-nav-menu-wrapper .notificationContainer .notificationWrapper {
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    left: 360px;
  }
}
@media only screen and (max-width: 991px) {
  .main-nav-menu-wrapper .notificationContainer .notificationWrapper {
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 0;
    left: 344px;
  }
}
.main-nav-menu-wrapper .notificationContainer .notificationScroller {
  position: absolute;
  top: 200px;
  right: 0;
  bottom: 32px;
  left: 0;
}
.main-nav-menu-wrapper .notificationContainer .notificationScroller::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.main-nav-menu-wrapper .notificationContainer .notificationScroller::-webkit-scrollbar-track {
  background-color: rgb(237, 237, 237);
  border-radius: 4px;
}
.main-nav-menu-wrapper .notificationContainer .notificationScroller::-webkit-scrollbar-thumb {
  background-color: rgb(196, 196, 196);
  border-radius: 4px;
}
.main-nav-menu-wrapper .notificationContainer .notificationScroller .listOfNotificationsWrapper {
  margin-left: -15px;
  margin-right: -16px;
  display: flex;
  flex-wrap: wrap;
  padding-right: 6px;
  max-width: 1100px;
}
.main-nav-menu-wrapper .notificationContainer .notificationScroller .listOfNotificationsWrapper li {
  width: 50%;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  .main-nav-menu-wrapper .notificationContainer .notificationScroller .listOfNotificationsWrapper li {
    width: 100%;
  }
}
.main-nav-menu-wrapper .notificationContainer .massActionsContainer {
  margin: 2.5rem 0 0 0;
  width: calc(100% - 16px);
}
@media only screen and (max-width: 991px) {
  .main-nav-menu-wrapper .notificationContainer .massActionsContainer {
    width: calc(100% - 32px);
  }
}
.main-nav-menu-wrapper .notificationContainer .massActionsContainer .notificationTitle .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.95rem;
  font-weight: 500;
  color: #262626;
}
.main-nav-menu-wrapper .notificationContainer .massActionsContainer .notificationTitle .title span {
  font-size: 12px;
  background-color: #33475B;
  color: #FFFFFF;
  border-radius: 20px;
  padding: 5px;
  min-width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 32px;
  position: relative;
}
.main-nav-menu-wrapper .notificationContainer .massActionsContainer .notificationTitle .title span:before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #000;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.main-nav-menu-wrapper .notificationContainer .massActionsContainer > p {
  margin-top: 0;
}
.main-nav-menu-wrapper .notificationContainer .massActionsContainer .badges {
  display: flex;
  flex-wrap: wrap;
}
.main-nav-menu-wrapper .notificationContainer .massActionsContainer .badges .notification-badge,
.main-nav-menu-wrapper .notificationContainer .massActionsContainer .badges .alert-badge {
  padding: 0 8px;
  border-radius: 8px;
  font-size: 12px;
  margin-right: 12px;
  border: 1px solid #c4cdd0;
}
.main-nav-menu-wrapper .notificationContainer .massActionsContainer .badges .notification-badge img,
.main-nav-menu-wrapper .notificationContainer .massActionsContainer .badges .alert-badge img {
  width: 12px;
  margin-right: 4px;
}
.main-nav-menu-wrapper .notificationContainer .massActionsContainer .badges .notification-badge {
  background-color: rgba(82, 181, 159, 0.25);
}
.main-nav-menu-wrapper .notificationContainer .massActionsContainer .badges .alert-badge {
  background-color: rgba(255, 255, 255, 0.25);
}
.main-nav-menu-wrapper .notificationContainer .notificationItemContainer {
  transition: all 0.25s linear;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 8px;
  border: 1px solid #c4cdd0;
  padding: 32px 16px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main-nav-menu-wrapper .notificationContainer .notificationItemContainer .inner1 {
  width: 56px;
  margin-right: 16px;
  padding: 8px 16px 8px 0;
  border-right: 1px solid #c4cdd0;
}
.main-nav-menu-wrapper .notificationContainer .notificationItemContainer .inner1 img {
  width: 100%;
}
.main-nav-menu-wrapper .notificationContainer .notificationItemContainer .inner2 {
  width: calc(100% - 72px);
}
.main-nav-menu-wrapper .notificationContainer .notificationItemContainer .inner2 .notification-close-button__wrapper {
  display: none;
}
.main-nav-menu-wrapper .notificationContainer .notificationItemContainer .inner2 .metaDataContainer {
  display: none;
}
.main-nav-menu-wrapper .notificationContainer .notificationItemContainer .inner2 .dismissButton {
  background-color: transparent;
  color: #AAAAAA;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0.75rem;
  top: 1.5rem;
}
.main-nav-menu-wrapper .notificationContainer .notificationItemContainer .inner2 p {
  margin: 0;
  line-height: 18px;
}
.main-nav-menu-wrapper .notificationContainer .notificationItemContainer .inner2 p a {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-nav-menu-wrapper .notificationContainer .notificationItemContainer .inner2 .metaDataContainer {
  font-size: 12px;
  opacity: 0.5;
}
.main-nav-menu-wrapper .notificationContainer .notificationItemContainer .inner2 .metaDataContainer ul {
  font-size: inherit;
}
.main-nav-menu-wrapper .notificationContainer .notificationItemContainer.forNotification {
  background-color: rgba(82, 181, 159, 0.25);
}
.main-nav-menu-wrapper .notificationContainer .flexRow, .main-nav-menu-wrapper .notificationContainer .tableFundView .fundAdditionalInformation, .tableFundView .main-nav-menu-wrapper .notificationContainer .fundAdditionalInformation, .main-nav-menu-wrapper .notificationContainer .tableFundView .fundBasicInformation, .tableFundView .main-nav-menu-wrapper .notificationContainer .fundBasicInformation {
  align-items: center;
}
.main-nav-menu-wrapper .notificationContainer .flexRow .notificationTitle, .main-nav-menu-wrapper .notificationContainer .tableFundView .fundAdditionalInformation .notificationTitle, .tableFundView .main-nav-menu-wrapper .notificationContainer .fundAdditionalInformation .notificationTitle, .main-nav-menu-wrapper .notificationContainer .tableFundView .fundBasicInformation .notificationTitle, .tableFundView .main-nav-menu-wrapper .notificationContainer .fundBasicInformation .notificationTitle {
  flex-grow: 1;
  flex-shrink: 1;
}
.main-nav-menu-wrapper .notificationContainer .flexRow .notificationTitle h4, .main-nav-menu-wrapper .notificationContainer .tableFundView .fundAdditionalInformation .notificationTitle h4, .tableFundView .main-nav-menu-wrapper .notificationContainer .fundAdditionalInformation .notificationTitle h4, .main-nav-menu-wrapper .notificationContainer .tableFundView .fundBasicInformation .notificationTitle h4, .tableFundView .main-nav-menu-wrapper .notificationContainer .fundBasicInformation .notificationTitle h4 {
  margin: 0;
}
.main-nav-menu-wrapper .notificationContainer .flexRow .moduleActions, .main-nav-menu-wrapper .notificationContainer .tableFundView .fundAdditionalInformation .moduleActions, .tableFundView .main-nav-menu-wrapper .notificationContainer .fundAdditionalInformation .moduleActions, .main-nav-menu-wrapper .notificationContainer .tableFundView .fundBasicInformation .moduleActions, .tableFundView .main-nav-menu-wrapper .notificationContainer .fundBasicInformation .moduleActions {
  text-align: right;
}

.sub-menu-list-item-inner:hover a.with-add-icon:before,
.sub-menu-list-item-inner:hover a.with-save-icon:before {
  opacity: 1 !important;
}

.userInvitesPage .appMainScrollBody {
  top: 162px;
  bottom: 50px;
}
.userInvitesPage .pageBarNotification .flexRow, .userInvitesPage .pageBarNotification .tableFundView .fundAdditionalInformation, .tableFundView .userInvitesPage .pageBarNotification .fundAdditionalInformation, .userInvitesPage .pageBarNotification .tableFundView .fundBasicInformation, .tableFundView .userInvitesPage .pageBarNotification .fundBasicInformation {
  margin-top: 0.75rem;
  flex-wrap: nowrap;
}
.userInvitesPage .pageBarNotification .inviteInfo {
  flex-grow: 0;
  flex-shrink: 0;
  white-space: nowrap;
  line-height: 24px;
}
.userInvitesPage .pageBarNotification .inviteInfo .inviteInfo {
  white-space: nowrap;
}
.userInvitesPage .pageBarNotification .invitelink {
  margin-left: 1.5rem;
  flex-grow: 1;
  flex-shrink: 1;
}
.userInvitesPage .userItem {
  padding: 0 0.45rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.userInvitesPage .userItem:last-child {
  border-bottom-color: transparent;
}
.userInvitesPage .userItem:hover {
  background-color: #eef9fd;
}
.userInvitesPage .userItem .flexRow, .userInvitesPage .userItem .tableFundView .fundAdditionalInformation, .tableFundView .userInvitesPage .userItem .fundAdditionalInformation, .userInvitesPage .userItem .tableFundView .fundBasicInformation, .tableFundView .userInvitesPage .userItem .fundBasicInformation {
  flex-wrap: nowrap;
}
.userInvitesPage .userItem .flexRow > div, .userInvitesPage .userItem .tableFundView .fundAdditionalInformation > div, .tableFundView .userInvitesPage .userItem .fundAdditionalInformation > div, .userInvitesPage .userItem .tableFundView .fundBasicInformation > div, .tableFundView .userInvitesPage .userItem .fundBasicInformation > div {
  padding: 0.375rem 0;
  margin-right: 10px;
}
.userInvitesPage .userItem .flexRow > div:last-child, .userInvitesPage .userItem .tableFundView .fundAdditionalInformation > div:last-child, .tableFundView .userInvitesPage .userItem .fundAdditionalInformation > div:last-child, .userInvitesPage .userItem .tableFundView .fundBasicInformation > div:last-child, .tableFundView .userInvitesPage .userItem .fundBasicInformation > div:last-child {
  margin-right: 0;
}
.userInvitesPage .userItem .userFirstName,
.userInvitesPage .userItem .userLastName {
  flex-grow: 1;
  flex-shrink: 1;
  width: 180px;
}
.userInvitesPage .userItem .userCompanyName {
  flex-grow: 0;
  flex-shrink: 1;
  width: 180px;
}
.userInvitesPage .userItem .userStatus {
  flex-grow: 0;
  flex-shrink: 1;
  text-align: right;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .userInvitesPage .userItem .userCompanyName {
    display: none;
  }
}
.userInvitesPage .userItem .sort--by {
  pointer-events: all;
}
.userInvitesPage .userItem .sort--by .fa {
  display: none;
}
.userInvitesPage .userItem .sort--by[data-sort=true] {
  color: #262626;
}
.userInvitesPage .userItem .sort--by[data-sort=true][data-sort-order=asc] .fa-caret-up {
  display: inline-block;
}
.userInvitesPage .userItem .sort--by[data-sort=true][data-sort-order=desc] .fa-caret-down {
  display: inline-block;
}
.userInvitesPage .userItem .sort--by:hover {
  cursor: pointer;
}
.userInvitesPage .wrapperHeader .userItem {
  color: #262626;
}
.userInvitesPage .wrapperHeader .userItem:hover {
  background-color: transparent;
}

.genereteTokenUrlContainer {
  margin: 0 0 3rem 0;
}
.genereteTokenUrlContainer:first-child button {
  margin: 15px 10px 0 0;
}
@media screen and (min-width: 950px) {
  .genereteTokenUrlContainer:first-child button {
    margin: 0 10px 0 0;
  }
}

.tokenUrl {
  margin: 0;
  height: auto;
  padding: 0;
  width: 85%;
}
@media screen and (min-width: 768px) {
  .tokenUrl {
    width: 325px;
  }
}

.headerBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px 0 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .headerBar {
    display: none;
  }
}
.headerBar h5:first-child {
  width: 60%;
}
.headerBar h5:nth-of-type(2) {
  width: 20%;
  text-align: center;
}
.headerBar h5:nth-of-type(3) {
  width: 20%;
  text-align: center;
}

.tokenModuleContainer .leftLargeRow {
  background: #F6F6F6;
  border-radius: 4px;
  padding: 2px 50px 2px 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tokenModuleContainer .leftLargeRow {
    flex-direction: column;
    padding: 2px 10px 2px 10px;
  }
}
.tokenModuleContainer .leftLargeRow .tokenInput {
  width: 60%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tokenModuleContainer .leftLargeRow .tokenInput {
    width: 100%;
  }
}
.tokenModuleContainer .leftLargeRow .tokenInput input {
  margin: 0;
  border: 0;
  background: none;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0;
}
.tokenModuleContainer .leftLargeRow .tokenInput input:focus {
  box-shadow: none;
}
.tokenModuleContainer .leftLargeRow .tokenDate {
  width: 20%;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tokenModuleContainer .leftLargeRow .tokenDate {
    width: 100%;
  }
}
.tokenModuleContainer .leftLargeRow .tokenInvites {
  width: 20%;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tokenModuleContainer .leftLargeRow .tokenInvites {
    width: 100%;
  }
}
.tokenModuleContainer .leftLargeRow .tokenInvites .registeredInvites {
  color: #09B79E;
}
.tokenModuleContainer .leftLargeRow .tokenInvites .notVerifiedInvites {
  color: #f04124;
}
.tokenModuleContainer .leftLargeRow .tokenInvites .waitingActivationInvites {
  color: #61B2DE;
}
.tokenModuleContainer .tokenUrlWrapper {
  flex-grow: 1;
  margin-right: 15px;
}
.tokenModuleContainer .tokenButtonWrapper {
  flex-grow: 0;
  flex-shrink: 0;
}
.tokenModuleContainer .tokenButtonWrapper button {
  padding-left: 0.75rem;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .tokenModuleContainer .tokenButtonWrapper .hideOnMobile {
    display: none;
  }
}

.invitationMail input {
  border-bottom: 0 !important;
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 767px) {
  .invitationMail input {
    border-bottom: 1px solid #61B2DE !important;
    border-radius: 4px 4px 4px 4px;
  }
}
.invitationMail textarea {
  border-radius: 0 !important;
  border-radius: 0 0 4px 4px !important;
}

.createLinkWrap {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .createLinkWrap {
    margin-bottom: 0;
  }
}
.createLinkWrap input {
  height: 5.5rem;
  background: #F4FBFF !important;
}
.createLinkWrap button {
  height: 5.5rem;
  font-size: 1.25rem;
}

.invitations--for--product--registration.table tr {
  border-bottom: 0;
}
.invitations--for--product--registration.table th {
  border-bottom: 0;
  color: #262626;
}
.invitations--for--product--registration.table .item {
  background: #F6F6F6;
  padding: 10px 20px;
}
.invitations--for--product--registration.table .item td {
  border-bottom: 5px solid #FFFFFF;
}
.invitations--for--product--registration.table .item td:nth-of-type(2) {
  color: #61B2DE;
}
.invitations--for--product--registration.table .item td:nth-of-type(3) {
  color: #61B2DE;
}

.entitySetting .largeBtnBox {
  padding: 25px;
  border: 1px solid #CDD6E2;
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 200px;
  margin-bottom: 30px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #262626;
}
@media screen and (max-width: 767px) {
  .entitySetting .largeBtnBox {
    height: auto;
  }
}
.entitySetting .largeBtnBox a:hover {
  text-decoration: underline;
  color: #61B2DE;
}
.entitySetting .largeBtnBox__icon-wrap {
  border-right: 1px solid #CDD6E2;
  margin-right: 20px;
  padding-right: 20px;
}

.upmTutorialContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  display: none;
  z-index: 10000;
}
.upmTutorialContainer.show {
  display: block;
}
.upmTutorialContainer .fullScreen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}
.upmTutorialContainer .upmTutorialWrapper,
.upmTutorialContainer .fullSizeFlex,
.upmTutorialContainer .flexWrapper {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}
.upmTutorialContainer .upmTutorialWrapper.verticalAlign,
.upmTutorialContainer .fullSizeFlex.verticalAlign,
.upmTutorialContainer .flexWrapper.verticalAlign {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.upmTutorialContainer .upmTutorialWrapper.verticalStrech,
.upmTutorialContainer .fullSizeFlex.verticalStrech,
.upmTutorialContainer .flexWrapper.verticalStrech {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .upmTutorialContainer .fullSizeFlex {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.upmTutorialContainer .slideHeader {
  transform: translateZ(0);
  background: rgba(255, 255, 255, 0.9);
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}
@media screen and (min-width: 1025px) {
  .upmTutorialContainer .slideHeader {
    margin-left: 51px;
  }
}
.upmTutorialContainer .skipWrapper {
  position: absolute;
  top: 24px;
  right: 1.5rem;
  bottom: unset;
  left: unset;
  z-index: 50000;
}
.upmTutorialContainer .skipWrapper a {
  opacity: 0.5;
  font-size: 11px;
}
.upmTutorialContainer .skipWrapper a:hover {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .upmTutorialContainer .skipWrapper {
    margin-right: 59px;
  }
}
.upmTutorialContainer .customLogo {
  background-color: transparent;
  padding-right: 10px;
  position: absolute;
  left: 1.5rem;
  top: 13px;
  z-index: 50000;
}
.upmTutorialContainer .customLogo img {
  width: 45px;
}
.upmTutorialContainer .customLogo .logoText {
  color: #4085B3;
  font-size: 1.1rem;
  line-height: 1.1;
  position: absolute;
  top: 12px;
  left: 66px;
}
.upmTutorialContainer .customLogo .linkWrapper {
  color: #4085B3;
  font-size: 1.1rem;
  line-height: 1.1;
  width: 150px;
  position: absolute;
  top: 12px;
  left: 0;
}
.upmTutorialContainer .arrowSlideTextWrapper {
  position: absolute;
  top: unset;
  right: 6rem;
  bottom: 95px;
  left: 6rem;
}
.upmTutorialContainer .arrowSlideTextWrapper > div {
  color: #61B2DE;
  font-size: 12px;
  position: absolute;
  top: 0;
}
.upmTutorialContainer .arrowSlideTextWrapper .prevText {
  left: 30px;
}
.upmTutorialContainer .arrowSlideTextWrapper .nextText {
  right: 26px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .upmTutorialContainer .arrowSlideTextWrapper .prevText,
  .upmTutorialContainer .arrowSlideTextWrapper .nextText {
    display: none;
  }
}
.upmTutorialContainer .lightSlider li.blue .linkWrapper a {
  color: #61B2DE;
}
.upmTutorialContainer .lightSlider li.blue h1, .upmTutorialContainer .lightSlider li.blue .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .upmTutorialContainer .lightSlider li.blue select {
  color: #61B2DE;
}
.upmTutorialContainer .lightSlider li.green .linkWrapper a {
  color: #A0DA40;
}
.upmTutorialContainer .lightSlider li.green h1, .upmTutorialContainer .lightSlider li.green .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .upmTutorialContainer .lightSlider li.green select {
  color: #A0DA40;
}
.upmTutorialContainer .lightSlider li.orange .linkWrapper a {
  color: #FF9102;
}
.upmTutorialContainer .lightSlider li.orange h1, .upmTutorialContainer .lightSlider li.orange .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .upmTutorialContainer .lightSlider li.orange select {
  color: #FF9102;
}
.upmTutorialContainer .lightSlider li.magenta .linkWrapper a {
  color: #E1018B;
}
.upmTutorialContainer .lightSlider li.magenta h1, .upmTutorialContainer .lightSlider li.magenta .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .upmTutorialContainer .lightSlider li.magenta select {
  color: #E1018B;
}
.upmTutorialContainer .startButton {
  background-color: #61B2DE;
  border-radius: 3px;
  color: #FFFFFF;
  display: block;
  font-size: 2rem;
  height: 4rem;
  left: 50%;
  line-height: 4rem;
  margin-left: -10rem;
  margin-top: -2rem;
  opacity: 1;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  width: 20rem;
}
@media screen and (max-width: 1024px) {
  .upmTutorialContainer .startButton {
    top: 37%;
  }
}
.upmTutorialContainer .slideCustom {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .upmTutorialContainer .slideCustom {
    display: block;
  }
}
.upmTutorialContainer .slideCustom.directionColumn {
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.upmTutorialContainer .slideCustom.verticalAlign {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.upmTutorialContainer .slideCustom.noWrapp {
  flex-wrap: no-wrap;
}
.upmTutorialContainer .slideCustom.verticalStrech {
  align-items: stretch;
}
.upmTutorialContainer .slideCustom .bgImage {
  margin-right: 74px;
  max-width: 700px;
  padding: 0 !important;
  width: 100%;
}
.upmTutorialContainer .slideCustom .bgImage.bgWelcome {
  background: url(../images/introBg/welcome-1.svg) 50% 50% no-repeat;
  background-size: 100% auto;
}
.upmTutorialContainer .slideCustom .bgImage.bgUpload {
  background: url(../images/introBg/upload.svg) 50% 50% no-repeat;
  background-size: 100% auto;
}
.upmTutorialContainer .slideCustom .bgImage.bgSearch {
  background: url(../images/introBg/search.svg) 50% 50% no-repeat;
  background-size: 100% auto;
}
.upmTutorialContainer .slideCustom .bgImage.bgShare {
  background: url(../images/introBg/share.svg) 50% 50% no-repeat;
  background-size: 100% auto;
}
.upmTutorialContainer .slideCustom .bgImage.bgMore {
  background: url(../images/introBg/more-start.svg) 50% 50% no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1024px) {
  .upmTutorialContainer .slideCustom .bgImage {
    margin-right: 0;
    height: 320px;
    background-position: 50% 0 !important;
    background-size: auto 320px !important;
    margin-bottom: 120px;
  }
}
.upmTutorialContainer .slideContent {
  padding: 0 74px;
}
@media screen and (max-width: 1024px) {
  .upmTutorialContainer .slideContent {
    padding: 0 1.5rem;
  }
}
.upmTutorialContainer .slideContent h1, .upmTutorialContainer .slideContent .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .upmTutorialContainer .slideContent select {
  font-size: 48px;
  color: #212121;
  font-weight: 700;
  margin: 0;
}
.upmTutorialContainer .slideContent h3 {
  color: #212121;
  font-size: 20px;
  font-weight: 100;
  margin: 30px 0;
  padding-bottom: 0;
}
.upmTutorialContainer .slideContent p,
.upmTutorialContainer .slideContent ul li {
  color: #212121;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.75em;
}
.upmTutorialContainer .slideContent ul {
  list-style-position: outside;
  padding-left: 21px;
}
.upmTutorialContainer .slideContent li {
  list-style-type: disc;
}
.upmTutorialContainer .flexItem {
  transform: translateZ(0);
  padding: 0;
  width: 50%;
}
.upmTutorialContainer .flexItem.maxWidth {
  max-width: 840px;
}
@media screen and (max-width: 1024px) {
  .upmTutorialContainer .flexItem {
    max-width: 100% !important;
    padding: 120px 0 0 0;
    width: 100% !important;
  }
}
.upmTutorialContainer .flexItem.marginRight {
  margin-right: 20%;
}
.upmTutorialContainer .lSPager {
  position: absolute;
  top: unset;
  right: unset;
  bottom: 5.4rem;
  left: 0;
  width: 100%;
  z-index: 500;
}
@media screen and (max-width: 1024px) {
  .upmTutorialContainer .lSPager {
    display: none;
    bottom: 3.4rem;
  }
}
@media screen and (max-width: 640px) {
  .upmTutorialContainer .lSPager {
    bottom: 2.1rem;
  }
}
.upmTutorialContainer .featureList {
  margin-top: 7.5rem;
}
@media screen and (max-width: 720px) {
  .upmTutorialContainer .featureList {
    margin-top: 4.5rem;
  }
}
.upmTutorialContainer .featureList li {
  border-top: 0 solid;
  margin-bottom: 4.5rem;
  padding-top: 1.5rem;
}
.upmTutorialContainer .featureList li:nth-child(1) {
  border-color: #e9f7f8;
}
.upmTutorialContainer .featureList li:nth-child(2) {
  border-color: #FDE7E3;
}
.upmTutorialContainer .featureList li:nth-child(3) {
  border-color: #FFF1DE;
}
.upmTutorialContainer .featureList li:last-child {
  margin-bottom: 0;
  border-color: #FDE7E3;
}
.upmTutorialContainer .lSAction {
  transform: translateZ(0);
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  height: 60px;
  z-index: 500;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .upmTutorialContainer .lSAction {
    height: 80px;
  }
}
.upmTutorialContainer .lSAction > a {
  background-color: transparent;
  border: 0;
  bottom: 6rem;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  top: auto;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .upmTutorialContainer .lSAction > a {
    bottom: 3rem;
  }
  .upmTutorialContainer .lSAction > a .linkText {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .upmTutorialContainer .lSAction > a {
    bottom: 1.5rem;
  }
}
.upmTutorialContainer .lSAction > a i {
  position: relative;
  top: -1px;
  font-size: 26px;
}
.upmTutorialContainer .lSSlideOuter,
.upmTutorialContainer .lSSlideWrapper {
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  width: 100%;
  height: 100%;
}
.upmTutorialContainer #lightSlider li {
  position: relative;
}
.upmTutorialContainer .lSAction > .lSPrev {
  left: 6rem;
}
.upmTutorialContainer .lSAction > .lSNext {
  right: 6rem;
  width: 60px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .upmTutorialContainer .lSAction > .lSPrev {
    left: 1.5rem;
  }
  .upmTutorialContainer .lSAction > .lSNext {
    right: 1.5rem;
    width: auto;
  }
}
.upmTutorialContainer .tutorialHeaderContainer {
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #61B2DE;
}
.upmTutorialContainer .tutorialHeaderContainer ul {
  display: block;
  text-align: center;
  margin: 0.875rem 1.5rem;
}
.upmTutorialContainer .tutorialHeaderContainer ul li {
  display: inline-block;
}
.upmTutorialContainer .tutorialHeaderContainer ul li:first-child {
  margin-top: 2px;
}
.upmTutorialContainer .tutorialHeaderContainer ul li:last-child {
  float: right;
}
.upmTutorialContainer .tutorialHeaderContainer .saveAndCloseButton {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}
.upmTutorialContainer .tutorialHeaderContainer .saveAndCloseButton:hover {
  border-color: #FFFFFF;
}
.upmTutorialContainer .tutorialHeaderContainer .continueButton {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}
.upmTutorialContainer .tutorialContentContainer {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  width: 100%;
}
.upmTutorialContainer .tutorialContentListContainer {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.upmTutorialContainer .tutorialContentListContainer > ul {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.upmTutorialContainer .tutorialContentListContainer > ul li {
  display: none;
  position: relative;
  width: 100%;
}
.upmTutorialContainer .tutorialContentListContainer > ul li .iframeVideo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.upmTutorialContainer .tutorialContentListContainer > ul li.show {
  display: block;
}
.upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent {
  height: 100%;
  padding-top: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent.homeSlide {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent.homeSlide h1, .upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent.homeSlide .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent.homeSlide select {
  margin: 0;
  line-height: 25px;
}
.upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent.homeSlide h1 i, .upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent.homeSlide .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select i, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent.homeSlide select i {
  float: right;
}
.upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent.homeSlide h1:hover, .upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent.homeSlide .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select:hover, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent.homeSlide select:hover {
  cursor: pointer;
  color: #61B2DE;
}
.upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent .sliderHtmlContentWrapper {
  max-width: 768px;
  margin: 0 auto;
}
.upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent ul {
  display: block;
  margin: 0 0 0 2rem;
}
.upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent ul li {
  display: block;
  margin-bottom: 1.5rem;
}
.upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent ul li h2 {
  margin-bottom: 0;
}
.upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent ul li h2 i {
  position: absolute;
  top: -5px;
  right: unset;
  bottom: unset;
  left: -32px;
}
.upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent ul li p {
  white-space: normal;
}
@media screen and (max-width: 640px) {
  .upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent ul li p {
    font-size: 0.875rem;
  }
}
.upmTutorialContainer .tutorialContentDescriptionContainer {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  padding: 1.5rem;
}
.upmTutorialContainer .tutorialContentDesriptionText {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}
.upmTutorialContainer .tutorialContentDesriptionText h2 {
  margin: 3rem 0 0.75rem 0;
}
.upmTutorialContainer .tutorialContentDesriptionText p {
  margin: 0 0 3rem 0;
}
.upmTutorialContainer .tutorialContentDesriptionText ul {
  overflow: hidden;
  white-space: nowrap;
}
.upmTutorialContainer .tutorialContentDesriptionText ul li {
  display: none;
  width: 100%;
}
.upmTutorialContainer .tutorialContentDesriptionText ul li p {
  white-space: normal;
}
.upmTutorialContainer .tutorialContentDesriptionText ul li.show {
  display: block;
}
@media screen and (max-width: 640px) {
  .upmTutorialContainer .tutorialContentDesriptionText h2 {
    margin-top: 1.5rem;
  }
  .upmTutorialContainer .tutorialContentDesriptionText p {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
  }
}
.upmTutorialContainer .tutorialNavigationContainer {
  margin: 1.5rem auto;
  max-width: 960px;
  position: relative;
}
.upmTutorialContainer .tutorialNavigationContainer ul.dotsNavigations {
  display: block;
  text-align: center;
}
.upmTutorialContainer .tutorialNavigationContainer ul.dotsNavigations li {
  display: inline-block;
}
.upmTutorialContainer .tutorialNavigationContainer ul.dotsNavigations li button {
  background-color: transparent;
  border: 2px solid #212121;
  height: 10px;
  margin: 10px 0;
  padding: 0;
  width: 10px;
}
.upmTutorialContainer .tutorialNavigationContainer ul.dotsNavigations li.active button {
  background-color: #61B2DE;
  border-color: #61B2DE;
}
.upmTutorialContainer .tutorialNavigationContainer .arrowNavigation {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 200;
}
.upmTutorialContainer .tutorialNavigationContainer .arrowNavigation.arrowNavigationLeft {
  left: 0;
}
.upmTutorialContainer .tutorialNavigationContainer .arrowNavigation.arrowNavigationRight {
  right: 0;
}

.tutorialPage .appMainScrollBody {
  top: 60px;
  bottom: 50px;
}
.tutorialPage .videoContainerWrapper {
  margin-top: 60px;
}
.tutorialPage .videoBackgroundContainer {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  background-size: cover;
  background: url(../images/screeenshots.jpg) 50% 50% no-repeat;
  border-radius: 3px;
  height: 288px;
  margin-top: 1.5rem;
  max-width: 640px;
}
.tutorialPage .playVideoButton {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  border: 5px solid #212121;
  height: auto;
  margin: 0;
  padding: 1.5rem;
}
.tutorialPage .popupContainer {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in;
  background-color: rgba(33, 33, 33, 0.85);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 100000;
}
.tutorialPage .popupContainer.show {
  visibility: visible;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tutorialPage .popupContainer .videoPlayerWrapper {
  background-color: #212121;
  box-shadow: 0 0 10px rgba(33, 33, 33, 0.75);
  height: 480px;
  padding: 0;
  position: relative;
  width: 854px;
}
@media screen and (max-width: 854px) {
  .tutorialPage .popupContainer .videoPlayerWrapper {
    width: 426px;
    height: 240px;
  }
}
.tutorialPage .popupContainer .videoPlayerWrapper .iframeVideo {
  display: block;
  width: 100%;
  height: 100%;
}
.tutorialPage .popupContainer .videoPlayerWrapper .iframeContainer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.tutorialPage .popupContainer .videoPlayerWrapper .closeVideoDialog {
  position: absolute;
  top: -40px;
  right: -40px;
  bottom: 0;
  left: unset;
  height: 42px !important;
  margin: 0;
  width: 42px !important;
}
.tutorialPage .popupContainer .videoPlayerWrapper .closeVideoDialog i {
  width: auto;
}

.inviteLandingPage .pageWrapper {
  margin: 0 auto;
  max-width: 520px;
  padding: 0 1.5rem;
}
.inviteLandingPage .inviteLandingPageHeader {
  background-color: #61B2DE;
}
.inviteLandingPage .inviteLandingPageHeader .pageWrapper {
  max-width: inherit;
  padding: 0 2rem;
}
.inviteLandingPage .pageHeaderWrapper {
  padding: 1.4rem 0;
}
.inviteLandingPage .pageHeaderWrapper:before, .inviteLandingPage .pageHeaderWrapper:after {
  content: " ";
  display: table;
}
.inviteLandingPage .pageHeaderWrapper:after {
  clear: both;
}
.inviteLandingPage .pageHeaderWrapper > div {
  display: inline-block;
}
.inviteLandingPage .pageSloganContainer {
  color: #FFFFFF;
  float: right;
  font-weight: 500;
  margin-top: -6px;
  max-width: 50%;
  padding-top: 3px;
}
.inviteLandingPage .pageSloganContainer a {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  line-height: 37px !important;
  margin: 0;
  background-color: transparent;
}
.inviteLandingPage select {
  margin-top: 2.32rem;
}
.inviteLandingPage input {
  height: 37px;
}
.inviteLandingPage .check--email--availability.disabled {
  opacity: 0 !important;
}
.inviteLandingPage .emailNotificationMessage,
.inviteLandingPage .registerErrorMessage {
  font-size: 1.5rem;
  font-weight: 500;
  min-height: 50px;
}
.inviteLandingPage .emailNotificationMessage span,
.inviteLandingPage .registerErrorMessage span {
  font-size: 16px;
}
.inviteLandingPage .registerCompanyTickerContainer .flexRow div:first-child, .inviteLandingPage .registerCompanyTickerContainer .tableFundView .fundAdditionalInformation div:first-child, .tableFundView .inviteLandingPage .registerCompanyTickerContainer .fundAdditionalInformation div:first-child, .inviteLandingPage .registerCompanyTickerContainer .tableFundView .fundBasicInformation div:first-child, .tableFundView .inviteLandingPage .registerCompanyTickerContainer .fundBasicInformation div:first-child {
  flex-grow: 1;
}
.inviteLandingPage .registerCompanyTickerContainer .flexRow div:last-child, .inviteLandingPage .registerCompanyTickerContainer .tableFundView .fundAdditionalInformation div:last-child, .tableFundView .inviteLandingPage .registerCompanyTickerContainer .fundAdditionalInformation div:last-child, .inviteLandingPage .registerCompanyTickerContainer .tableFundView .fundBasicInformation div:last-child, .tableFundView .inviteLandingPage .registerCompanyTickerContainer .fundBasicInformation div:last-child {
  margin-left: 1.5rem;
  flex-grow: 0;
  flex-shrink: 0;
}
.inviteLandingPage .pageModule {
  padding: 3rem 0;
}
.inviteLandingPage .pageModule.grayModule {
  background-color: #FAFAFA;
  padding-top: 3rem;
}
.inviteLandingPage .pageModule.borders {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.inviteLandingPage .pageModule.bgArrow {
  background: url(../images/svgIcons/upm_arrow_down_black_24px.svg) 50% 100% no-repeat;
  background-size: 72px;
  padding-bottom: 100px;
}
.inviteLandingPage .pageModule ul {
  margin-bottom: 3rem;
}
.inviteLandingPage .pageModule ul li {
  margin-bottom: 3rem;
  flex-wrap: nowrap;
  align-items: center;
}
.inviteLandingPage .pageModule ul li:before, .inviteLandingPage .pageModule ul li:after {
  content: " ";
  display: table;
}
.inviteLandingPage .pageModule ul li:after {
  clear: both;
}
.inviteLandingPage .pageModule ul li .iconWrapper {
  height: 3rem;
  margin-right: 10px;
  font-size: 3rem;
  color: #61B2DE;
}
.inviteLandingPage .pageModule ul li .iconWrapper i {
  font-size: inherit;
}
.inviteLandingPage .pageModule ul li .listLabel {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.inviteLandingPage .userPlanModule {
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 10px;
  margin: 3rem -10px;
}
.inviteLandingPage .userPlanModule.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.inviteLandingPage .userPlanModule .flexRow, .inviteLandingPage .userPlanModule .tableFundView .fundAdditionalInformation, .tableFundView .inviteLandingPage .userPlanModule .fundAdditionalInformation, .inviteLandingPage .userPlanModule .tableFundView .fundBasicInformation, .tableFundView .inviteLandingPage .userPlanModule .fundBasicInformation {
  flex-wrap: nowrap;
}
@media screen and (max-width: 480px) {
  .inviteLandingPage .userPlanModule .flexRow, .inviteLandingPage .userPlanModule .tableFundView .fundAdditionalInformation, .tableFundView .inviteLandingPage .userPlanModule .fundAdditionalInformation, .inviteLandingPage .userPlanModule .tableFundView .fundBasicInformation, .tableFundView .inviteLandingPage .userPlanModule .fundBasicInformation {
    flex-wrap: wrap;
  }
  .inviteLandingPage .userPlanModule .flexRow .descriptionItem, .inviteLandingPage .userPlanModule .tableFundView .fundAdditionalInformation .descriptionItem, .tableFundView .inviteLandingPage .userPlanModule .fundAdditionalInformation .descriptionItem, .inviteLandingPage .userPlanModule .tableFundView .fundBasicInformation .descriptionItem, .tableFundView .inviteLandingPage .userPlanModule .fundBasicInformation .descriptionItem {
    width: 100%;
  }
}
.inviteLandingPage .userPlanModule.hide {
  display: none;
}
.inviteLandingPage .userPlanModuleul, .inviteLandingPage .userPlanModule ol {
  margin-left: 0;
  padding-left: 0;
}
.inviteLandingPage .userPlanModule ol {
  margin-bottom: 3rem;
}
.inviteLandingPage .userPlanModule ol > li {
  line-height: 1.5;
}
.inviteLandingPage .userPlanModule:hover {
  cursor: pointer;
  border: 1px solid #EEEEEE;
}
.inviteLandingPage .paymentSumaryModule {
  background-color: #FAFAFA;
  border: 3px solid #61B2DE;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 1.5rem 1.5rem 3rem;
}
@media screen and (max-width: 640px) {
  .inviteLandingPage .paymentSumaryModule {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}
.inviteLandingPage .paymentSumaryModule .paymentItem:hover {
  cursor: pointer;
}
.inviteLandingPage .paymentSumaryModule .paymentItemPrice {
  width: 80px;
  text-align: right;
}
.inviteLandingPage .paymentSumaryModule .totalPricing td {
  font-family: "museo-slab", serif;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 7px;
  padding-top: 7px;
  text-align: right;
}
.inviteLandingPage .buttonItem {
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-top: 6px;
}
.inviteLandingPage .pricingItem {
  width: 180px;
  padding: 0 0.75rem;
  flex-grow: 0;
  flex-shrink: 0;
}
.inviteLandingPage .pricingItem h3 {
  margin: 5px 0;
}
.inviteLandingPage .pricingItem h1, .inviteLandingPage .pricingItem .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .inviteLandingPage .pricingItem select {
  margin: 10px 0;
  font-family: "museo-slab", serif;
  color: #61B2DE;
  font-weight: 300;
}
.inviteLandingPage .pricingItem p {
  font-size: 12px;
}
.inviteLandingPage .descriptionItem {
  padding-left: 0.75rem;
  flex-grow: 1;
  flex-shrink: 1;
}
.inviteLandingPage .formContainer ul li {
  margin-bottom: 0.75rem;
}
.inviteLandingPage .checkBoxLabel {
  margin-top: 11px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .inviteLandingPage ul li .listLabel {
    font-size: 1rem !important;
    font-weight: normal !important;
  }
}
.inviteLandingPage [data-email-is-verified=false] {
  opacity: 0.25;
  pointer-events: none;
}
.inviteLandingPage [data-email-is-verified=true] {
  opacity: 1;
}
.inviteLandingPage [data-email-belong-to-entity=true] {
  display: none;
}

.paymentIconsList {
  margin-bottom: 0 !important;
  margin: 4px 0 0 0;
  font-size: 24px;
}
.paymentIconsList li {
  margin-bottom: 0 !important;
  display: inline-block;
}
.paymentIconsList li .imgIcons {
  width: 260px;
  height: 18px;
  background: url(../images/card_visa.png) 0% 50% no-repeat;
  background-size: 240px auto;
}

.payment--option--radio--button {
  opacity: 1;
  transition: all 0.25s linear;
}
.payment--option--radio--button:hover {
  cursor: pointer;
}
.payment--option--radio--button.active {
  opacity: 1;
  color: #61B2DE;
}

.halfItem {
  flex-grow: 1;
  flex-shrink: 1;
  width: 50%;
}
.halfItem:first-child {
  padding-right: 0.75rem;
}
.halfItem:last-child {
  padding-left: 0.75rem;
}
@media screen and (max-width: 640px) {
  .halfItem {
    width: 100%;
  }
  .halfItem:first-child {
    padding-right: 0;
  }
  .halfItem:last-child {
    padding-left: 0;
  }
}

.error404Page {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .error404Page {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: unset;
    left: 0;
    transform: translateY(-50%);
  }
}
.error404Page .pageWrapper {
  margin: 1.5rem auto 0 auto;
  max-width: 960px;
  padding: 1.5rem;
}

.page404Message {
  margin: 0 auto;
  max-width: 640px;
  position: relative;
}
.page404Message .error404Page__heading {
  color: #f79107;
}
.page404Message.errorMoved .error404Page__heading {
  color: #5084af;
}
.page404Message.errorPrivate .error404Page__heading {
  color: #e1018b;
}
.page404Message.noAccess .error404Page__heading {
  color: #e55a5a;
}
.page404Message .messageWrapper {
  display: block;
  text-align: center;
  top: 110%;
}
.page404Message .error404Page_bg-img {
  width: 100%;
}
.page404Message .error404Page__heading {
  font-size: 63px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.page404Message .error404Page__message {
  display: block;
  font-size: 15px;
  padding: 5px 0;
}
.page404Message .error404Page__button {
  background-color: #61B2DE;
  color: #FFFFFF;
}
.page404Message .error404Page__button i {
  color: #FFFFFF;
  display: inline-block;
  height: 18px;
  margin: 1px 4px 0 0;
}
.page404Message .error404Page__button:hover {
  color: #FFFFFF;
}
.page404Message .error404Page__button:hover i {
  color: #FFFFFF;
}
.page404Message .goToHomePageButton {
  color: #FFFFFF;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 222px;
}
.page404Message .goToHomePageButton i {
  color: #FFFFFF;
  display: inline-block;
  height: 18px;
  margin: 1px 4px 0 0;
}
.page404Message .goToHomePageButton:hover {
  color: #FFFFFF;
}
.page404Message .goToHomePageButton:hover i {
  color: #FFFFFF;
}
@media screen and (max-width: 385px) {
  .page404Message .goToHomePageButton {
    top: 140px;
  }
}
.systemUpdatesPage .appMainScrollBody {
  top: 60px;
  bottom: 50px;
}
.systemUpdatesPage h1, .systemUpdatesPage .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .systemUpdatesPage select, .systemUpdatesPage h2 {
  margin-top: 3rem;
  margin-bottom: 0.75rem;
}
.systemUpdatesPage .dateOfRelese {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #AAAAAA;
}
.systemUpdatesPage .releasedListWrapper {
  margin: 4.5rem 0;
}
.systemUpdatesPage .releasedListWrapper h3 {
  color: #212121;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  margin-top: 3rem;
}

.portfolioPage {
  position: absolute;
  top: -60px;
  right: 0;
  bottom: 50px;
  left: 0;
  transition: all 0.3s linear;
}
.portfolioPage > .appMainScrollBody {
  transition: all 0.3s linear;
  bottom: 0;
  top: 0px;
}
.portfolioPage .iconButton {
  color: #61B2DE;
}
.portfolioPage .iconButton i {
  margin-right: 3px;
  margin-top: -2px;
}
.portfolioPage .noContent .material-icons {
  margin-top: -3px;
  margin-right: 5px;
}
.portfolioPage .listOfFunds ul {
  padding: 0;
  margin: 0;
}
.portfolioPage .listOfFunds .fundItem {
  padding: 0.375rem 0;
  border-bottom: 1px solid #EEEEEE;
  height: 43px;
}
.portfolioPage .listOfFunds .fundItem.header {
  color: #AAAAAA;
  border-bottom: 1px solid #EEEEEE;
}
.portfolioPage .listOfFunds .flexRow, .portfolioPage .listOfFunds .tableFundView .fundAdditionalInformation, .tableFundView .portfolioPage .listOfFunds .fundAdditionalInformation, .portfolioPage .listOfFunds .tableFundView .fundBasicInformation, .tableFundView .portfolioPage .listOfFunds .fundBasicInformation {
  flex-wrap: nowrap;
  align-items: center;
}
.portfolioPage .listOfFunds .flexRow > li, .portfolioPage .listOfFunds .tableFundView .fundAdditionalInformation > li, .tableFundView .portfolioPage .listOfFunds .fundAdditionalInformation > li, .portfolioPage .listOfFunds .tableFundView .fundBasicInformation > li, .tableFundView .portfolioPage .listOfFunds .fundBasicInformation > li {
  margin-right: 10px;
}
.portfolioPage .listOfFunds .flexRow > li:last-child, .portfolioPage .listOfFunds .tableFundView .fundAdditionalInformation > li:last-child, .tableFundView .portfolioPage .listOfFunds .fundAdditionalInformation > li:last-child, .portfolioPage .listOfFunds .tableFundView .fundBasicInformation > li:last-child, .tableFundView .portfolioPage .listOfFunds .fundBasicInformation > li:last-child {
  margin-right: 0;
}
.portfolioPage .listOfFunds .fundData,
.portfolioPage .listOfFunds .fundDate,
.portfolioPage .listOfFunds .memoDate,
.portfolioPage .listOfFunds .lastDocument {
  flex-grow: 0;
  flex-shrink: 0;
}
.portfolioPage .listOfFunds .fundName {
  flex-grow: 1;
  flex-shrink: 1;
}
.portfolioPage .listOfFunds .documentName {
  width: 120px;
}
.portfolioPage .listOfFunds .lastDocument {
  width: 120px;
}
.portfolioPage .listOfFunds .memoDate {
  width: 120px;
}
.portfolioPage .listOfFunds .fundData {
  width: 80px;
  text-align: right;
  flex-grow: 0;
  flex-shrink: 0;
}
.portfolioPage .listOfFunds .fundDate {
  width: 100px;
  text-align: right;
  flex-grow: 0;
  flex-shrink: 0;
}
.portfolioPage .listOfFunds .removeItem {
  width: 32px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
}
.portfolioPage .listOfFunds.header {
  color: #AAAAAA;
  border-bottom: 1px solid #EEEEEE;
}
@media screen and (max-width: 680px) {
  .portfolioPage .listOfFunds .fundData,
  .portfolioPage .listOfFunds .fundDate,
  .portfolioPage .listOfFunds .memoDate,
  .portfolioPage .listOfFunds .lastDocument {
    display: none;
  }
}
.portfolioPage .pageWrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.portfolioPage .portfolioPageHeader {
  margin: 3rem 0 0.75rem;
  max-width: 768px;
}
.portfolioPage .pageModuleTitle {
  margin: 3rem 0 0.75rem;
}
.portfolioPage .pageModuleTitle h1, .portfolioPage .pageModuleTitle .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .portfolioPage .pageModuleTitle select, .portfolioPage .pageModuleTitle h2, .portfolioPage .pageModuleTitle h3, .portfolioPage .pageModuleTitle h4 {
  display: inline-block;
}
.portfolioPage .pageModuleTitle input {
  padding-left: 0;
}
.portfolioPage .pageModuleTitle .search--files--by--concept:hover {
  cursor: pointer;
  color: #61B2DE;
}
.portfolioPage .autocompleteInputWrapper {
  max-width: 640px;
}
.portfolioPage .autocompleteInputWrapper input {
  margin-top: 12px;
}
.portfolioPage .autocompleteInputWrapper button {
  margin: 0;
}
.portfolioPage .listOfFilesModule, .portfolioPage .listOfConceptsModule {
  position: relative;
  background-color: #F0F0F0;
  margin: 0 0;
  padding: 0;
}
.portfolioPage .listOfFilesModule ul, .portfolioPage .listOfConceptsModule ul {
  display: block;
  margin: 0.7em 0 0.7em 0;
}
.portfolioPage .listOfFilesModule ul .noContent, .portfolioPage .listOfConceptsModule ul .noContent {
  padding: 0 1.5rem;
}
.portfolioPage .listOfFilesModule ul .fileItem, .portfolioPage .listOfConceptsModule ul .fileItem {
  position: relative;
  display: inline-block;
  border: 1px solid #EEEEEE;
  margin-right: 0.3em;
  background: url(../images/loader_fancy.svg) 50% 50% no-repeat;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.portfolioPage .listOfFilesModule ul .fileItem:first-child, .portfolioPage .listOfConceptsModule ul .fileItem:first-child {
  margin-left: 1.5rem;
}
.portfolioPage .listOfFilesModule ul .fileItem .thumbnailContiner, .portfolioPage .listOfConceptsModule ul .fileItem .thumbnailContiner {
  height: 240px;
}
.portfolioPage .listOfFilesModule ul .fileItem .thumbnailContiner img, .portfolioPage .listOfConceptsModule ul .fileItem .thumbnailContiner img {
  display: block;
  height: 240px;
  min-width: 185px;
}
.portfolioPage .listOfFilesModule ul .fileItem:hover, .portfolioPage .listOfConceptsModule ul .fileItem:hover {
  border-color: #AAAAAA;
}
.portfolioPage .listOfFilesModule ul .fileItem .removeFromPortfolioButton, .portfolioPage .listOfConceptsModule ul .fileItem .removeFromPortfolioButton {
  position: absolute;
  top: 0.375rem;
  right: 0.375rem;
  bottom: unset;
  left: unset;
  line-height: 1;
}
.portfolioPage .listOfConceptsModule .conceptItem {
  position: relative;
  display: inline-block;
  border: 1px solid #EEEEEE;
  background-color: #FFFFFF;
  margin-right: 0.3em;
  transition: all 0.25s linear;
  vertical-align: top;
}
.portfolioPage .listOfConceptsModule .conceptContainer {
  height: 370px;
  padding: 0.75rem;
  position: relative;
  width: 460px;
}
.portfolioPage .listOfConceptsModule .conceptContainer .removeFromPortfolioButton {
  position: absolute;
  top: -0.75rem;
  right: 0;
}
.portfolioPage .listOfConceptsModule .conceptContainer .conceptTitle {
  position: relative;
}
.portfolioPage .listOfConceptsModule .conceptContainer .conceptTitle h3 {
  font-weight: 700;
  margin: 0.75rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #EEEEEE;
}
.portfolioPage .listOfConceptsModule .conceptContainer .documentList li {
  margin: 5px 0;
  display: block;
}
.portfolioPage .listOfConceptsModule .conceptContainer .documentList li a {
  display: block;
}
.portfolioPage .moduleScroller {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.portfolioPage .removeFromPortfolioButton {
  transition: all 0.25s linear;
  background-color: transparent;
  color: #f04124;
  margin: 0;
  padding: 0;
}

.addToPorftolioDialog .dialogTitle {
  color: #212121;
}
.addToPorftolioDialog .dialogTitle p {
  color: #212121;
}
.addToPorftolioDialog .dialogTitle h1, .addToPorftolioDialog .dialogTitle .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .addToPorftolioDialog .dialogTitle select {
  margin: 0;
}
.addToPorftolioDialog .dialogTitle strong {
  font-weight: 700;
}
.addToPorftolioDialog .addToPortfolioContainerWrapper {
  margin-bottom: 6rem;
}
.addToPorftolioDialog .flexRow > div, .addToPorftolioDialog .tableFundView .fundAdditionalInformation > div, .tableFundView .addToPorftolioDialog .fundAdditionalInformation > div, .addToPorftolioDialog .tableFundView .fundBasicInformation > div, .tableFundView .addToPorftolioDialog .fundBasicInformation > div {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
.addToPorftolioDialog .flexRow .cratePortfolioContainerWrapper, .addToPorftolioDialog .tableFundView .fundAdditionalInformation .cratePortfolioContainerWrapper, .tableFundView .addToPorftolioDialog .fundAdditionalInformation .cratePortfolioContainerWrapper, .addToPorftolioDialog .tableFundView .fundBasicInformation .cratePortfolioContainerWrapper, .tableFundView .addToPorftolioDialog .fundBasicInformation .cratePortfolioContainerWrapper {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.addToPorftolioDialog .addToPortfolioContainerWrapper .button, .addToPorftolioDialog .addToPortfolioContainerWrapper .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .addToPorftolioDialog .addToPortfolioContainerWrapper button, .addToPorftolioDialog .addToPortfolioContainerWrapper .buttonAction,
.addToPorftolioDialog .cratePortfolioContainerWrapper .button,
.addToPorftolioDialog .cratePortfolioContainerWrapper .editCreateMemoPage .pageOptionsContainer ul li button,
.editCreateMemoPage .pageOptionsContainer ul li .addToPorftolioDialog .cratePortfolioContainerWrapper button,
.addToPorftolioDialog .cratePortfolioContainerWrapper .buttonAction {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-top: 0.75rem;
}
.addToPorftolioDialog .addToPortfolioContainerWrapper ul,
.addToPorftolioDialog .cratePortfolioContainerWrapper ul {
  list-style: none;
}
.addToPorftolioDialog .addToPortfolioContainerWrapper ul li,
.addToPorftolioDialog .cratePortfolioContainerWrapper ul li {
  margin-bottom: 0.75rem;
}
.addToPorftolioDialog .addToPortfolioContainerWrapper ul li input,
.addToPorftolioDialog .cratePortfolioContainerWrapper ul li input {
  margin: 0;
  height: 2.5rem;
  padding-left: 0;
}
.addToPorftolioDialog .addToPortfolioContainerWrapper ul li span,
.addToPorftolioDialog .cratePortfolioContainerWrapper ul li span {
  margin-top: 0.375rem;
}
.addToPorftolioDialog .portfolioDiscription {
  border-bottom: 2px solid #212121;
  padding: 0.4375rem 0;
  margin-top: 0.75rem;
}
.addToPorftolioDialog .portfolioDiscription:focus {
  outline: none;
}

.closePortfolioDialog {
  position: fixed;
  right: 1.5rem;
  top: 1.5rem;
  background-color: #FFFFFF;
  border: 2px solid #EEEEEE;
  border-radius: 50%;
  color: #61B2DE;
  height: 2.5rem;
  line-height: 52px;
  padding: 0;
  width: 2.5rem;
  margin: 0;
}
.closePortfolioDialog:hover {
  border-color: #61B2DE;
  background-color: #FFFFFF;
}

.modifyPortfolioPage .pageModuleTitle input {
  margin: 0;
  padding-left: 0;
}
.modifyPortfolioPage .modifyModuleContent input {
  margin: 0;
  padding-left: 0;
}
.modifyPortfolioPage .modifyModuleContent > ul > li {
  margin-bottom: 1.5rem;
}
.modifyPortfolioPage .modifyModuleContent .noteContainer {
  border-bottom: 2px solid #212121;
  padding-bottom: 0.4375rem;
  padding-top: 0.4375rem;
}
.modifyPortfolioPage .modifyModuleContent .noteContainer:focus {
  outline: none;
  border-color: #61B2DE;
}

.portfolioListPage .appMainScrollBody {
  top: 170px;
  bottom: 50px;
}
.portfolioListPage .nbDocuments,
.portfolioListPage .nbFunds,
.portfolioListPage .nbConcepts {
  width: 8rem;
  text-align: right;
}
.portfolioListPage .dateCreated,
.portfolioListPage .portfolioNickname {
  width: 14rem;
}
.portfolioListPage .dateCreated {
  text-align: right;
}
@media screen and (max-width: 960px) {
  .portfolioListPage .nbDocuments,
  .portfolioListPage .nbFunds,
  .portfolioListPage .nbConcepts {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .portfolioListPage .portfolioNickname {
    display: none !important;
  }
}

.createEnityGroupPage .appMainScrollBody {
  top: 60px !important;
  bottom: 50px !important;
}
.createEnityGroupPage .pageWrapper {
  max-width: 640px;
}
.createEnityGroupPage .createEnityGroupPageOptions {
  margin-bottom: 3rem;
}
.createEnityGroupPage .flexRow .buttonWrapper, .createEnityGroupPage .tableFundView .fundAdditionalInformation .buttonWrapper, .tableFundView .createEnityGroupPage .fundAdditionalInformation .buttonWrapper, .createEnityGroupPage .tableFundView .fundBasicInformation .buttonWrapper, .tableFundView .createEnityGroupPage .fundBasicInformation .buttonWrapper {
  margin-right: 1.5rem;
  width: 50%;
}
.createEnityGroupPage .flexRow .buttonWrapper:last-child, .createEnityGroupPage .tableFundView .fundAdditionalInformation .buttonWrapper:last-child, .tableFundView .createEnityGroupPage .fundAdditionalInformation .buttonWrapper:last-child, .createEnityGroupPage .tableFundView .fundBasicInformation .buttonWrapper:last-child, .tableFundView .createEnityGroupPage .fundBasicInformation .buttonWrapper:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .createEnityGroupPage .flexRow .buttonWrapper, .createEnityGroupPage .tableFundView .fundAdditionalInformation .buttonWrapper, .tableFundView .createEnityGroupPage .fundAdditionalInformation .buttonWrapper, .createEnityGroupPage .tableFundView .fundBasicInformation .buttonWrapper, .tableFundView .createEnityGroupPage .fundBasicInformation .buttonWrapper {
    margin-right: 0;
    width: 100%;
  }
}
.createEnityGroupPage .createBlockForm input {
  margin: 0;
  padding-left: 0;
}
.createEnityGroupPage .createBlockForm li {
  margin-bottom: 0.75rem;
}
.createEnityGroupPage .textContent {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.notificationsPage .appMainScrollBody {
  top: 120px;
}
.notificationsPage .notificationsItem {
  border-bottom: 1px solid #EFEFEF;
  margin: 0.75rem 0;
  padding: 0.75rem 25px;
  position: relative;
}
.notificationsPage .notificationsItem:before, .notificationsPage .notificationsItem:after {
  content: " ";
  display: table;
}
.notificationsPage .notificationsItem:after {
  clear: both;
}
.notificationsPage .notificationsItem:last-child {
  border-bottom: 0;
}
.notificationsPage .notificationsItem .dismissButtonWrapper {
  float: right;
  margin-left: 1.5rem;
  position: relative;
}
.notificationsPage .notificationsItem .dismissButtonWrapper button {
  margin: 0;
  border-color: transparent;
}
.notificationsPage .notificationHeader {
  padding: 0 0.375rem;
}
.notificationsPage .notificationHeader .notificationsItem .flexRow, .notificationsPage .notificationHeader .notificationsItem .tableFundView .fundAdditionalInformation, .tableFundView .notificationsPage .notificationHeader .notificationsItem .fundAdditionalInformation, .notificationsPage .notificationHeader .notificationsItem .tableFundView .fundBasicInformation, .tableFundView .notificationsPage .notificationHeader .notificationsItem .fundBasicInformation {
  height: 43px;
  align-items: center;
  color: #AAAAAA;
}
.notificationsPage .notification-close-button:hover {
  color: #212121;
}

.tagsPage .appHeader {
  transition: all 0.75s linear;
}
.tagsPage .appHeader .unionTags {
  width: 60%;
  overflow: auto;
  padding: 0 30px;
}
.tagsPage .appHeader .unionTags .listOfTags {
  width: 70%;
  white-space: nowrap;
  overflow-x: auto;
  flex-wrap: nowrap;
}
.tagsPage .appHeader .unionTags .listOfTags::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.tagsPage .appHeader .unionTags .listOfTags::-webkit-scrollbar-thumb {
  background: #61B2DE;
  border-radius: 30px;
}
.tagsPage .appHeader .unionTags .listOfTags::-webkit-scrollbar-track {
  background: rgb(237, 237, 237);
}
.tagsPage .appHeader .unionTags .listOfTags .upmListItem.active {
  background: #33475B;
  color: #FFFFFF !important;
  border-color: #33475B;
}
.tagsPage .desiredTag {
  background-color: rgba(255, 170, 0, 0.1);
}
.tagsPage .appMainScrollBody {
  top: 119px;
  bottom: 50px;
  padding-bottom: 80px;
  transition: all 0.75s linear;
}
.tagsPage .tags-list-dropdown {
  height: 42px;
  margin: 20px 0 30px;
}
.tagsPage .tagsWrapper {
  border: 1px solid #CDD6E2;
  border-radius: 8px;
  margin: 50px 30px;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .tagsPage .tagsWrapper {
    padding: 20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tagsPage .tagsWrapper {
    padding: 30px !important;
  }
}
.tagsPage .tagsWrapper .checkboxComponent {
  margin: 0 !important;
}
.tagsPage .tagsBody {
  background-color: #F6F6F6;
  bottom: 0;
  padding-bottom: 0;
}
.tagsPage .tagsBody__left {
  border-right: 1px solid #CDD6E2;
  padding: 20px 20px 20px 20px;
  height: 100%;
  background: #FFFFFF;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .tagsPage .tagsBody__left {
    border-right: 0;
    height: auto;
    position: inherit;
    width: 100%;
    border-bottom: 1px solid #CDD6E2;
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .tagsPage .tagsBody__left {
    width: 100%;
    border-right: 0;
    position: inherit;
    height: auto;
    padding: 20px 20px 20px 20px;
  }
}
.tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-header {
  padding: 0 15px 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-header .umAccordionItem-title {
  height: 60px;
  flex-grow: 1;
}
.tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-header .umAccordionItem-title .tab--name--link {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 440px;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 2900px) {
  .tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-header .umAccordionItem-title .tab--name--link {
    width: 340px;
  }
}
@media screen and (max-width: 2400px) {
  .tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-header .umAccordionItem-title .tab--name--link {
    width: 250px;
  }
}
@media screen and (max-width: 2000px) {
  .tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-header .umAccordionItem-title .tab--name--link {
    width: 180px;
  }
}
@media screen and (max-width: 1750px) {
  .tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-header .umAccordionItem-title .tab--name--link {
    width: 150px;
  }
}
@media screen and (max-width: 1600px) {
  .tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-header .umAccordionItem-title .tab--name--link {
    width: 120px;
  }
}
@media screen and (max-width: 1399px) {
  .tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-header .umAccordionItem-title .tab--name--link {
    width: 170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-header .umAccordionItem-title .tab--name--link {
    width: 68vw;
  }
}
@media screen and (max-width: 767px) {
  .tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-header .umAccordionItem-title .tab--name--link {
    width: 50vw;
  }
}
@media screen and (max-width: 500px) {
  .tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-header .umAccordionItem-title .tab--name--link {
    width: 35vw;
  }
}
.tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-header .btnRow {
  align-items: center;
}
.tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-body {
  padding: 20px;
}
.tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-body .tabs {
  display: flex;
  flex-direction: column;
}
.tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-body .tabs .tab-link {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  background: #F5F8FA;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 5px;
}
.tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-body .tabs .tab-link p {
  margin: 0;
}
.tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-body .tabs .tab-link span {
  margin-top: 0;
}
.tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-body .tabs .tab-link.active {
  background: #61B2DE;
  color: #FFFFFF;
}
.tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-body .tabs .tab-link.active:hover {
  background: #61B2DE;
  color: #FFFFFF;
}
.tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-body .tabs .tab-link:hover {
  background: #61B2DE;
  color: #FFFFFF;
}
.tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-body .innerBorderWrapper {
  padding: 20px !important;
}
.tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-body .selected-tags {
  display: flex;
  flex-wrap: wrap;
}
.tagsPage .tagsBody__left .umAccordion .umAccordionItem .umAccordionItem-body .selected-tags span {
  background: #F4FBFF;
  border: 1px solid #61B2DE;
  color: #262626;
  font-size: 12px;
  border-radius: 4px;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.tagsPage .tagsBody__left .content {
  overflow: auto;
  height: 130vh;
  padding-right: 10px;
  margin-bottom: 100px;
}
.tagsPage .tagsBody__left .content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.tagsPage .tagsBody__left .content::-webkit-scrollbar-thumb {
  background: #61B2DE;
  border-radius: 30px;
}
.tagsPage .tagsBody__left .content::-webkit-scrollbar-track {
  background: rgb(237, 237, 237);
}
@media screen and (max-width: 767px) {
  .tagsPage .tagsBody__left .content {
    height: auto;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .tagsPage .tagsBody__left .content {
    height: auto;
    padding-right: 0;
  }
}
.tagsPage .tagsBody__right {
  background: #FFFFFF;
  border: 1px solid #CDD6E2;
  padding: 20px;
  margin: 30px 30px 90px 30px;
  border-radius: 8px;
}
.tagsPage .tagsBody__right .breadcrumb {
  display: flex;
  margin-bottom: 10px;
  position: sticky;
  top: 0;
  background: #FFFFFF;
  padding: 20px;
  z-index: 11;
}
.tagsPage .tagsBody__right .breadcrumb .link {
  font-size: 0.8rem;
  color: #777777;
}
.tagsPage .tagsBody__right .breadcrumb .link.current {
  color: #262626;
}
.tagsPage .tagsBody__right .breadcrumb .separator {
  margin: 0 0.5rem;
}
.tagsPage .tagsBody__right .umAccordion .umAccordionItem {
  margin-bottom: 0;
}
.tagsPage .tagsBody__right .umAccordion .umAccordionItem .umAccordionItem-header {
  background: none;
  border-radius: 0;
  border-bottom-color: #CDD6E2;
  padding-left: 50px;
}
.tagsPage .tagsBody__right .umAccordion .umAccordionItem .umAccordionItem-header:hover {
  background: #F4FBFF;
}
.tagsPage .tagsBody__right .umAccordion .umAccordionItem .umAccordionItem-header .umAccordionItem-title {
  display: flex;
  justify-content: space-between;
}
.tagsPage .tagsBody__right .umAccordion .umAccordionItem .umAccordionItem-header .umAccordionItem-title a {
  text-transform: capitalize;
}
.tagsPage .tagsBody__right .umAccordion .umAccordionItem .umAccordionItem-header .umAccordionItem-title span {
  font-weight: 300;
  font-size: 16px;
}
.tagsPage .tagsBody__right .umAccordion .umAccordionItem .umAccordionItem-body {
  padding: 20px;
  border-radius: 0;
}
.tagsPage .tagsBody__right .umAccordion .umAccordionItem .umAccordionItem-body .small-tags {
  background: #F4FBFF;
  border: 1px solid #61B2DE;
  color: #262626;
  font-size: 12px;
  border-radius: 4px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .tagsPage .tagsBody__right .umAccordion .umAccordionItem .umAccordionItem-body .small-tags {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tagsPage .tagsBody__right .umAccordion .umAccordionItem .umAccordionItem-body .small-tags {
    display: none;
  }
}
.tagsPage .tagsBody__right .umAccordion .umAccordionItem .umAccordionItem-body .upFileRow .fileName .fileLinkWrapper {
  margin-right: 20px;
}
.tagsPage .tagsBody__right .umAccordion .umAccordionItem.open .umAccordionItem-header {
  border: 0;
  border-bottom: 1px solid #CDD6E2;
}
.tagsPage .tagsBody__right .umAccordion .umAccordionItem.open .umAccordionItem-body {
  border: 0;
}
.tagsPage .tagsBody__right .tab-content {
  display: none;
}
.tagsPage .tagsBody__right .tab-content .people .infoRow {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .tagsPage .tagsBody__right .tab-content .people .infoRow {
    flex-direction: column;
  }
}
.tagsPage .tagsBody__right .tab-content .people .infoRow h5 {
  margin: 0;
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .tagsPage .tagsBody__right .tab-content .people .infoRow h5 {
    margin-right: 0;
  }
}
.tagsPage .tagsBody__right .tab-content .people .infoRow span {
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .tagsPage .tagsBody__right .tab-content .people .infoRow span {
    margin-right: 0;
  }
}
.tagsPage .tagsBody__right .tab-content.active {
  display: inherit;
}

.treeStructure .chart {
  border: 3px solid #E3E3E3;
  border-radius: 3px;
  height: 159px;
  margin: 5px auto;
  width: 332px;
}
.treeStructure .node-content {
  color: #61B2DE;
  border: 1px solid #61B2DE;
  border-spacing: 15px;
  border-radius: 2px;
  padding: 10px;
  min-width: 200px;
  transition: background-color 0.5s, color 0.5s;
}
.treeStructure .node-content:hover {
  background-color: #61B2DE;
}
.treeStructure .node-content:hover a {
  color: #FFFFFF !important;
}
.treeStructure .node-content .node-name {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  min-width: 149px;
  max-width: 160px;
}
.treeStructure .node-content .icon-align {
  position: absolute;
  top: 11px;
  right: 10px;
  bottom: unset;
  left: unset;
}
.treeStructure .node-content a {
  font-size: 18px;
}
@media screen and (max-width: 680px) {
  .treeStructure .node-content a {
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin: 0;
  }
}
.treeStructure .structure-list {
  margin-top: 26px;
}
.treeStructure .parent .tree-branch {
  border-bottom-left-radius: 3px;
  border-bottom: 1px solid #e8e5e5;
  border-left: 1px solid #e8e5e5;
  height: 32px;
  left: -16px;
  position: absolute;
  top: -23px;
  width: 13px;
}
.treeStructure .parent a {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
}
.treeStructure .parent i {
  color: #61B2DE;
  font-size: 16px;
}
.treeStructure .parent .child {
  margin-left: 24px;
  position: relative;
}
.treeStructure .parent .child a {
  font-weight: 500;
}
.treeStructure .parent .child:first-child .tree-branch {
  height: 13px;
  top: -4px;
}
@media screen and (min-width: 1200px) {
  .treeStructure .mobileTreeStructure {
    display: none;
  }
}
.treeStructure .desktopTreeStructure {
  display: none;
}
@media screen and (min-width: 1200px) {
  .treeStructure .desktopTreeStructure {
    display: block;
  }
}
.treeStructure .nodeActive {
  background: #61B2DE;
}
.treeStructure .nodeActive a {
  color: #FFFFFF;
}

.userTypeSection h1, .userTypeSection .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .userTypeSection select {
  padding-left: 8px;
}
.userTypeSection h3 {
  padding-left: 0.8rem;
}

.usersWrapper .memberRowTemplate {
  padding-left: 0;
}

.entityUsers {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.entityUsers .appMainScrollBody {
  top: 59px !important;
}
.entityUsers .memberListHeader .memberRowTemplate .flexItem {
  padding: 1px !important;
}
.entityUsers .sub-nav-menu-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.entityUsers .sub-nav-menu-wrapper .info-button {
  margin-top: 20px;
}
@media screen and (min-width: 398px) {
  .entityUsers .sub-nav-menu-wrapper .info-button {
    margin-top: 0;
    margin-left: 17px;
  }
}
.entityUsers .divisonNumber {
  display: none;
}
@media screen and (min-width: 680px) {
  .entityUsers .divisonNumber {
    display: block;
  }
}
.entityUsers .profileSettingsPage .settingsPageModuleContainer ul {
  padding-left: 8px;
}
.entityUsers .memberListHeader .memberRowTemplate {
  padding-left: 1.2rem;
}

@media screen and (min-width: 768px) {
  .domainPage .tableSection {
    max-width: 68%;
  }
}

.entity-users-sidebar .memberRemove {
  padding-right: 0;
}

.domainPage .tableSection {
  width: 100%;
}
.domainPage .domainName,
.domainPage .domainEmail {
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  .domainPage .domainName,
  .domainPage .domainEmail {
    width: 50%;
  }
}
.domainPage .memberRowTemplate {
  padding-left: 1.2rem;
}
.domainPage .memberRowTemplate .flexItem {
  overflow: visible;
}
.domainPage .memberListHeader .memberRowTemplate .flexItem,
.domainPage .memberRowTemplate .flexItem {
  padding: 0 5px !important;
}

.entityUserName {
  display: none;
}
@media screen and (min-width: 830px) {
  .entityUserName {
    display: block;
  }
}

@media screen and (max-width: 829px) {
  .user-management-email-column {
    width: 50% !important;
  }
}
.user-visibility-button {
  height: 32px;
  width: 32px;
}
.user-visibility-button i {
  font-size: 20px !important;
}

.user-visibility-button[data-visibility=YOU] i {
  color: #DF6365;
}
.user-visibility-button[data-visibility=YOU]:hover {
  border-color: #DF6365;
  color: #fff;
}
.user-visibility-button[data-visibility=YOU]:active {
  background: transparent;
}

.user-visibility-button[data-visibility=ENTITY] i {
  color: #55B5AC;
}
.user-visibility-button[data-visibility=ENTITY]:hover {
  border-color: #55B5AC;
  color: #fff;
}
.user-visibility-button[data-visibility=ENTITY]:active {
  background: transparent;
}

.singleDivisionPage .blank-empty-state.hide {
  display: none;
}
.singleDivisionPage .memberRowTemplate {
  padding-left: 0;
}
.singleDivisionPage .groupCongributorsContainer h3 {
  padding-left: 0;
}
.singleDivisionPage .memberRowTemplate .flexItem {
  padding: 0;
}

.nonEntityUsers .actionAvailable i {
  background: transparent;
  color: #61B2DE !important;
}
.nonEntityUsers .actionUnavailable i {
  background: transparent;
  color: #F4CF46 !important;
}
.nonEntityUsers .iconMoveRight {
  position: relative;
  right: -10px;
}
.nonEntityUsers .userTypeSection h3 {
  padding-left: 0.6rem;
}
.nonEntityUsers .appMainScrollBody {
  top: 60px !important;
}
.nonEntityUsers .memberListHeader .memberRowTemplate {
  padding: 0.675rem 9px;
}
.nonEntityUsers .memberRowTemplate .divisonNumber {
  display: block;
  max-width: 110px;
  min-width: 70px;
  width: auto;
}
.nonEntityUsers .domain-back-link {
  padding: 39px 0 21px;
}

.styleguidePage .appMainScrollBody {
  top: 60px;
  bottom: 50px;
}
.styleguidePage iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  height: 100%;
  outline: 0;
  width: 100%;
}

.checkboxComponent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0.5rem;
  cursor: pointer;
}
.checkboxComponent[data-checkbox-status=checked] .uncheck {
  display: none;
}
.checkboxComponent[data-checkbox-status=checked] .checked {
  display: inline-block;
}
.checkboxComponent[data-checkbox-status=checked] .semi-checked {
  display: none;
}
.checkboxComponent[data-checkbox-status=checked] .indeterminate {
  display: none;
}
.checkboxComponent[data-checkbox-status=checked] .iconCheckboxWrapper i {
  color: #33475B;
  font-size: 1.8rem;
}
.checkboxComponent[data-checkbox-status=unchecked] .uncheck {
  display: inline-block;
}
.checkboxComponent[data-checkbox-status=unchecked] .checked {
  display: none;
}
.checkboxComponent[data-checkbox-status=unchecked] .semi-checked {
  display: none;
}
.checkboxComponent[data-checkbox-status=unchecked] .indeterminate {
  display: none;
}
.checkboxComponent[data-checkbox-status=unchecked] .iconCheckboxWrapper i {
  color: #262626;
  font-size: 1.8rem;
}
.checkboxComponent[data-checkbox-status=semi-checked] .uncheck,
.checkboxComponent[data-checkbox-status=semi-checked] .checked {
  display: none;
}
.checkboxComponent[data-checkbox-status=semi-checked] .semi-checked {
  display: inline-block;
}
.checkboxComponent[data-checkbox-status=semi-checked] .iconCheckboxWrapper i {
  color: #33475B;
  font-size: 1.8rem;
}
.checkboxComponent[data-checkbox-status=indeterminate] .uncheck {
  display: none;
}
.checkboxComponent[data-checkbox-status=indeterminate] .checked {
  display: none;
}
.checkboxComponent[data-checkbox-status=indeterminate] .indeterminate {
  display: inline-block;
}
.checkboxComponent[data-checkbox-status=indeterminate] .iconCheckboxWrapper i {
  color: #33475B;
  font-size: 1.8rem;
}
.checkboxComponent .iconCheckboxWrapper {
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  margin-right: 0.5rem;
}
.checkboxComponent .iconCheckboxWrapper p {
  font-weight: 300;
  display: inline;
  margin-left: 8px;
}
.checkboxComponent label {
  line-height: 2.2;
  margin-top: 0 !important;
}
.checkboxComponent label:hover {
  cursor: pointer;
}
.checkboxComponent._small i {
  font-size: 16px;
}
.checkboxComponent._rightPosition {
  justify-content: flex-end;
}
.checkboxComponent._margin16 {
  margin: 16px 0;
}
.checkboxComponent.disabled i {
  color: #33475B;
  font-size: 1.8rem;
}

.radioButtonComponent[data-checkbox-status=checked] .uncheck {
  display: none;
}
.radioButtonComponent[data-checkbox-status=checked] .checked {
  display: inline-block;
}
.radioButtonComponent[data-checkbox-status=checked] .radioButtonIconWrapper i {
  color: #33475B;
}
.radioButtonComponent[data-checkbox-status=unchecked] .uncheck {
  display: inline-block;
}
.radioButtonComponent[data-checkbox-status=unchecked] .checked {
  display: none;
}
.radioButtonComponent[data-checkbox-status=unchecked] .radioButtonIconWrapper i {
  color: #262626;
}
.radioButtonComponent .radioButtonIconWrapper {
  cursor: pointer;
  margin-right: 10px;
  font-size: 1rem;
  font-weight: 300;
}
.radioButtonComponent .radioButtonIconWrapper ._bigIcon {
  font-size: 1.8rem;
}
.radioButtonComponent .radioButtonIconWrapper p {
  display: inline;
}
.radioButtonComponent .radioButtonIconWrapper span {
  font-size: 1rem;
  margin: 0 8px;
  color: #666666;
  font-style: oblique;
}

.noMargins {
  margin: 0 !important;
}

.fundSection_TableView_Filer {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-basis: 0;
  margin: 5px 20px;
}
.fundSection_TableView_Filer li {
  margin-right: 10px;
}
.fundSection_TableView_Filer li:last-child {
  margin-right: 0;
}
.fundSection_TableView_Filer li.dateFilter {
  width: 40px;
}
.fundSection_TableView_Filer .fund-section__checkbox-wrapper {
  padding-bottom: 3px;
}
.fundSection_TableView_Filer .checkboxComponent {
  align-items: center;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .fundSection_TableView_Filer .checkboxComponent .iconCheckboxWrapper {
    margin-right: 7px;
  }
  .fundSection_TableView_Filer .checkboxComponent i {
    font-size: 16px;
  }
}
.fundSection_TableView_Filer select {
  background-color: #FFFFFF;
}
.fundSection_TableView_Filer label {
  font-size: 10px;
}

.fund-section__dialog-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-self: flex-end;
  color: #6E6E6E;
  cursor: pointer;
  position: absolute;
  top: 16px;
}
.fund-section__dialog-icon:hover {
  color: #61B2DE;
}
.fund-section__dialog-icon:hover p {
  color: #61B2DE;
}
.fund-section__dialog-icon p {
  margin: 0 0 0 0.5rem;
  font-size: 0.8rem;
  color: #666666;
  cursor: pointer;
}
.fund-section__dialog-icon p:hover {
  color: #61B2DE;
}
@media screen and (max-width: 500px) {
  .fund-section__dialog-icon p {
    display: none;
  }
}

.pos-relative {
  position: relative;
}

.tableFundView .fundBasicInformation .fundTypeIcon {
  margin-right: 10px;
  text-align: left;
  width: 18px;
}
.tableFundView .fundBasicInformation .fundTypeIcon i {
  font-size: 18px;
  color: #26A69A;
}
.tableFundView .fundBasicInformation .fundName {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 1025px) {
  .tableFundView .fundBasicInformation .fundName a {
    font-size: 1rem;
  }
}
.tableFundView .fundBasicInformation .tableViewButtonWrapper {
  width: 24px;
}
.tableFundView .fundBasicInformation .tableViewButtonWrapper button {
  background: transparent;
  line-height: 18px;
  padding: 0;
  width: 100%;
}
.tableFundView .fundAdditionalInformation > div {
  color: #6E6E6E;
  flex-basis: auto;
  font-size: 0.8rem;
}
.tableFundView .fundAdditionalInformation > div i {
  font-size: 1.4rem;
}
.tableFundView .fundAdditionalInformation > div i.negative {
  color: #f04124;
}
.tableFundView .fundAdditionalInformation > div i.positive {
  color: #09B79E;
}
.tableFundView .fundAdditionalInformation .infoItem.date {
  text-align: right;
  padding-right: 24px;
}

.yearTableViewContainer {
  margin: 5px 0;
}
.yearTableViewContainer .monthItem {
  border: 1px solid #EEEEEE;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
.yearTableViewContainer .monthItem > div {
  font-size: 1;
  padding: 4px;
  text-align: center;
}
.yearTableViewContainer .monthItem > div.monthLabel {
  border-bottom: 1px solid #EEEEEE;
}
.yearTableViewContainer .monthItem > div:hover {
  background-color: rgba(97, 178, 222, 0.2);
}
.yearTableViewContainer .monthItem > div.active {
  background-color: rgba(97, 178, 222, 0.2);
}
.yearTableViewContainer .monthItem .shortLabel i {
  font-size: 14px;
}
.yearTableViewContainer .monthItem .longLabel {
  display: none;
}
.yearTableViewContainer .monthItem.active {
  border-color: #61B2DE;
}
.yearTableViewContainer .monthItem.noData {
  opacity: 0.3;
}
.yearTableViewContainer .monthItem.fixedCell {
  width: 30%;
  max-width: 200px;
  flex-basis: auto;
}
@media screen and (min-width: 768px) {
  .yearTableViewContainer .monthItem.fixedCell {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .yearTableViewContainer .monthItem.fixedCell {
    width: 200px;
  }
}
.yearTableViewContainer .monthItem.fixedCell > div {
  text-align: left;
}
.yearTableViewContainer .monthItem[data-date]:hover {
  cursor: pointer;
}
.yearTableViewContainer .monthItem[data-date=null]:hover {
  cursor: default;
}
.yearTableViewContainer.table--view--analytics [data-item-type] {
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.yearTableViewContainer.table--view--analytics .flexRow:hover, .yearTableViewContainer.table--view--analytics .tableFundView .fundBasicInformation:hover, .tableFundView .yearTableViewContainer.table--view--analytics .fundBasicInformation:hover, .yearTableViewContainer.table--view--analytics .tableFundView .fundAdditionalInformation:hover, .tableFundView .yearTableViewContainer.table--view--analytics .fundAdditionalInformation:hover {
  background-color: rgba(97, 178, 222, 0.1);
}
.yearTableViewContainer.table--view--analytics .monthItem {
  border: none;
}
.yearTableViewContainer.table--view--analytics .monthItem .monthLabel {
  border: none;
}
.yearTableViewContainer.table--view--analytics .monthItem:hover {
  background-color: rgba(97, 178, 222, 0.2);
}
.yearTableViewContainer.table--view--analytics .monthItem > div:hover {
  background-color: transparent;
}

.defaultRemovableList .year-table3-view {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.defaultRemovableList .year-table3-view ul {
  padding-top: 8px;
}
.defaultRemovableList .year-table3-view li {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex;
}
.defaultRemovableList .year-table3-view .flexRow, .defaultRemovableList .year-table3-view .tableFundView .fundBasicInformation, .tableFundView .defaultRemovableList .year-table3-view .fundBasicInformation, .defaultRemovableList .year-table3-view .tableFundView .fundAdditionalInformation, .tableFundView .defaultRemovableList .year-table3-view .fundAdditionalInformation {
  flex-wrap: nowrap;
}
@media screen and (min-width: 543px) {
  .defaultRemovableList .year-table3-view .flexRow, .defaultRemovableList .year-table3-view .tableFundView .fundBasicInformation, .tableFundView .defaultRemovableList .year-table3-view .fundBasicInformation, .defaultRemovableList .year-table3-view .tableFundView .fundAdditionalInformation, .tableFundView .defaultRemovableList .year-table3-view .fundAdditionalInformation {
    width: 100%;
  }
}
.defaultRemovableList .year-table3-view .monthItem {
  min-width: 55px;
}
.defaultRemovableList .year-table3-view .monthItem.fixedCell {
  min-width: 118px;
  width: 118px;
}
@media screen and (min-width: 768px) {
  .defaultRemovableList .year-table3-view .monthItem.fixedCell {
    min-width: 400px;
    width: 400px;
  }
}

.defaultRemovableList {
  margin: 5px 0;
}
.defaultRemovableList .shared--with--item {
  border-bottom: 0;
  padding: 7px 16px;
  background-color: #F4FBFF;
  margin-bottom: 5px;
}
.defaultRemovableList li a {
  color: #262626;
}
.defaultRemovableList li a i {
  font-size: 18px;
}
.defaultRemovableList li .date-wrapper {
  font-size: 12px;
  cursor: pointer;
}
.defaultRemovableList li .basicInfo {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-basis: auto;
}
.defaultRemovableList li .basicInfo .buttonWrapper {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.5rem;
}
.defaultRemovableList li .basicInfo .buttonWrapper button {
  background: none;
  display: inline-block;
  height: auto;
  line-height: 15px;
  margin: 0;
  padding: 0 6px;
}
.defaultRemovableList li .advancedInfo {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-wrap: nowrap;
  color: #33475B;
  display: none;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 0.5rem;
  margin-right: 1rem;
}
.defaultRemovableList li .advancedInfo a, .defaultRemovableList li .advancedInfo span {
  font-size: 0.8rem;
  line-height: 16px;
}
.defaultRemovableList li .advancedInfo i {
  font-size: 16px;
}
.defaultRemovableList li .advancedInfo > * {
  padding-right: 0.5rem;
}
.defaultRemovableList li .advancedInfo > *:last-child {
  padding-right: 0;
}
.defaultRemovableList li .infoWrapper {
  flex-grow: 1;
  flex-shrink: 1;
}
.defaultRemovableList li .staticWrapper {
  flex-grow: 0;
  flex-shrink: 0;
}
.defaultRemovableList li .date {
  display: block;
  text-align: right;
}
.defaultRemovableList.defaultRemovableList_moreInfo .advancedInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.privacyInfo {
  background-color: #AAAAAA;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  position: relative;
  top: 1px;
  width: 10px;
}
.privacyInfo[data-file-privacy=private] {
  background-color: #DF6365;
}
.privacyInfo[data-file-privacy=semipublic] {
  background-color: #FFAA00;
}
.privacyInfo[data-file-privacy=public] {
  background-color: #55B5AC;
}

.filePreviewConainer img {
  width: 100%;
  height: auto;
}
.filePreviewConainer p {
  color: #FFFFFF;
  font-size: 11px;
}

.defaultSmallListWrapper {
  display: block;
  font-size: 12px;
  margin: 5px 0;
}
.defaultSmallListWrapper li {
  display: inline-block;
  margin-right: 10px;
}
.defaultSmallListWrapper li:last-child {
  margin-right: 0;
}

.filePreviewWrapper {
  background: #212121;
  max-width: 280px;
  padding: 10px;
  pointer-events: none;
  position: fixed;
  z-index: 100000;
  border-radius: 4px;
}

.fileThumbanilContainer {
  color: #FFFFFF;
}
.fileThumbanilContainer .imageWrapper {
  background: url(../images/loader_fancy.svg) 50% 50% no-repeat;
  min-height: 100px;
  min-width: 100px;
}
.fileThumbanilContainer .imageWrapper img {
  width: 240px;
}
.fileThumbanilContainer p {
  display: block;
  font-size: 12px;
  line-height: 16px;
  max-height: 32px;
  max-width: 240px;
  overflow: hidden;
  word-break: break-all;
}

.fileThumbnailWithoutImageContainer {
  color: #FFFFFF;
}
.fileThumbnailWithoutImageContainer p {
  display: block;
  font-size: 12px;
  line-height: 16px;
  max-height: 32px;
  max-width: 240px;
  overflow: hidden;
  word-break: break-all;
}

.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

._up-arrow {
  transform: rotate(-90deg);
}

._down-arrow {
  transform: rotate(90deg);
}

.fundSection-datepicker-error {
  border: 1px solid #DF6365;
}
.fundSection-datepicker-error:focus {
  border-color: #DF6365 !important;
  box-shadow: 0 0 4px 1px rgba(223, 99, 101, 0.3), 0 0 0 1px #DF6365;
}

.newPortfolioPage h1, .newPortfolioPage .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .newPortfolioPage select {
  margin: 0;
  text-transform: uppercase;
}
.newPortfolioPage .appMainScrollBody {
  bottom: 50px;
  padding-bottom: 0;
  top: 60px;
}
.newPortfolioPage .flexbox {
  display: flex;
  flex-wrap: wrap;
}
.newPortfolioPage .iconRed {
  color: red;
  font-size: 17px;
  font-weight: bold;
}
.newPortfolioPage .iconProductGreen {
  color: #26A69A;
}
.newPortfolioPage .iconFundPurple {
  color: #AB47BC;
}
.newPortfolioPage .headerIconsRow {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 20px;
  height: 50px;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
@media screen and (max-width: 767px) {
  .newPortfolioPage .headerIconsRow {
    padding: 0;
    overflow: hidden;
  }
}
.newPortfolioPage .headerIconsList {
  padding-top: 9px;
  text-align: right;
}
.newPortfolioPage .headerIconsList li {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .newPortfolioPage .headerIconsList li {
    margin-right: 5px;
  }
}
.newPortfolioPage .headerIconsList li:last-child {
  margin-right: 0;
}
.newPortfolioPage .headerIconsList button {
  background-color: transparent;
  margin: 0;
  padding: 0;
  height: 28px;
}
.newPortfolioPage .headerIconsList button i {
  color: #262626;
  font-size: 27px;
  padding: 0 8px;
}
.newPortfolioPage .border-dash {
  border: 2px dashed #A7BDC3;
}
.newPortfolioPage .boxShadow {
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.15);
}
.newPortfolioPage .borderRadius {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.newPortfolioPage .popupDialgoHeader {
  margin-bottom: 60px;
}
.newPortfolioPage .popupDialgoHeader h6 {
  text-transform: uppercase;
}
.newPortfolioPage textarea {
  background-color: #F5F8F9;
  border-bottom: none;
  margin: 40px -10px 50px -10px;
  padding: 10px 0 0 20px;
  width: 100%;
}
.newPortfolioPage .mainContent {
  padding: 50px 40px;
}
.newPortfolioPage .mainContent .empty-state {
  margin-top: 33px;
}
.newPortfolioPage .mainContent input {
  margin: 0;
  margin-top: 30px;
}
.newPortfolioPage .mainContent input:first-child {
  margin-top: 0;
}
.newPortfolioPage .mainContent h4 {
  margin-bottom: 30px;
}
.newPortfolioPage .portfolio-cover-img__wrapper {
  display: block;
  height: 150px;
  overflow-y: hidden;
  margin: 30px 30px 0 30px;
  border-radius: 8px;
  position: relative;
}
.newPortfolioPage .portfolio-cover-img__wrapper .portfolio-cover-img {
  width: 100%;
}
.newPortfolioPage .newPortfolioHeader {
  margin-bottom: 0;
  padding: 30px 30px 0;
}
.newPortfolioPage .newPortfolioHeader .heading {
  max-width: 920px;
}
@media screen and (max-width: 834px) {
  .newPortfolioPage .newPortfolioHeader .heading {
    max-width: 700px;
  }
}
@media screen and (max-width: 425px) {
  .newPortfolioPage .newPortfolioHeader .heading {
    max-width: 390px;
  }
}
@media screen and (max-width: 390px) {
  .newPortfolioPage .newPortfolioHeader .heading {
    max-width: 325px;
  }
}
.newPortfolioPage .newPortfolioHeader .heading h1, .newPortfolioPage .newPortfolioHeader .heading .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .newPortfolioPage .newPortfolioHeader .heading select {
  overflow: hidden;
  font-weight: 500;
  max-height: 198px;
  font-size: 2.438rem;
}
@media screen and (min-width: 768px) {
  .newPortfolioPage .newPortfolioHeader .heading h1, .newPortfolioPage .newPortfolioHeader .heading .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .newPortfolioPage .newPortfolioHeader .heading select {
    max-height: 102px;
  }
}
@media screen and (min-width: 1024px) {
  .newPortfolioPage .newPortfolioHeader .heading h1, .newPortfolioPage .newPortfolioHeader .heading .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .newPortfolioPage .newPortfolioHeader .heading select {
    max-height: 114px;
  }
}
.newPortfolioPage .newPortfolioHeader .heading a {
  text-transform: uppercase;
}
.newPortfolioPage .newPortfolioHeader .heading label {
  display: inline;
}
.newPortfolioPage .newPortfolioHeader .flexbox {
  justify-content: space-between;
}
.newPortfolioPage .newPortfolioHeader .headerIcons {
  margin-top: 1.2rem;
}
.newPortfolioPage .newPortfolioHeader .headerIcons a {
  color: #6E6E6E;
  margin-left: 20px;
}
.newPortfolioPage .newPortfolioHeader .headerIcons a:first-child {
  margin-left: 0;
}
.newPortfolioPage .newPortfolioHeader p {
  margin-top: 24px;
  max-width: 920px;
}
@media screen and (min-width: 768px) {
  .newPortfolioPage .newPortfolioHeader .headerIcons:first-child {
    margin-left: 20px;
  }
  .newPortfolioPage .newPortfolioHeader p {
    margin-top: 35px;
  }
}
.newPortfolioPage .pageViewWrapper {
  padding-bottom: 150px;
}
.newPortfolioPage .smartSection {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  transform: translateZ(0);
  background-color: #F6F6F6;
  display: none;
  position: relative;
  z-index: 1000;
}
.newPortfolioPage .smartSection .smartSectionBody,
.newPortfolioPage .smartSection .smartSectionArrowButton {
  display: none;
}
.newPortfolioPage .smartSection.active {
  display: block;
}
.newPortfolioPage .smartSection.active .smartSectionArrowButton {
  display: block;
}
@media screen and (max-width: 425px) {
  .newPortfolioPage .smartSection.active .smartSectionArrowButton {
    margin-left: 1.4rem;
  }
}
.newPortfolioPage .smartSection.active .smartSectionBody {
  display: none;
}
.newPortfolioPage .smartSection.active .smartArrowDown {
  display: inline-block;
}
.newPortfolioPage .smartSection.active .noSelectionLabel {
  display: none !important;
}
.newPortfolioPage .smartSection.active .selectionMadeLabel {
  display: block !important;
}
.newPortfolioPage .smartSection.expanded {
  display: block;
}
.newPortfolioPage .smartSection.expanded .smartSectionBody, .newPortfolioPage .smartSection.expanded .smartArrowDown {
  display: none;
}
.newPortfolioPage .smartSection.expanded .smartSectionArrowButton {
  display: block;
}
.newPortfolioPage .smartSection.expanded .smartArrowUp {
  display: inline-block;
}
.newPortfolioPage .smartSection.expanded .smartSectionBody {
  display: block;
}
.newPortfolioPage .smartSection.expanded .smartSectionArrowButton {
  transform: rotate(180deg);
}
.newPortfolioPage .smartSection.expanded .noSelectionLabel {
  display: none !important;
}
.newPortfolioPage .smartSection.expanded .selectionMadeLabel {
  display: block !important;
}
.newPortfolioPage .smartSection .smartSectionHeader {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  color: #262626;
  height: 48px;
  padding: 5px 15px;
  position: relative;
  text-align: center;
}
.newPortfolioPage .smartSection .smartSectionHeader__multiSelectInfo {
  position: absolute;
  font-weight: 300;
  font-size: 1rem;
  color: #E8CD00;
  right: 45px;
  bottom: 10px;
}
.newPortfolioPage .smartSection .smartSectionHeader button i {
  font-size: 1.5rem;
  margin: 2px;
}
.newPortfolioPage .smartSection .smartSectionHeader .similar-section-wrapper {
  display: flex;
}
.newPortfolioPage .smartSection .smartSectionHeader .similar-section-wrapper .iconPositionLeft {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 500px) {
  .newPortfolioPage .smartSection .smartSectionHeader .similar-section-wrapper .iconPositionLeft {
    margin-right: 0;
  }
}
.newPortfolioPage .smartSection .smartSectionHeader .smartSectionInfoWrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  font-size: 9px;
}
.newPortfolioPage .smartSection .smartSectionHeader .smartSectionInfoWrapper span {
  font-size: 9px;
}
@media screen and (max-width: 414px) {
  .newPortfolioPage .smartSection .smartSectionHeader .smartSectionInfoWrapper span {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 768px) {
  .newPortfolioPage .smartSection .smartSectionHeader .smartSectionInfoWrapper {
    font-size: 1rem;
  }
  .newPortfolioPage .smartSection .smartSectionHeader .smartSectionInfoWrapper span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 414px) {
  .newPortfolioPage .smartSection .smartSectionHeader .smartSectionInfoWrapper {
    justify-content: flex-start;
  }
}
.newPortfolioPage .smartSection .smartSectionHeader .smartSectionInfo {
  font-size: 1rem;
  text-align: center;
  margin-left: 2.1rem;
}
.newPortfolioPage .smartSection .smartSectionHeader .noSelectionLabel {
  display: block;
}
.newPortfolioPage .smartSection .smartSectionHeader .selectionMadeLabel {
  display: none;
}
.newPortfolioPage .smartSection .smartSectionHeader .selectionMadeLink {
  font-size: 12px;
  margin-left: 5px;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .newPortfolioPage .smartSection .smartSectionHeader {
    padding: 5px 37px;
  }
  .newPortfolioPage .smartSection .smartSectionHeader .iconPositionRight {
    right: 43px;
  }
}
@media screen and (min-width: 1024px) {
  .newPortfolioPage .smartSection .smartSectionHeader p {
    font-size: 12px;
  }
  .newPortfolioPage .smartSection .smartSectionHeader i {
    font-size: 20px;
    top: 17px;
  }
}
.newPortfolioPage .smartSection .flexbox {
  flex-wrap: nowrap;
  justify-content: center;
}
.newPortfolioPage .smartSection .smartSectionBody {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.newPortfolioPage .smartSection .smartSectionListWrapper {
  align-items: center;
  flex-wrap: nowrap !important;
}
.newPortfolioPage .smartSection .smartSectionListWrapper .pageSection .pageSection__header {
  display: none;
}
.newPortfolioPage .smartSection .smartSectionListWrapper .pageSectionContentWrapper,
.newPortfolioPage .smartSection .smartSectionListWrapper ._page-section-scrollable-table {
  height: 280px;
}
.newPortfolioPage .smartSection .smartSectionListWrapper .pageSection {
  background: transparent;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.newPortfolioPage .smartSection .smartSectionListWrapper .pageSection .pageSectionContentWrapper {
  height: auto;
  background: transparent;
}
.newPortfolioPage .smartSection.sticky {
  transform: translateZ(0);
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 1000;
}
.newPortfolioPage .toggle-info-layer {
  cursor: default;
  display: inline-flex;
  font-size: 11px;
  text-align: right;
  vertical-align: sub;
}
.newPortfolioPage .toggle-info-layer a {
  font-size: 11px;
}
@media screen and (max-width: 425px) {
  .newPortfolioPage .toggle-info-layer {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .newPortfolioPage .toggle-info-layer {
    font-size: 1rem;
  }
  .newPortfolioPage .toggle-info-layer a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 1rem;
    margin-right: 4px;
  }
}

.newPortfolioPage .checkboxComponent {
  position: relative;
  margin: 16px 0;
}
.newPortfolioPage .checkboxComponent label {
  align-self: center;
  margin: 0 !important;
}
.newPortfolioPage .sideBarListSection .popupButtonWrapper {
  text-align: center;
}
.newPortfolioPage .sideBarListSection .shareButton {
  background-color: #76ADD1;
  border: 1px solid #76ADD1;
  color: #FFFFFF;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2rem 0 2rem;
}
.newPortfolioPage .simpleItemList {
  margin: 24px 0 40px;
  border-radius: 8px;
}
.newPortfolioPage .simpleItemList li {
  border-radius: 4px;
  cursor: grab;
  cursor: move;
  display: flex;
  justify-content: space-between;
  padding: 8px 12px;
  position: relative;
  border: 1px solid transparent;
  background-color: #F4FBFF;
  margin-bottom: 10px;
  align-items: center;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.newPortfolioPage .simpleItemList li:last-child {
  margin-bottom: 0;
}
.newPortfolioPage .simpleItemList li a {
  font-size: 1rem;
  font-weight: 300;
}
.newPortfolioPage .simpleItemList li .showOnHover {
  position: absolute;
  top: 5px;
  right: unset;
  bottom: unset;
  left: 126px;
  display: none;
}
.newPortfolioPage .simpleItemList li:hover {
  border-color: #61B2DE;
}
.newPortfolioPage .simpleItemList li:hover .showOnHover {
  display: inline-block;
}
.newPortfolioPage .simpleItemList li.startDraging {
  background-color: #E7EFF2;
  color: #61B2DE;
  opacity: 0.25;
}
.newPortfolioPage .simpleItemList li.startDraging .showOnHover {
  display: inline-block;
}
.newPortfolioPage .sidebarSectionContent {
  border-bottom: 1px solid #e9e9e9;
  padding: 30px 40px;
}
.newPortfolioPage .sidebarSectionContent.no-border {
  border-bottom: none;
}
.newPortfolioPage .sidebarSectionContent:first-child {
  padding-top: 0;
}
.newPortfolioPage .sidebarSectionContent:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.newPortfolioPage .shareManagement form {
  padding: 0 10px;
}
.newPortfolioPage .shareManagement label {
  color: #777777;
}
.newPortfolioPage .shareManagement h6 {
  margin-top: 50px;
}
.newPortfolioPage .portfolioSidebarUserSection {
  padding: 50px 30px 0;
}
.newPortfolioPage .portfolioSidebarUserSection .sidebarListHeader {
  margin-bottom: 20px;
  padding: 0 10px;
}
.newPortfolioPage .portfolioSidebarUserSection .listViewRow {
  padding: 0;
}
.newPortfolioPage .sidebarMainHeader {
  margin-bottom: 30px;
}
.newPortfolioPage .addToListComponent_list {
  margin-top: 16px;
}
.newPortfolioPage .addToListComponent_list li {
  margin: 8px 0;
}
.newPortfolioPage .addToListComponent_list li:last-child {
  margin: 8px 0 0 0;
}

.floatingMessage {
  box-shadow: 0 2px 2px rgba(170, 170, 170, 0.35);
  border-radius: 7px;
  color: #FFFFFF;
  font-size: 10px;
  left: 50%;
  padding: 1rem 30px;
  position: absolute;
  text-align: center;
  top: 13%;
  transform: translateX(-50%);
  word-break: break-word;
  width: 237px;
  z-index: 50000000000000;
}
.floatingMessage > * {
  padding: 0;
  margin: 0;
}
.floatingMessage.info {
  background-color: rgba(59, 180, 228, 0.95);
}
.floatingMessage.success {
  background-color: rgba(76, 175, 80, 0.9);
}
.floatingMessage.error {
  background-color: #f04124;
  margin: 0;
}
.floatingMessage .errorMessage {
  color: #FFFFFF;
}
.floatingMessage a {
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-weight: bold;
  padding-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .floatingMessage {
    top: 8%;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .floatingMessage {
    top: 8%;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .floatingMessage {
    font-size: 1rem;
  }
}

.tableViewRow {
  display: flex;
  margin-top: 5px;
}
.tableViewRow .tableViewColumn {
  border: 1px solid #E4E4E4;
  text-align: center;
  width: 26px;
}
.tableViewRow .tableViewColumn.current {
  border-color: #61B2DE;
}
.tableViewRow .tableViewColumn .selected {
  background-color: #DCEEF7;
}
.tableViewRow .topRow {
  border-bottom: 1px solid #E4E4E4;
}
.tableViewRow .topRow .month {
  color: #61B2DE;
}
.tableViewRow .topRow .empty {
  opacity: 0.2;
}
.tableViewRow .topRow .notEmpty {
  opacity: 1;
}

.popupDialogContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.popupDialogContainer label {
  display: block;
  text-transform: none;
  margin-left: 10px;
  margin-bottom: 5px;
}
.popupDialogContainer ._border-bottom {
  border-bottom: 1px solid #EEEEEE;
}
.popupDialogContainer.hide .newUpmDialogPage {
  width: 0;
}

.popupDialogStyle {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: absolute;
  top: 32px;
  right: unset;
  bottom: unset;
  left: 50%;
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E4E4E4;
  transform: translateX(-50%);
  width: 90%;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .popupDialogStyle {
    width: 453px;
  }
}
@media screen and (min-width: 768px) {
  .popupDialogStyle.newPortfolioPage {
    width: 700px;
  }
}
.popupDialogStyle .header {
  border-bottom: 1px solid #CCCCCC;
  min-height: 67px;
  padding: 24px;
}
.popupDialogStyle .header > :last-child {
  display: block;
}
.popupDialogStyle .header h1, .popupDialogStyle .header .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .popupDialogStyle .header select,
.popupDialogStyle .header h2,
.popupDialogStyle .header h3,
.popupDialogStyle .header h4,
.popupDialogStyle .header h5,
.popupDialogStyle .header h6 {
  margin: 0;
}
.popupDialogStyle .popupBodyContent {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: auto;
}
.popupDialogStyle a {
  display: block;
}
.popupDialogStyle h6 {
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.popupDialogStyle .empty-state {
  margin-top: 20px;
  margin-bottom: 0;
}
.popupDialogStyle .empty-state h4 {
  font-size: 0.8rem;
}
.popupDialogStyle .label {
  margin: -25px 0 20px;
}
.popupDialogStyle.boxShadow {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
}
.popupDialogStyle.change-privacy-popup-dialog {
  width: 40rem;
}
@media screen and (max-width: 620px) {
  .popupDialogStyle.change-privacy-popup-dialog {
    width: 27rem;
  }
}
@media screen and (max-width: 425px) {
  .popupDialogStyle.change-privacy-popup-dialog {
    width: 25rem;
  }
}
.popupDialogStyle.change-privacy-popup-dialog .header {
  align-items: center;
  display: flex;
}
.popupDialogStyle.modify-file-dialog {
  max-width: 49rem;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .popupDialogStyle.modify-file-dialog {
    top: 16px;
    max-width: 45rem;
  }
}
@media screen and (max-width: 767px) {
  .popupDialogStyle.modify-file-dialog {
    max-width: calc(100% - 32px);
  }
}
.popupDialogStyle.modify-file-dialog .header {
  padding: 1rem 1.5rem;
}
.popupDialogStyle.modify-file-dialog .modify-file-dialog-footer {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #EDEDED;
  border-radius: 8px;
  padding: 0;
  margin: 1rem 1.5rem;
}
.popupDialogStyle.modify-file-dialog .modify-file-dialog-footer__buttons {
  margin: 1rem;
}
@media only screen and (max-width: 375px) {
  .popupDialogStyle.modify-file-dialog .modify-file-dialog-footer__buttons {
    width: 100%;
  }
}
.popupDialogStyle.modify-file-dialog .modify-file-dialog-footer__buttons .default-button {
  padding: 0.5rem;
  min-width: 110px;
}
@media only screen and (max-width: 375px) {
  .popupDialogStyle.modify-file-dialog .modify-file-dialog-footer__buttons .default-button {
    width: calc(50% - 4px);
    min-width: unset;
  }
}
.popupDialogStyle.modify-file-dialog .modify-file-dialog-footer__buttons .default-button._blank {
  background-color: #999999;
  color: #FFFFFF;
}
@media only screen and (max-width: 375px) {
  .popupDialogStyle.modify-file-dialog .modify-file-dialog-footer__buttons .default-button._blank {
    width: calc(50% - 4px);
    min-width: unset;
  }
}
.popupDialogStyle.modify-file-dialog .modify-file-dialog-footer .footer-icon {
  padding-top: 12px;
  padding-left: 16px;
}
.popupDialogStyle.modify-file-dialog .modify-file-dialog-footer .footer-icon i {
  color: #CCCCCC;
  cursor: pointer;
  font-size: 18px;
}

.dialogSection {
  margin: 0;
  padding: 1rem 1.5rem;
}
.dialogSection .dialogShareWithList {
  border-bottom: none;
}
.dialogSection .basicInfo {
  height: 23px;
}
.dialogSection .dialogSection__heading {
  margin: 0;
  padding-bottom: 20px;
  text-transform: none;
}
.dialogSection .privacyButton {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 340px;
  border-radius: 4px;
  border: 1px solid transparent;
  background: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 0 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .dialogSection .privacyButton {
    height: auto;
    padding: 20px;
  }
}
.dialogSection .privacyButton i {
  font-size: 3.5rem;
}
.dialogSection .privacyButton img {
  width: 55px;
}
.dialogSection .privacyButton p {
  color: #262626;
  text-align: center;
}
.dialogSection .privacyButton .budicon-tick-sign {
  color: #262626;
  font-size: 2rem;
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  margin: 0;
}
.dialogSection .privateButton i {
  color: #DF6365;
}
.dialogSection .privateButton[data-privacy-checked=true] {
  background-color: rgba(223, 99, 101, 0.2);
  border-color: #DF6365;
}
.dialogSection .privateButton[data-privacy-checked=true] .budicon-tick-sign {
  color: #DF6365;
  display: inline-block;
}
.dialogSection .privateButton:hover {
  border-color: #DF6365;
}
@media screen and (max-width: 767px) {
  .dialogSection .privateButton {
    border-color: #DF6365;
  }
}
.dialogSection .semiprivateButton[data-privacy-checked=true] {
  background-color: rgba(255, 170, 0, 0.2);
  border-color: #FFAA00;
}
.dialogSection .semiprivateButton[data-privacy-checked=true] .budicon-tick-sign {
  color: #FFAA00;
  display: inline-block;
}
.dialogSection .semiprivateButton:hover {
  border-color: #FFAA00;
}
@media screen and (max-width: 767px) {
  .dialogSection .semiprivateButton {
    border-color: #FFAA00;
  }
}
.dialogSection .publicButton i {
  color: #55B5AC;
}
.dialogSection .publicButton[data-privacy-checked=true] {
  background-color: rgba(85, 181, 172, 0.2);
  border-color: #55B5AC;
}
.dialogSection .publicButton[data-privacy-checked=true] .budicon-tick-sign {
  color: #55B5AC;
  display: inline-block;
}
.dialogSection .publicButton:hover {
  border-color: #55B5AC;
}
@media screen and (max-width: 767px) {
  .dialogSection .publicButton {
    border-color: #55B5AC;
  }
}

.inputButtonHolder input {
  flex: 1 1 0;
}
.inputButtonHolder .newAddButtonStyle {
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #E4E4E4;
  height: 24px;
  margin-left: 11px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 24px;
}
.inputButtonHolder .newAddButtonStyle i {
  position: absolute;
  top: 50%;
  right: unset;
  bottom: unset;
  left: 50%;
  color: #4894C6 !important;
  font-size: 17px;
  transform: translate(-50%, -50%);
}
.inputButtonHolder .marginBottom {
  margin-bottom: 30px;
}

.popupButtonWrapper {
  min-height: 75px;
  padding: 20px;
}
.popupButtonWrapper.flexbox {
  justify-content: center;
}
.popupButtonWrapper button {
  margin-right: 10px;
}
.popupButtonWrapper button :last-child {
  margin-right: 0;
}

.popupDialogButtonWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.popUpList {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 30px;
  margin-top: 15px;
  max-height: 235px;
  width: 100%;
}
.popUpList .flexBox {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-basis: auto;
}
.popUpList .flexBox > * {
  flex-grow: 1;
  flex-shrink: 1;
}
.popUpList .flexBox .staticWrapper {
  flex-grow: 0;
  flex-shrink: 0;
}
.popUpList li {
  margin: 1rem 0.5rem 1rem 0;
}
.popUpList li a {
  font-size: 1rem;
}
.popUpList:last-child {
  margin-bottom: 0;
}
.popUpList .iconWrapperButton {
  margin-left: 10px;
  z-index: 1000;
  height: auto;
  padding: 0;
  margin: 0;
}
.popUpList .iconWrapperButton i {
  font-size: 12px;
}
.popUpList h6 {
  font-weight: 500;
  margin-bottom: 22px;
}

.linkBlackColor {
  color: #212121;
}

.linkBlackColorLowOpacity {
  color: rgba(0, 0, 0, 0.54);
}

.noMarginTop {
  margin-top: 0 !important;
}

.dialogEmptyState {
  height: 172px;
}
.dialogEmptyState img {
  width: 100%;
  height: 100%;
}

.dialogEmptyState_mTop {
  margin-top: 40px;
}

.dialogEmptyState_mLeft {
  margin-left: -11px;
}

.link-field {
  border-bottom: 1px solid;
  display: block;
  padding-bottom: 2px;
  width: 100%;
}

.dialog-note-text {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-style: italic;
}
.dialog-note-text a {
  display: inline-block;
  font-size: inherit;
}

.invite-user-dialog {
  bottom: 90px;
  width: 80%;
}
@media screen and (min-width: 1025px) {
  .invite-user-dialog {
    width: 774px;
  }
}
@media screen and (min-width: 857px) {
  .invite-user-dialog .invite-user-box-wrapper {
    align-items: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .invite-user-dialog .invite-user-box-wrapper .invite-user-box {
    margin: 0.5rem;
  }
}
.invite-user-dialog .invite-user-box__heading {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.invite-user-dialog .invite-user-box__heading img {
  width: 26px;
}
.invite-user-dialog .invite-user-box__heading span {
  margin-left: 10px;
}
.invite-user-dialog .invite-user-box__content a {
  display: inline-block;
}
.invite-user-dialog .list-indent {
  margin-right: 7px;
}

.privacy-list-dialog {
  bottom: 60px;
  max-width: 580px;
  width: 90%;
}
@media (min-height: 650px) {
  .privacy-list-dialog {
    bottom: auto;
  }
}
.privacy-list-dialog .privacy-list {
  display: flex;
  padding-bottom: 20px;
}
.privacy-list-dialog .privacy-list:last-child {
  padding-bottom: 0;
}
.privacy-list-dialog .privacy-list__text-wrapper {
  padding-left: 15px;
}

.doc-type-configuration .popupBodyContent {
  overflow-x: hidden;
}

.sort-options-dialog {
  bottom: 70px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .sort-options-dialog {
    height: auto;
  }
}
@media (min-height: 788px) {
  .sort-options-dialog {
    bottom: auto;
  }
}
.sort-options-dialog .dialogSection__heading {
  font-weight: normal;
}
.sort-options-dialog .popupBodyContent {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: auto;
}
.sort-options-dialog .switch-state-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sort-options-dialog .switch-state-btns .switch-state-btns__item {
  margin-right: -1px;
}
.sort-options-dialog .sort-option__icon {
  font-size: 16px;
}

.thumbnailSection {
  background: #212121;
  z-index: 1;
}

.thumbnailSection {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(97, 178, 222, 0.1);
}

.thumbnailSectionListWrapper {
  white-space: nowrap;
  display: block;
  min-height: 360px;
  padding: 10px;
}
.thumbnailSectionListWrapper > li {
  display: inline-block;
}
.thumbnailSectionListWrapper > li.selectedHighlight {
  background-color: rgba(97, 178, 222, 0.5) !important;
}
.thumbnailSectionListWrapper > li .thumbnailView ._alert-hover {
  background: #FFFFFF;
}

.thumbnailView {
  margin: 6px;
  position: relative;
  width: auto;
  z-index: 0;
}
.thumbnailView .iconPositionRight {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: unset;
  left: unset;
}
.thumbnailView .date {
  position: absolute;
  top: unset;
  right: 15px;
  bottom: 20px;
  left: unset;
  color: #6E6E6E;
}
.thumbnailView .closeSvgButton {
  border-radius: 50%;
  padding: 2px;
}
.thumbnailView[data-document-is-matched=false] .thumbnailPageInfo__titleSection {
  margin-top: 17px;
}
.thumbnailView[data-document-is-matched=false] .thumbnailPageInfo {
  padding-top: 0;
}

.documentThumbnailView .collapseButton, .thumbnailPageInfo__headlineIcon {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  height: 22px;
  width: 22px;
}
.documentThumbnailView .collapseButton i, .thumbnailPageInfo__headlineIcon i {
  font-size: 22px;
}

.thumbnailPageInfo {
  background: #FFF !important;
  bottom: 44px;
  color: #212121;
  padding: 40px 0 5px !important;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
}
.thumbnailPageInfo .thumbnailPageInfo-top-section {
  display: flex;
  flex-direction: column;
  background-color: #FAFDFF;
  padding: 12px 18px 16px;
  border-top: 1px solid #E8EDF2;
  border-bottom: 1px solid #E8EDF2;
}
.thumbnailPageInfo .thumbnailPageInfo-mid-section {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px 18px;
  border-bottom: 1px solid #E8EDF2;
}
.thumbnailPageInfo .thumbnailPageInfo-bottom-section {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px 18px;
}
.thumbnailPageInfo .thumbnailPageInfo-date-row {
  display: flex;
  align-items: center;
  gap: 4px;
}
.thumbnailPageInfo .thumbnailPageInfo-docType {
  font-size: 0.8rem;
  color: #33475b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0.8rem;
  margin-bottom: 6px;
  margin-top: 4px;
}
.thumbnailPageInfo .thumbnailPageInfo-fund-name {
  font-size: 0.8rem;
  font-weight: 500;
  color: #262626;
  width: 100%;
  white-space: normal;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 32px;
  line-height: 1rem;
}
.thumbnailPageInfo .thumbnailPageInfo-company-name {
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #606060;
  line-height: 1rem;
}
.thumbnailPageInfo .thumbnailPageInfo-uploader-name {
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1rem;
  color: #7C7C7C;
  font-weight: 500;
}
.thumbnailPageInfo .thumbnailPageInfo-date-icon {
  border-radius: 4px;
  background: #F5F5F5;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.thumbnailPageInfo .thumbnailPageInfo-date-text {
  color: #606060;
  font-size: 0.8rem;
}
.thumbnailPageInfo h3 {
  margin-top: 20px;
  max-height: 72px;
  overflow: hidden;
}
.thumbnailPageInfo h3 a {
  font-size: 15px;
  line-height: 18px;
}
.thumbnailPageInfo label {
  color: #212121 !important;
  margin-bottom: 50px;
  text-transform: none;
}
.thumbnailPageInfo .date {
  color: #212121;
}
.thumbnailPageInfo [data-flag-interest=low] .buttonInterest.low {
  color: #212121;
}
.thumbnailPageInfo .ticker-wrapper {
  padding-left: 6px;
}
.thumbnailPageInfo .ticker-wrapper .ticker-container {
  border: 1px solid transparent;
}

.thumbnailPageInfo-footer-button {
  background: #E8EDF1;
  border-radius: 4px;
  color: #2A2B2E;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0 16px;
  text-align: center;
  display: flex;
  align-items: center;
  height: px;
  margin-left: 2px;
}
.thumbnailPageInfo-footer-button:hover {
  color: #2A2B2E;
}

.thumbnailView-toggle-button {
  background-color: #FFF;
}

.thumbnailView-toggle-button.open .material-icons {
  color: #61B2DE;
}

.thumbnailPageInfo__headline,
.thumbnailPageInfo__titleSection,
.thumbnailPageInfo__uploadInfo {
  padding-left: 40px;
  position: relative;
}
.thumbnailPageInfo__headline .metaData1,
.thumbnailPageInfo__titleSection .metaData1,
.thumbnailPageInfo__uploadInfo .metaData1 {
  position: relative;
  bottom: 44px;
}

.thumbnailPageInfo__headline {
  line-height: 1.1;
  display: flex;
  align-items: center;
  padding-left: 0;
}
.thumbnailPageInfo__headlineTitle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: 300;
  flex-direction: column;
  height: 40px;
  justify-content: space-between;
  position: relative;
  top: 5px;
}
.thumbnailPageInfo__headlineTitle a {
  color: #212121;
  font-weight: 300;
}
.thumbnailPageInfo__headlineTitle a:hover {
  color: #61B2DE;
}

.thumbnailPageInfo__headlineIcon {
  border-radius: 50%;
}

.thumbnailPageInfo__product {
  background: #ED218E;
}

.thumbnailPageInfo__localFund {
  background: #00B4FF;
}

.thumbnailPageInfo__headlineIcon_left {
  position: relative;
  left: -3px;
  top: 1px;
}

.thumbnailPageInfo__titleSection {
  height: 72px;
  line-height: 1.1;
  margin: 20px 0;
  overflow: hidden;
}
.thumbnailPageInfo__titleSection > div {
  margin-top: -1px;
}
.thumbnailPageInfo__titleSection .fileName span {
  display: block;
  font-weight: 700;
  margin-bottom: 11px;
  text-transform: capitalize;
}

.thumbnailPageInfo__uploadInfo {
  font-size: 12px;
  text-transform: capitalize;
}
.thumbnailPageInfo__uploadInfo .entityOfUser {
  display: block;
  margin-bottom: 5px;
  font-weight: 300;
}
.thumbnailPageInfo__uploadInfo .metaData2 {
  display: flex;
  justify-content: space-between;
}
.thumbnailPageInfo__uploadInfo .uploadInfo__author {
  flex: 1 1 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  bottom: 38px;
  position: relative;
  font-weight: 300;
}

.thumbnailPageInfo__matchedFundName a {
  font-size: 12px;
  font-weight: 700;
}

.thumbnailPageInfo__matchedTicker {
  margin: 2px 0 0 0;
  font-size: 12px !important;
}

.thumbnailPageInfo__fileHeadline {
  font-size: 14px !important;
}
.thumbnailPageInfo__fileHeadline span {
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.thumbnailPageInfo__fileHeadline a {
  font-size: 14px !important;
  font-weight: 300;
}
.thumbnailPageInfo__fileHeadline p {
  font-size: 22px;
  margin: 8px 0 0 0;
}

.uploadInfo__date {
  font-weight: 700;
  flex-shrink: 0;
  position: absolute;
  right: 2px;
}

.thumbnailView__footer {
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 4px;
  z-index: 2;
  border-top: 1px solid #D8DFE7;
  height: 43px;
}
.thumbnailView__footer .thumbnailPageInfo-floating-row {
  position: absolute;
  top: -278px;
  right: unset;
  bottom: unset;
  left: 0px;
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 9px 0 9px 6px;
}
.thumbnailView__footer .thumbnailPageInfo-fileType-icon {
  height: 22px;
}
.thumbnailView__footer .fileName-tooltip {
  width: 250px;
  left: 6px !important;
  white-space: normal;
  word-break: break-all;
}
.thumbnailView__footer .linkedMemoCount {
  background-color: #F4F7F9;
  border-radius: 4px;
  font-weight: 500;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  padding: 0 6px;
}
.thumbnailView__footer__sourceIcon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 50%;
  bottom: 9px;
  height: 26px;
  justify-content: center;
  left: 12px;
  position: absolute;
  width: 26px;
}
.thumbnailView__footer__sourceIcon i {
  color: #FFFFFF;
  font-size: 14px;
  margin: auto 0;
}
.thumbnailView__footer .thumbnailActions {
  display: flex;
}
.thumbnailView__footer .thumbnailActions li {
  margin-right: 10px;
}
.thumbnailView__footer .thumbnailActions li:last-child {
  margin-right: 0;
}
.thumbnailView__footer .thumbnailActions i {
  font-size: 20px;
}
.thumbnailView__footer .thumbnailActions button {
  color: inherit;
  line-height: 2;
}
.thumbnailView__footer .thumbnailActions .button[data-flag-interest=high], .thumbnailView__footer .thumbnailActions .editCreateMemoPage .pageOptionsContainer ul li button[data-flag-interest=high], .editCreateMemoPage .pageOptionsContainer ul li .thumbnailView__footer .thumbnailActions button[data-flag-interest=high], .thumbnailView__footer .thumbnailActions [data-flag-interest=high].buttonAction {
  color: #212121;
}
.thumbnailView__footer[data-privacy=private] {
  background-color: #DF6365;
}
.thumbnailView__footer[data-privacy=semipublic] {
  background-color: #FFAA00;
}
.thumbnailView__footer[data-privacy=public] {
  background-color: #55B5AC;
}

.multiIcon {
  position: relative;
}
.multiIcon .sourceDisplayIcon2 {
  color: #f04124 !important;
  font-size: 8px !important;
  position: absolute;
  right: -3px;
  top: 0;
}

.thumbnailCoverImg {
  height: 100%;
  min-width: 250px;
  position: relative;
  background-color: white;
}

.logoHolder {
  height: 50px;
  margin-bottom: 20px;
  width: 50px;
}
.logoHolder img {
  height: 100%;
  width: 100%;
}

[data-view-size=large] .pageSectionContentWrapper {
  min-height: 500px;
  height: 595px;
}
@media screen and (max-width: 767px) {
  [data-view-size=large] .pageSectionContentWrapper {
    min-height: 300px;
    height: 380px;
  }
}
[data-view-size=large] .pageSectionContentCard {
  height: 540px;
}
@media screen and (max-width: 767px) {
  [data-view-size=large] .pageSectionContentCard {
    height: 320px;
  }
}
[data-view-size=large] .thumbnailPageInfo {
  height: 497px;
  padding-top: 48px !important;
}
@media screen and (max-width: 767px) {
  [data-view-size=large] .thumbnailPageInfo {
    height: 277px;
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  [data-view-size=large] .thumbnailPageInfo-floating-row {
    top: -498px;
    gap: 8px;
    padding: 11px 0 11px 8px;
  }
  [data-view-size=large] .thumbnailPageInfo-fileType-icon {
    height: 26px;
  }
  [data-view-size=large] .linkedMemoCount {
    height: 26px;
    padding: 0 8px;
    font-size: 0.8rem;
  }
  [data-view-size=large] .thumbnailPageInfo-date-icon {
    font-size: 14px;
    padding: 6px;
  }
  [data-view-size=large] .thumbnailPageInfo-date-text {
    font-size: 0.9rem;
  }
  [data-view-size=large] .thumbnailPageInfo-company-name {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
  [data-view-size=large] .thumbnailPageInfo-uploader-name {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
  [data-view-size=large] .thumbnailPageInfo-docType {
    font-size: 0.9rem;
    margin-top: 6px;
    margin-bottom: 8px;
    line-height: 0.9rem;
  }
  [data-view-size=large] .thumbnailPageInfo-fund-name {
    font-size: 0.9rem;
    line-height: 1.2rem;
    height: 40px;
  }
  [data-view-size=large] .thumbnailPageInfo-top-section {
    padding: 24px 18px 28px;
  }
  [data-view-size=large] .thumbnailPageInfo-mid-section {
    gap: 12px;
    padding: 16px 18px;
  }
  [data-view-size=large] .thumbnailPageInfo-bottom-section {
    gap: 12px;
    padding: 16px 18px;
  }
  [data-view-size=large] .thumbnailPageInfo-footer-button {
    height: 24px;
  }
}

[data-view-size=normal] .pageSectionContentWrapper {
  height: 380px;
  min-height: 300px;
}
[data-view-size=normal] .pageSectionContentCard {
  height: 320px;
}
[data-view-size=normal] .thumbnailPageInfo {
  height: 277px;
}
[data-view-size=normal].doc-table-view .pageSectionContentWrapper {
  height: 333px;
}
[data-view-size=normal] ._page-section-scrollable-table-body {
  height: 244px;
}

.documentThumbnailView {
  background: url(../images/loader_fancy.svg) 50% 50% no-repeat #FFFFFF;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
}
.documentThumbnailView .collapseButton {
  bottom: 10px;
  border-radius: 6px;
  left: 50%;
  position: absolute;
  padding: 0 16px;
  z-index: 2;
  transform: translateX(-50%);
}
.documentThumbnailView .collapseButton i {
  color: #212121;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
.documentThumbnailView .collapseButton.open i {
  transition: all 0.5s ease-in-out;
}
.documentThumbnailView button,
.documentThumbnailView .iconWrapperButton {
  opacity: 1;
}
.documentThumbnailView .privateColor {
  background-color: #DF6365;
}
.documentThumbnailView .semiPublicColor {
  background-color: #FFAA00;
}
.documentThumbnailView .publicColor {
  background-color: #55B5AC;
}

.fundThumbnailView {
  background-color: #FFFFFF;
  height: 320px;
  overflow: hidden;
  padding: 20px;
  width: 250px;
}
.fundThumbnailView a {
  font-size: 21px;
  height: 75px;
  overflow: hidden;
  text-transform: capitalize;
  word-break: break-all;
}
.fundThumbnailView .author {
  position: absolute;
  top: unset;
  right: unset;
  bottom: 20px;
  left: 15px;
  color: #6E6E6E;
  width: 129px;
}
.fundThumbnailView .basicInfo {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.fundThumbnailView .basicInfo > div {
  color: #6E6E6E;
  width: 100%;
}
.fundThumbnailView .basicInfo > div:first-child {
  flex-grow: 1;
  flex-shrink: 1;
}
.fundThumbnailView .basicInfo > div:last-child {
  flex-grow: 1;
  flex-shrink: 1;
}
.fundThumbnailView .fundListHeader {
  display: inline-block;
}
.fundThumbnailView .fundInfoContent {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-basis: auto;
}
.fundThumbnailView .fundInfoContent span {
  font-size: 11px;
  flex-grow: 1;
  flex-shrink: 1;
}
.fundThumbnailView .fundInfoContent span > div {
  color: #6E6E6E;
}
.fundThumbnailView .fundInfoContentIcon {
  font-size: 19px;
  font-weight: 500;
}

.shareDialog .basicInfo {
  align-items: center;
  height: 2.5rem;
}
.shareDialog .infoWrapper {
  width: 300px;
}
.shareDialog .dialogInputWrapper {
  margin-left: 10px;
}
.shareDialog .dialogInputWrapper input::placeholder {
  color: rgba(0, 0, 0, 0.54);
}
.shareDialog .shareDialogHeader {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.shareDialog .popupBodyContent {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: auto;
}
.shareDialog .scroll {
  margin: 0 -20px;
  padding: 0 20px;
}
.shareDialog ._separator {
  padding: 0 20px;
}
.shareDialog .popupHeaderSteps {
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #61B2DE;
  font-size: 9px;
  font-weight: bold;
  height: 28px;
  position: relative;
  width: 28px;
}
.shareDialog .numOfSteps {
  display: flex;
  margin-top: 1px;
  z-index: 2;
}

.dialogStep[data-step-is-public-share=true] [data-is-public-share-content=true] {
  display: inline-block;
}
.dialogStep[data-step-is-public-share=false] [data-is-public-share-content=true] {
  display: none;
}

.dialogBlock {
  margin: 0 -20px;
}
.dialogBlock li {
  border-bottom: none;
}

.shareDialogSectionLabel {
  display: block;
  margin-left: 34px;
  margin-top: 8px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .shareDialogSectionLabel {
    margin-top: 0;
  }
}

.shareDialogButton {
  flex: 1 1 0;
  line-height: unset;
  padding: 0;
  text-align: center;
}
.shareDialogButton i {
  font-size: 1.3rem;
  margin: -2px 5px 0 0;
}
.shareDialogButton:hover i {
  color: #FFFFFF;
}

.dialogShareTextBox {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 4px;
  height: 150px;
  outline: none;
  margin: 1rem 0;
  border: 1px solid #61B2DE;
}
.dialogShareTextBox._email-input-field {
  height: 150px;
}
.dialogShareTextBox._public-email-input-field {
  height: 150px;
}

.mailMergeCommand {
  background: #F8F7F8;
  border: 1px solid #61B2DE;
  border-radius: 4px;
  padding: 10px 20px !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .mailMergeCommand {
    padding: 10px;
  }
}
.mailMergeCommand__item {
  margin-right: 30px;
  padding-left: 15px;
  position: relative;
}
.mailMergeCommand__item::before {
  left: 0;
  top: 10px;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #33475B;
  content: "";
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .mailMergeCommand__item {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.doc-thumb-holder {
  background: #FFFFFF;
  border: 1px solid #262626;
  border-radius: 4px;
  width: 125px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.doc-thumb-holder__icon {
  border-bottom: 1px solid #262626;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.doc-thumb-holder__icon i {
  color: #262626;
}
.doc-thumb-holder__name {
  background: #F6F6F6;
  color: #262626;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 5px 10px;
}
.doc-thumb-holder:hover {
  border: 1px solid #61B2DE;
}
.doc-thumb-holder:hover .doc-thumb-holder__icon {
  border-bottom: 1px solid #61B2DE;
}
.doc-thumb-holder:hover .doc-thumb-holder__icon i {
  color: #61B2DE;
}

.customMessageInputBig {
  height: 417px;
}

.dialogShareWith {
  margin-top: 16px;
}
.dialogShareWith li {
  padding: 0 1rem;
  margin: 0.5rem 0;
}

.shareDialogSettings {
  display: flex;
  flex-direction: column;
}
.shareDialogSettings .shareDialogSettingsLimits {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .shareDialogSettings {
    flex-direction: row;
  }
  .shareDialogSettings > ul {
    width: 50%;
  }
  .shareDialogSettings .shareDialogSettingsLimits {
    margin-bottom: 0;
  }
}
@-moz-document url-prefix() {
  .shareDialogSettings {
    display: block;
  }
  @media screen and (min-width: 768px) {
    .shareDialogSettings > ul {
      width: 100%;
    }
  }
}

.shareDialogSettingsLimitsList {
  align-items: center;
  display: flex;
  margin-bottom: 8px;
}
.shareDialogSettingsLimitsList .shareDialogSettingsLimitsLabel {
  min-width: 75px;
  max-width: 75px;
}
.shareDialogSettingsLimitsList .shareDialogSettingsLimitsInput {
  font-size: 0.8rem;
  margin: 0 6px;
  padding: 0 4px;
  width: 82px;
}

@media screen and (max-width: 767px) {
  .shareDialogSettingsAllows {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
  }
}
.shareDialogSettingsAllows [data-tooltip-text] .upmTooltip {
  max-width: 170px;
}
.shareDialogSettingsAllows > div:first-child {
  padding-bottom: 5px;
}
.shareDialogSettingsAllows li {
  padding-bottom: 5px;
}
.shareDialogSettingsAllows li:last-child {
  padding-bottom: 0;
}

.dialogShareInstruction .dialogShareInstructionLabel,
.dialogShareInstruction label {
  color: #262626;
  font-weight: bold;
}
.dialogShareInstruction p {
  color: rgba(0, 0, 0, 0.54);
}

.dialogShareEmailWrapper {
  padding: 15px 0;
}

.dialogShareSystemMessage {
  background-color: #DAEAF7;
  border-radius: 0 0 3px 3px;
  padding: 10px;
  width: 100%;
}
.dialogShareSystemMessage span {
  font-size: 12px;
}

.innerShadow {
  box-shadow: inset 0px 12px 8px -10px #AAAAAA, inset 0px -12px 8px -10px #AAAAAA;
}

.public-sharing-checkbox {
  align-items: baseline;
  display: flex;
  padding-top: 16px;
}

.share-info-tooltip {
  margin-left: 5px;
}

.publicSharePage {
  top: 60px;
}
@media screen and (min-width: 1024px) {
  .publicSharePage {
    display: flex;
  }
}
.publicSharePage .borderTop {
  border-top: 1px solid #E3E3E3;
}

[data-page-type=singleFilePage] .publicFileMobileNav {
  display: flex;
}
[data-page-type=singleFilePage] .publicSingleFileSideBar {
  display: block;
}
[data-page-type=singleFilePage] .publicMultipleFilesSideBar {
  display: none;
}
[data-page-type=singleFilePage].publicMainContent {
  background-color: #FFFFFF;
}
[data-page-type=singleFilePage] .publicSingleFile {
  display: block;
}
[data-page-type=singleFilePage] .publicMultipleFiles {
  display: none;
}

[data-page-type=multipleFilesPage] .publicFileMobileNav {
  display: none;
}
[data-page-type=multipleFilesPage] .publicSingleFileSideBar {
  display: none;
}
[data-page-type=multipleFilesPage] .publicMultipleFilesSideBar {
  display: block;
}
[data-page-type=multipleFilesPage].publicMainContent {
  background-color: #e6e6e6;
  padding-bottom: 120px;
}
@media screen and (min-width: 1024px) {
  [data-page-type=multipleFilesPage].publicMainContent {
    background-color: #EEEEEE;
    padding-bottom: 0;
  }
}
[data-page-type=multipleFilesPage] .publicSingleFile {
  display: none;
}
[data-page-type=multipleFilesPage] .publicMultipleFiles {
  display: block;
}

.publicContainer {
  margin: 0 auto;
  width: auto;
}

.publicSidePanel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #FFFFFF;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .publicSidePanel {
    border-right: 1px solid #E3E3E3;
    width: 360px;
  }
  .publicSidePanel .closeButton {
    display: none;
  }
}
.publicSidePanel .publicSidePanelHeader {
  background-color: #212121;
  padding: 1.5rem;
}
.publicSidePanel .publicSidePanelHeader h3 {
  color: #FFFFFF;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .publicSidePanel .publicSidePanelHeader {
    padding: 1.5rem;
  }
  .publicSidePanel .publicSidePanelHeader .publicFileMobileNav {
    display: none;
  }
}
.publicSidePanel .publicFileMobileNav {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 1.5rem;
}
.publicSidePanel .publicFileMobileNav .publicFileMobileNavTab {
  align-items: center;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  margin-right: 10px;
}
.publicSidePanel .publicFileMobileNav .publicFileMobileNavTab > i {
  margin-right: 3px;
}
.publicSidePanel .publicFileMobileNav .publicFileMobileNavTabActive {
  color: #61B2DE;
}
.publicSidePanel .publicFileMobileNav :last-child {
  margin-right: 0;
}
.publicSidePanel .publicFileMobileNav .publicFileMobileNavIcon {
  font-size: 1rem;
}
.publicSidePanel .publicFileMobileNav [data-button-status=inactive].publicFileMobileNavTab {
  color: #FFFFFF;
}
.publicSidePanel .publicFileMobileNav [data-button-status=inactive] .iconInactive {
  display: block;
}
.publicSidePanel .publicFileMobileNav [data-button-status=inactive] .iconActive {
  display: none;
}
.publicSidePanel .publicFileMobileNav [data-button-status=active].publicFileMobileNavTab {
  color: #61B2DE;
}
.publicSidePanel .publicFileMobileNav [data-button-status=active] .iconInactive {
  display: none;
}
.publicSidePanel .publicFileMobileNav [data-button-status=active] .iconActive {
  display: block;
}
.publicSidePanel .publicSidePanelMainContent {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 198px;
  padding-bottom: 0;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .publicSidePanel .publicSidePanelMainContent {
    position: absolute;
    top: 115px;
    right: 0;
    bottom: 168px;
    left: 0;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .publicSidePanel .publicSidePanelMainContent {
    top: 65px;
    bottom: 232px;
  }
}
.publicSidePanel .publicSidePanelItem {
  background-color: #FFFFFF;
  padding: 24px 0;
  position: relative;
}
.publicSidePanel .publicSidePanelSharedInfoBox {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 0;
}
.publicSidePanel .publicFileSharedDateInfo {
  font-size: 0.8rem;
}
.publicSidePanel .publicFileSharedDateInfo > span {
  display: block;
}
@media screen and (min-width: 768px) {
  .publicSidePanel .publicFileSharedDateInfo {
    font-size: 0.95rem;
  }
}
.publicSidePanel .publicFileSharedByIcon {
  cursor: pointer;
}
.publicSidePanel .publicFileSharedByIcon .publicFileSharedByUserName {
  font-weight: bold;
}
.publicSidePanel .publicFileSharedByIcon:hover .publicFilePopupWrapper {
  display: block;
}
.publicSidePanel .publicSidePanelFileTitle {
  display: flex;
  flex-direction: column;
}
.publicSidePanel .publicSidePanelFileTitleHeading {
  font-size: 1.22rem;
  margin: 0;
  margin-bottom: 10px;
}
.publicSidePanel .publicSidePanelFileNameLabel {
  display: block;
  font-size: 1rem;
  text-transform: none;
}
.publicSidePanel .publicSidePanelFileActions {
  display: flex;
  padding: 1rem 0;
}
.publicSidePanel .publicSidePanelFileActions > * {
  margin-right: 10px;
}
.publicSidePanel .publicSidePanelFileActions > *:last-child {
  margin-right: 0;
}
.publicSidePanel .publicSidePanelFileLimitations > * {
  display: block;
  margin-bottom: 5px;
}
.publicSidePanel .publicSidePanelFileLimitations > *:last-child {
  margin-bottom: 0;
}
.publicSidePanel .publicSidePanelSecureAccess > * {
  display: block;
}
.publicSidePanel .publicSidePanelSubtitle {
  color: #212121;
  font-size: 0.85rem;
  font-weight: bold;
  text-transform: uppercase;
}
.publicSidePanel .publicSidePanelPrivileges {
  color: #212121;
  font-size: 0.68rem;
}
.publicSidePanel .publicSidePanelPrivilegesEmail {
  font-size: 0.8rem !important;
  text-transform: lowercase;
}
.publicSidePanel .publicSidePanelButton {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 3px;
  height: 35px;
  padding: 0 1.2rem;
}
.publicSidePanel .publicSidePanelButton i {
  font-size: 1.2rem;
}
.publicSidePanel .publicSidePanelButton.publicSidePanelButton_black {
  background-color: #212121;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.publicSidePanel .publicSidePanelButton.publicSidePanelButton_black a {
  color: #FFFFFF;
}
.publicSidePanel .publicSidePanelButton.publicSidePanelButton_black ._white {
  display: block;
}
.publicSidePanel .publicSidePanelButton.publicSidePanelButton_black ._black {
  display: none;
}
.publicSidePanel .publicSidePanelButton.publicSidePanelButton_black:hover {
  background-color: #FFFFFF;
  border-color: #212121;
  color: #212121;
}
.publicSidePanel .publicSidePanelButton.publicSidePanelButton_black:hover a {
  color: #212121;
}
.publicSidePanel .publicSidePanelButton.publicSidePanelButton_black:hover ._black {
  display: block;
}
.publicSidePanel .publicSidePanelButton.publicSidePanelButton_black:hover ._white {
  display: none;
}
.publicSidePanel .publicSidePanelButton.publicSidePanelButton_white {
  border: 1px solid #212121;
  color: #212121;
}
.publicSidePanel .publicSidePanelButton.publicSidePanelButton_white:hover {
  background-color: #212121;
  border-color: #212121;
  color: #FFFFFF;
}
.publicSidePanel .publicFilePopupWrapper {
  display: none;
  padding-top: 15px;
  position: absolute;
  right: 2px;
  top: 28px;
  width: 250px;
}
.publicSidePanel .publicFilePopupWrapper .publicFilePopupPointer {
  position: absolute;
  top: 1px;
  right: 6px;
  bottom: unset;
  left: unset;
}
.publicSidePanel .publicFilePopupWrapper .publicFilePopupUser {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  background-color: #212121;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 0.85rem;
  padding: 13px;
  position: relative;
  z-index: 1;
}
.publicSidePanel .publicFilePopupWrapper .publicFileSharedByUser {
  align-items: center;
  display: flex;
  width: 100%;
}
.publicSidePanel .publicFilePopupWrapper .publicFileSharedByUserIcon {
  margin-right: 5px;
}
.publicSidePanel .publicFilePopupWrapper .publicFileSharedByUserIcon > i {
  font-size: 2.5rem;
}
.publicSidePanel .publicFilePopupWrapper .publicFileSharedByUserPopupButton {
  margin: 24px 0 15px;
}
.publicSidePanel .publicFilePopupWrapper .publicFileSharedByUserPopupLink {
  align-items: center;
  display: flex;
}
.publicSidePanel .publicFilePopupWrapper .publicFileSharedByUserPopupIcon {
  margin-right: 5px;
}
.publicSidePanel .publicFilePopupWrapper .publicFileSharedByUserInfo > span {
  display: block;
}
.publicSidePanel .publicSidePanelFooter {
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .publicSidePanel .publicSidePanelFooter {
    position: absolute;
    bottom: 0;
  }
}
.publicSidePanel .publicSidePanelFooter .publicSidePaneRequestTrial {
  display: flex;
  flex-direction: column;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .publicSidePanel .publicSidePanelFooter .publicSidePaneRequestTrial {
    display: -ms-flexbox;
  }
  .publicSidePanel .publicSidePanelFooter .publicSidePaneRequestTrial span {
    flex: 1;
  }
}
@media screen and (min-width: 394px) {
  .publicSidePanel .publicSidePanelFooter .publicSidePaneRequestTrial {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.publicSidePanel .publicSidePanelFooter .publicSidePanelFooterText {
  font-size: 0.859rem;
}

.publicMainContent {
  position: absolute;
  top: 110px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .publicMainContent {
    margin-left: 360px;
    padding: 0;
    top: 0;
  }
}

.publicShareFileList {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.5rem;
}

.publicShareFileItem {
  border: 6px solid transparent;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  flex-grow: 0;
  flex-shrink: 1;
  margin: 5px;
  max-width: 100%;
  overflow: hidden;
}
.publicShareFileItem[data-selected-item=true] {
  border-color: #61B2DE;
}
@media screen and (min-width: 768px) {
  .publicShareFileItem {
    max-width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .publicShareFileItem {
    max-width: 400px;
  }
}
@media screen and (min-width: 1440px) {
  .publicShareFileItem {
    max-width: 500px;
  }
}

.publicShareFile {
  position: relative;
  width: 100%;
}
.publicShareFile .publicShareFilePreview {
  position: relative;
  display: inline-block;
}
.publicShareFile .publicShareFilePreview .publicShareFileImg {
  height: 320px;
  width: 100%;
  display: block;
  max-width: none !important;
}
@media screen and (min-width: 360px) {
  .publicShareFile .publicShareFilePreview .publicShareFileImg {
    width: auto;
  }
}
.publicShareFile .publicShareFileInfo {
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #E3E3E3;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
  color: #212121;
  padding: 15px 10px;
  z-index: 2;
}
.publicShareFile .publicShareFileInfo p {
  line-height: 1.2;
}
.publicShareFile .publicShareFileInfoTitle {
  display: block;
  height: 38px;
  overflow: hidden;
}

.readState {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.publicSingleFile {
  padding: 20px 6% 0;
}

.publicSingleFileHeader {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 9px;
}
.publicSingleFileHeader .publicSingleFileDropdown {
  align-items: center;
  display: none;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .publicSingleFileHeader .publicSingleFileDropdown {
    display: flex;
  }
}

.pageNavigationComponent {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .pageNavigationComponent {
    width: auto;
  }
}
.pageNavigationComponent .pageNavigationItem {
  margin-right: 20px;
  display: inline-block;
}
.pageNavigationComponent .pageNavigationItem i {
  font-size: 18px;
}
.pageNavigationComponent .pageNavigationItem:last-child {
  margin-right: 0;
}
.pageNavigationComponent .fileNavAllFiles {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.pageNavigationComponent .fileNavAllFiles span {
  color: #212121;
}
@media screen and (min-width: 1024px) {
  .pageNavigationComponent {
    margin: 0;
  }
}

.publicPdfReaderWrapper {
  margin: 0 -3%;
}
@media screen and (max-width: 425px) {
  .publicPdfReaderWrapper {
    margin: 0 -6%;
  }
}

.publicFileiFrame {
  border: none;
  min-height: calc(100vh - 200px);
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .publicFileiFrame {
    min-height: calc(100vh - 93px);
  }
}

.fullScreenFileList {
  position: absolute;
  top: 110px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 4;
}
.fullScreenFileList .publicSingleFileDropdown {
  position: absolute;
  top: 20px;
  right: 74px;
  bottom: unset;
  left: unset;
  display: none;
}
@media screen and (min-width: 1024px) {
  .fullScreenFileList {
    padding-top: 12%;
    top: 0;
  }
  .fullScreenFileList .publicSingleFileDropdown {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .fullScreenFileList {
    padding-top: 100px;
  }
}
.fullScreenFileList .fullScreenFileWrapper {
  margin: 0 auto;
  max-width: 410px;
}
.fullScreenFileList .fullScreenFileHeader {
  border-bottom: 1px solid #AAAAAA;
  padding: 0 13px 10px;
  text-align: right;
}

.publicFileEmptyState {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 93px);
  justify-content: center;
  text-align: center;
}
.publicFileEmptyState .publicFileEmptyStateItem {
  margin-bottom: 20px;
}
.publicFileEmptyState .publicFileEmptyStateItem .publicFileEmptyStateLabel {
  display: block;
  font-size: 1rem;
}
.publicFileEmptyState .publicFileEmptyStateImage {
  height: 300px;
}
.publicFileEmptyState .publicFileEmptyStateImage img {
  height: 100%;
}
.publicFileEmptyState .publicFileEmptyStateSignin .publicFileEmptyStateButton,
.publicFileEmptyState .publicFileEmptyStateSignin .publicFileEmptyStateButton a {
  background-color: #61B2DE;
  color: #FFFFFF;
  font-size: 1rem;
}
.publicFileEmptyState .publicFileEmptyStateSignin .publicFileEmptyStateSigninLabel {
  color: #212121;
}
.publicFileEmptyState._full-page .publicFileEmptyStateItem {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .publicFileEmptyState._full-page .publicFileEmptyStateImage {
    height: 250px;
  }
}
.publicFileEmptyState._full-page .publicFileEmptyStateLabel {
  padding-bottom: 0.5rem;
}
.publicFileEmptyState._full-page .publicFileEmptyStateButton {
  margin: 0.5rem 0;
  min-width: 213px;
}
@media screen and (min-width: 768px) {
  .publicFileEmptyState._full-page .publicFileEmptyStateButton {
    margin: 1rem 0.5rem;
  }
}

.publicFileUnsupportedTypeEmptyState .empty-state {
  color: #212121;
}

.publicSharedFilesTable {
  margin: 0;
  padding: 10px 13px 10px 0;
}
@media screen and (max-width: 425px) {
  .publicSharedFilesTable {
    padding-left: 6px;
  }
}
.publicSharedFilesTable.publicSharedFilesTable_border {
  border: 1px solid #E3E3E3;
  border-radius: 5px;
}
.publicSharedFilesTable .publicSharedFilesTableItem {
  list-style-position: inside;
  margin-bottom: 6px;
  padding-left: 13px;
}
.publicSharedFilesTable .publicSharedFilesTableItem.active {
  color: #00B4FF;
  position: relative;
}
.publicSharedFilesTable .publicSharedFilesTableItem.active .publicSharedFilesTableIcon {
  color: #00B4FF;
  display: block;
  font-size: 14px;
  left: -4px;
  position: absolute;
  top: 1px;
}
.publicSharedFilesTable .publicSharedFilesTableItem.active .publicSharedFilesTableLink {
  color: #00B4FF;
}
.publicSharedFilesTable .publicSharedFilesTableLink {
  color: #212121;
}
.publicSharedFilesTable .publicSharedFilesTableIcon {
  display: none;
}

.closeButton {
  background-color: transparent;
  display: inline-block;
  height: 15px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 33px;
}
.closeButton:before, .closeButton:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.25s ease-out;
}
.closeButton.closeButtonColorWhite:before, .closeButton.closeButtonColorWhite:after {
  background-color: #FFFFFF;
}
.closeButton.closeButtonColorBlue:before, .closeButton.closeButtonColorBlue:after {
  background-color: #61B2DE;
}
.closeButton.closeButtonOpen:before {
  top: 50%;
  transform: rotate(-45deg);
  width: 22px;
}
.closeButton.closeButtonOpen:after {
  top: 50%;
  transform: rotate(-135deg);
  width: 22px;
}
.closeButton.closeButtonClosed:before {
  top: 0;
  width: 30px;
}
.closeButton.closeButtonClosed:after {
  top: 8px;
  width: 20px;
}

.publicShareSmallFont {
  font-size: 0.75rem;
  text-align: justify;
}

.blurBgSmall {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.wideContainer {
  margin: 0 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .wideContainer {
    margin: 0 6rem;
  }
}

.wideContainer-new {
  margin: 0 2rem 0 1rem;
}
@media screen and (min-width: 1451px) {
  .wideContainer-new {
    margin: 0 2rem 0 5rem;
  }
}

.tabs-container {
  margin: 0;
}
@media screen and (min-width: 1451px) {
  .tabs-container {
    margin: 0 2rem 0 5rem;
  }
}

.user-contacts-page-tabs-row {
  width: 100vw;
  background: white;
  box-shadow: none;
}
@media screen and (max-width: 1450px) {
  .user-contacts-page-tabs-row {
    padding-left: 30px;
  }
}

.user-contacts-profile-container {
  padding: 18px 30px 50px 30px;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 1450px) {
  .user-contacts-profile-container {
    padding: 18px 15px 50px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .user-contacts-profile-container {
    flex-direction: column;
    padding: 18px 10px 30px 10px;
  }
}

.user-contacts-profile-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  border: 1px solid #CDD6E2;
  border-radius: 8px;
  padding: 10px 30px 20px 30px;
  background: white;
}

.user-contacts-profile-data {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.user-contacts-profile-data label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 500;
}
.user-contacts-profile-data i {
  font-size: 18px;
  display: none;
}
.user-contacts-profile-data div {
  word-break: break-all;
}

.user-contacts-table-container {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  border: 1px solid #CDD6E2;
  border-radius: 8px;
  background: white;
  margin: 3.1rem 4rem 2rem 8rem;
}
@media screen and (max-width: 1450px) {
  .user-contacts-table-container {
    margin: 3.1rem 3.5rem 2rem 3.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .user-contacts-table-container {
    margin: 3.1rem 3.1rem 2rem 3.1rem;
  }
}

.user-contacts-table-data-container {
  height: calc(100vh - 600px);
  overflow: auto;
}
@media screen and (max-width: 1450px) {
  .user-contacts-table-data-container {
    height: calc(100vh - 650px);
  }
}

.flexSpaceBetweenCenter,
.flexEndCenter,
.flexAlignCenter {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.flexSpaceBetweenCenter {
  justify-content: space-between;
}

.flexEndCenter {
  justify-content: flex-end;
}

.imageTextComponent {
  align-items: center;
  display: flex;
}
.imageTextComponent .imageTextAvatar {
  border-radius: 50%;
  height: 32px;
  overflow: hidden;
  width: 32px;
}
.imageTextComponent .imageTextAvatarImg {
  height: 100%;
  width: 100%;
}
.imageTextComponent .avatarEmptyState {
  align-items: center;
  color: #AAAAAA;
  display: flex;
  font-size: 22px;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.imageTextComponent .imageTextTitle {
  font-size: 1.56rem;
  font-weight: bold;
}
.imageTextComponent .imageTextSubtitle {
  display: flex;
}
.imageTextComponent .imageTextSubtitle > * {
  display: flex;
  margin: 0 16px 0 0;
  align-items: center;
}

.activitiesComponent {
  display: flex;
}
.activitiesComponent .activitiesComponentItem {
  margin-right: 2rem;
}
.activitiesComponent .activitiesComponentItem:last-child {
  margin-right: 0;
}
.activitiesComponent .activitiesComponentItem > span {
  display: block;
}
.activitiesComponent .activitiesComponent_bold {
  font-weight: bold;
}
.activitiesComponent .activitiesComponent_smallFont {
  font-size: 0.85rem;
}

.detailsPage .detailsPageHeader {
  padding: 1.5rem 0;
}
@media screen and (max-width: 700px) {
  .detailsPage .detailsPageHeader {
    display: block;
  }
}
@media screen and (max-width: 701px) {
  .detailsPage .detailsPageHeaderItem:first-child {
    margin-bottom: 15px;
  }
}
.detailsPage .detailsPageMainList {
  display: flex;
}
.detailsPage .detailsPageMainItem {
  line-height: 1;
  margin-bottom: 20px;
  margin-right: 2.5rem;
}
.detailsPage .detailsPageMainItem:last-child {
  margin-right: 0;
}
.detailsPage .detailsPageMainLink {
  color: #212121;
}
.detailsPage .detailsPageMainLink._active {
  color: #61B2DE;
}
.detailsPage .detailsTicker {
  position: relative;
  top: 1px;
}
.detailsPage .imageTextAvatar {
  display: none;
}
@media screen and (min-width: 768px) {
  .detailsPage .imageTextAvatar {
    display: block;
  }
}
.detailsPage .appMainScrollBody {
  top: 247px;
}
@media screen and (min-width: 282px) {
  .detailsPage .appMainScrollBody {
    top: 214px;
  }
}
@media screen and (min-width: 311px) {
  .detailsPage .appMainScrollBody {
    top: 214px;
  }
}
@media screen and (min-width: 325px) {
  .detailsPage .appMainScrollBody {
    top: 192px;
  }
}
@media screen and (min-width: 366px) {
  .detailsPage .appMainScrollBody {
    top: 191px;
  }
}
@media screen and (min-width: 701px) {
  .detailsPage .appMainScrollBody {
    top: 158px;
  }
}
@media screen and (min-width: 768px) {
  .detailsPage .appMainScrollBody {
    top: 155px;
  }
}
.detailsPage .filterRow {
  margin-bottom: 20px;
}
.detailsPage .filterRow > * {
  margin-top: 15px;
}
.detailsPage .filterSection > * {
  display: block;
  margin-right: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 410px) {
  .detailsPage .filterSection > * {
    margin-right: 20px;
  }
}
@media screen and (min-width: 499px) {
  .detailsPage .filterSection {
    align-items: center;
    display: flex;
  }
  .detailsPage .filterSection > * {
    margin-bottom: 0;
  }
}
.detailsPage .filterSection .filterSectionItem {
  position: relative;
  display: inline-block;
}
.detailsPage .filterDropdownSection {
  padding-top: 8px;
}
.detailsPage .filterDropdownSection .filterDropdownTitle {
  color: #61B2DE;
}
.detailsPage .filterDropdownSection .filterSectionDropdownButton {
  color: #61B2DE;
  padding: 0;
}
.detailsPage .filterDropdownSection:hover .upmDropDownComponent {
  display: block;
  right: -6px;
}
.detailsPage .detailsChart {
  margin: 2rem 0;
}
.detailsPage .detailsChart ._shares {
  color: #1367DF;
}
.detailsPage .detailsChart ._openings {
  color: #c9349b;
}
.detailsPage .detailsChart .detailsChartItem {
  width: 100%;
}
.detailsPage .detailsChart .detailsChartItem:first-child {
  margin-bottom: 3rem;
}
.detailsPage .detailsChart .detailsChartHeading {
  font-weight: bold;
  margin-left: 16px;
}
@media screen and (min-width: 768px) {
  .detailsPage .detailsChart {
    margin: 4rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .detailsPage .detailsChart {
    display: flex;
    justify-content: space-between;
  }
  .detailsPage .detailsChart .detailsChartItem {
    width: 50%;
  }
}
.detailsPage .defaultListComponent {
  margin: 0 -0.678rem;
}

.userProfile__file-icon {
  margin-top: -5px;
}

[data-file-view=private] .privateFileActivity {
  display: block;
}
[data-file-view=private] .privateFileActivity .privateFileActivityHeader .firstRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.5rem 0;
}
[data-file-view=private] .privateFileActivity .privateFileActivityHeader .firstRow h2 {
  margin: 0;
}
[data-file-view=private] .privateFileActivity .privateFileActivityHeader .firstRow .logsToEmailLink {
  font-weight: 300;
}
[data-file-view=private] .privateFileActivity .privateFileActivityHeader .firstRow .logsToEmailLink i {
  font-size: 1.4rem;
}
[data-file-view=private] .publicFileActivity,
[data-file-view=private] .chartsFileActivity {
  display: none;
}

[data-file-view=public] .privateFileActivity,
[data-file-view=public] .chartsFileActivity {
  display: none;
}
[data-file-view=public] .publicFileActivity {
  display: block;
}

[data-file-view=charts] .privateFileActivity,
[data-file-view=charts] .publicFileActivity {
  display: none;
}
[data-file-view=charts] .chartsFileActivity {
  display: block;
}

.contributorEmailDialog {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  top: 60px;
}
.contributorEmailDialog p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .contributorEmailDialog {
    height: auto;
    top: 130px;
  }
}
.contributorEmailDialog .shareDialogBlock {
  border-top: 1px solid #CCCCCC;
}

.pageSections .pageWidgetContainer {
  list-style-type: none;
  width: 25%;
}
.pageSections .pageWidgetContainer > .pageSection {
  margin-right: 10px;
}
@media screen and (max-width: 1919px) {
  .pageSections .pageWidgetContainer {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .pageSections .pageWidgetContainer {
    width: 100%;
  }
}
.pageSections .full-width, .pageSections .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .pageSections button {
  width: 100%;
}
.pageSections .expand-collapse-btn {
  display: none;
}
.pageSections .expended {
  width: 100%;
}
.pageSections .expended._vertical-collapse .pageSectionContentWrapper {
  height: auto;
  min-height: 240px;
}
.pageSections .expended._vertical-collapse ._page-section-scrollable-table {
  height: 380px;
}
.pageSections .expended._vertical-collapse .fund-filter__second-row > :first-child {
  padding-right: 15px;
}
.pageSections .expended._vertical-collapse[data-view-size=normal] .pageSectionContentWrapper {
  height: 380px;
  min-height: 300px;
}
.pageSections .expended._vertical-collapse[data-view-size=large] .pageSectionContentWrapper {
  min-height: 500px;
  height: 595px;
}
@media screen and (max-width: 767px) {
  .pageSections .expended._vertical-collapse[data-view-size=large] .pageSectionContentWrapper {
    min-height: 300px;
    height: 380px;
  }
}
.pageSections .expended._vertical-collapse.doc-table-view .pageSectionContentWrapper {
  height: 392px;
}
.pageSections .expended._vertical-collapse ._moreIcon {
  display: none;
}
.pageSections .expended._vertical-collapse ._lessIcon {
  display: block;
  font-size: 24px;
  margin: 0 auto;
}
.pageSections .expended._vertical-expand {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pageSections .expended._vertical-expand .pageSectionContentWrapper,
.pageSections .expended._vertical-expand ._page-section-scrollable-table-body {
  height: auto;
  max-height: 9000px;
}
.pageSections .expended._vertical-expand .expand-collapse-icon {
  transform: rotate(180deg);
}
.pageSections .expended._vertical-expand ._moreIcon {
  display: block;
  font-size: 24px;
  margin: 0 auto;
}
.pageSections .expended._vertical-expand ._lessIcon {
  display: none;
}
.pageSections .expended .expand-collapse-btn {
  display: block;
}
@media screen and (min-width: 700px) {
  .pageSections .expended .shortLabel {
    display: none;
  }
  .pageSections .expended .longLabel {
    display: inline-block;
  }
  .pageSections .expended ._page-section-scrollable-table-body {
    height: 321px;
  }
  .pageSections .expended ._icon-toggle {
    display: none;
  }
  .pageSections .expended ._text-toggle {
    display: block;
  }
  .pageSections .expended ._collapsed-width {
    min-width: 120px;
    width: 180px;
  }
}
.pageSections .pageSection {
  background-color: #FFFFFF;
  padding: 20px 0 25px 0;
  margin: 10px;
  position: relative;
  text-align: left;
  border-radius: 8px;
  border: 1px solid #CDD6E2;
}
.pageSections .pageSection .addNewWrapper {
  padding-top: 0;
  position: absolute;
}
.pageSections .pageSection .empty-state {
  margin: 0;
  margin-top: 0;
}
.pageSections .pageSection .empty-state h4 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-break: 16px;
}
.pageSections .pageSection .pageSection_DropZone {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(97, 178, 222, 0.95);
  color: #FFFFFF;
  display: none;
  z-index: 500;
}
.pageSections .pageSection.dragHover .pageSection_DropZone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pageSections .pageSection.pageSection_Disabled {
  opacity: 0.25;
  pointer-events: none;
}
.pageSections .pageSection label {
  color: #262626;
  display: inline-block;
  font-size: 0.8rem;
  text-transform: capitalize;
}
.pageSections .pageSection .filter-label {
  text-transform: capitalize !important;
}
.pageSections .pageSection .thumbnailSectionListWrapper {
  padding: 10px 25px;
}
@media screen and (max-width: 767px) {
  .pageSections .pageSection .thumbnailSectionListWrapper {
    padding: 10px 15px;
  }
}
.pageSections .pageSection .thumbnailSection {
  background: #F6F6F6;
}
.pageSections .pageSection .thumbnailSection .thumbnailView {
  border: 1px solid #262626;
  border-radius: 4px;
  overflow: hidden;
}
.pageSections .pageSection .thumbnailSection .thumbnailCoverImg {
  border-radius: 4px;
}
.pageSections .pageSection__header {
  padding: 10px 30px 25px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pageSections .pageSection__header {
    padding: 10px 20px 25px 20px;
  }
}
.pageSections .pageSection__header .iconPositionRight {
  height: 24px;
}
.pageSections .pageSection__header ._first-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 425px) {
  .pageSections .pageSection__header ._first-row {
    flex-wrap: wrap;
  }
}
.pageSections .pageSection__header .title-section {
  padding-right: 1rem;
  width: 65%;
}
@media screen and (min-width: 425px) {
  .pageSections .pageSection__header .title-section {
    width: 80%;
  }
}
@media screen and (min-width: 834px) {
  .pageSections .pageSection__header .title-section {
    max-width: 74%;
  }
}
@media screen and (min-width: 1024px) {
  .pageSections .pageSection__header .title-section {
    max-width: 79%;
  }
}
@media screen and (min-width: 1280px) {
  .pageSections .pageSection__header .title-section {
    width: 85%;
  }
}
.pageSections .pageSection__header .title-section .title-section__info {
  display: block;
}
@media screen and (min-width: 375px) {
  .pageSections .pageSection__header .title-section .title-section__info {
    display: inline;
  }
}
.pageSections .pageSection__header .section-main-settings {
  display: flex;
}
.pageSections .pageSection__header .section-main-settings > * {
  padding-left: 15px;
}
.pageSections .pageSection__header .section-main-settings > *:first-child {
  padding-left: 0;
}
.pageSections .pageSection__header .upm-space-badge-wrapper .upmTooltip {
  margin-top: 4px;
}
.pageSections .pageSection__h3 {
  margin: 0;
  max-width: 68%;
  display: inline-block;
  overflow: hidden !important;
  max-width: 100%;
}
@media screen and (min-width: 425px) {
  .pageSections .pageSection__h3 {
    max-width: 50%;
    vertical-align: middle;
  }
}
@media screen and (min-width: 590px) {
  .pageSections .pageSection__h3 {
    max-width: 72%;
  }
}
@media screen and (min-width: 768px) {
  .pageSections .pageSection__h3 {
    max-width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .pageSections .pageSection__h3 {
    max-width: 74%;
  }
}
@media screen and (min-width: 1280px) {
  .pageSections .pageSection__h3 {
    max-width: 80%;
  }
}
@media screen and (min-width: 1440px) {
  .pageSections .pageSection__h3 {
    max-width: 84%;
  }
}
.pageSections .pageSection__h3.tooltip-visibility {
  overflow: visible;
}
.pageSections .pageSection__header-badge {
  min-width: 73px;
  padding-top: 2px;
  margin-left: 0;
}
@media screen and (min-width: 425px) {
  .pageSections .pageSection__header-badge {
    margin-left: 8px;
  }
}
.pageSections .pageSectionMenu {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 1rem 2rem;
  position: absolute;
  right: 0.8rem;
  text-transform: uppercase;
  top: -0.5rem;
  z-index: 7;
  border: 1px solid #CDD6E2;
}
@media screen and (max-width: 320px) {
  .pageSections .pageSectionMenu {
    z-index: 10;
  }
}
.pageSections .pageSectionMenu .iconCheckboxWrapper {
  margin-left: 2px;
  margin-right: 3px;
}
.pageSections .pageSectionMenu .active {
  color: #262626;
  font-weight: 700;
}
.pageSections .pageSectionMenu .checkboxComponent {
  padding-left: 1px;
}
.pageSections .pageSectionMenu .checkboxComponent label {
  font-size: 12px;
}
.pageSections .pageSectionMenu .checkboxComponent i {
  font-size: 24px;
}
.pageSections .pageSectionMenu .checkboxComponent[data-checkbox-status=checked] .iconCheckboxWrapper i {
  color: #33475B;
}
.pageSections .pageSectionMenu .iconCheckboxWrapper {
  margin-left: 0;
  margin-right: 5px;
}
.pageSections .pageSectionMenu ._border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding: 2px 0;
}
@media screen and (min-width: 1024px) {
  .pageSections .pageSectionMenu .pageSectionMenu__i {
    font-size: 20px;
    margin-left: 2px;
    height: 22px;
  }
}
.pageSections .pageSectionMenu__li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: none;
  color: #262626;
  cursor: pointer;
}
.pageSections .pageSectionMenu__li:last-child {
  margin-bottom: 0;
}
.pageSections .pageSectionMenu__button {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #262626;
  opacity: 1;
  position: relative;
  width: 100%;
  margin: 0.6rem 0;
}
.pageSections .pageSectionMenu__button:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pageSections .pageSectionMenu__button:hover .pageSectionMenu__span {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #61B2DE;
}
.pageSections .pageSectionMenu__button:hover i {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #61B2DE;
}
.pageSections .pageSectionMenu__button._removeItem {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #DF6365;
}
.pageSections .pageSectionMenu__button._removeItem:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pageSections .pageSectionMenu__button._removeItem:hover .pageSectionMenu__span {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #DF6365;
}
.pageSections .pageSectionMenu__button._removeItem:hover i {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #DF6365;
}
.pageSections .pageSectionMenu__img {
  color: #DF6365;
  display: inline-block;
  font-size: 18px;
  height: auto;
  line-height: 1;
  margin-right: 12px;
  margin-left: 2px;
  margin-bottom: 0px;
  width: auto;
}
.pageSections .pageSectionMenu__span {
  font-size: 16px !important;
  line-height: 1 !important;
  text-transform: none !important;
  font-weight: 300;
  vertical-align: middle;
  margin-top: 0 !important;
}
.pageSections .pageSectionMenu__i {
  font-size: 20px;
  margin-top: 1px;
  margin-left: 1px;
  margin-right: 10px;
}
.pageSections .pageSectionMenu__svg {
  margin-right: 10px;
}
.pageSections .pageSectionMenu__svg svg {
  height: 17px;
  vertical-align: middle;
  width: 17px;
}
.pageSections .pageSectionMenu__svg svg path {
  fill: #777777;
}
.pageSections .pageSectionContentWrapper {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #FFFFFF;
  position: relative;
}
.pageSections .pageSectionContentWrapper::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.pageSections .pageSectionContentWrapper::-webkit-scrollbar-thumb {
  background: #61B2DE;
  border-radius: 30px;
}
.pageSections .pageSectionContentWrapper::-webkit-scrollbar-track {
  background: rgb(237, 237, 237);
}
.pageSections .pageSectionContentWrapper .defaultRemovableList {
  margin: 0 20px;
}
.pageSections .pageSectionContentWrapper .defaultRemovableList li {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}
.pageSections .portfolio-removeUser-button {
  display: flex !important;
  height: 35px !important;
}
.pageSections .listViewRow {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 10px 20px;
  position: relative;
}
.pageSections .listViewRow.no-side-margins {
  padding: 0 0 20px 0;
}
.pageSections .listViewRow li {
  padding: 10px 10px 0 10px;
  position: relative;
  transition: background-color 0.3s;
  width: 100%;
}
.pageSections .listViewRow li span {
  min-width: 66px;
  text-transform: uppercase;
}
.pageSections .listViewRow li .iconPositionRight {
  position: absolute;
  font-size: 17px;
  top: 13px;
  right: 11px;
}
.pageSections .listViewRow li .flexbox {
  justify-content: space-between;
  margin-top: 0px;
}
.pageSections .listViewRow li:hover {
  background-color: #F5F8F9;
}
.pageSections .listViewRow .listRowHolder {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 10px;
  padding-right: 28px;
}
.pageSections .listViewRow .listRowHolder p {
  margin: 0;
  margin-bottom: 5px;
}
.pageSections .listViewRow .listRowHolder .flexbox {
  flex-wrap: nowrap;
}
.pageSections .listViewRow .listRowHolder .spanHolder {
  color: #6E6E6E;
}
.pageSections .fundSection .advancedInfo {
  height: 16px;
}
.pageSections .fundSection .listViewRow .date {
  color: #777777;
  margin-right: 0px;
  text-align: right;
}
.pageSections .fundSection .listViewRow .spanIconWrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.pageSections .fundSection .listViewRow .spanIconHolder {
  display: flex;
  flex-wrap: nowrap;
}
.pageSections .fundSection .listViewRow .spanHolder {
  color: #777777;
}
.pageSections .fundSection .listViewRow .spanHolder i {
  display: none;
}
.pageSections .fundSection .listViewRow .fundListHeader {
  display: inline-block;
  font-size: 12px;
  padding-left: 26px;
  position: relative;
  width: 100%;
}
.pageSections .fundSection .listViewRow .fundListHeader .fundListHeaderIcon {
  font-size: 16px;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .pageSections .fundSection .listViewRow .fundListHeader {
    font-size: 14px;
  }
  .pageSections .fundSection .listViewRow .spanHolder i {
    display: inline-block;
    position: relative;
    right: 5px;
    top: -1px;
  }
}
.pageSections .fundInfo {
  margin-top: 30px;
}
.pageSections .fundInfoHeader {
  color: #6E6E6E;
  margin-bottom: 5px;
}
.pageSections .fundInfoHeader span {
  font-size: 10px;
  position: relative;
}
.pageSections .fundInfoHeader i {
  position: absolute;
  top: -4px;
  right: 15px;
  bottom: unset;
  left: unset;
  font-size: 19px;
}
.pageSections .fundInfoHeader .arrowUp {
  font-size: 23px;
}
.pageSections .fundInfoHeader .equalizer {
  font-size: 16px;
}
.pageSections .queriesSection .sort-wrapper {
  display: none;
}
.pageSections .pageInfoPopup {
  position: absolute;
  top: 0;
  right: 0;
  bottom: unset;
  left: unset;
  background-color: #33475B;
  border-radius: 8px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  color: #FFFFFF !important;
  padding: 20px 40px 20px 20px;
  z-index: 50000;
}
@media screen and (min-width: 768px) {
  .pageSections .pageInfoPopup {
    right: 40px;
    top: 40px;
    width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .pageSections .pageInfoPopup {
    width: 90%;
    margin: 0 20px;
  }
}
.pageSections .pageInfoPopup .pageInfoPopup__hr {
  opacity: 0.3;
}
.pageSections .pageInfoPopup .pageInfoPopup__button {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  height: 35px;
  color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
}
.pageSections .pageInfoPopup .pageInfoPopup__label {
  color: #FFFFFF !important;
  display: inline-block;
  font-size: 14px;
  margin-top: 25px;
}
.pageSections .pageInfoPopup .pageInfoPopup__p {
  margin: 0;
  font-size: 14px;
  word-wrap: break-word;
}
.pageSections .pageInfoPopup .pageInfoPopup__span {
  font-size: 14px;
}
.pageSections .pageInfoPopup .pageInfoPopup__h5 span {
  font-size: 1.25rem;
}
.pageSections .pageSectionContainer {
  padding: 20px 25px;
}
.pageSections .pageSectionContainer:before, .pageSections .pageSectionContainer:after {
  content: " ";
  display: table;
}
.pageSections .pageSectionContainer:after {
  clear: both;
}
.pageSections .pageWidgetListWrapper, .pageSections .newPortfolioPage .smartSection .smartSectionListWrapper, .newPortfolioPage .smartSection .pageSections .smartSectionListWrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-basis: 0;
  padding: 20px;
}
.pageSections .pageWidgetListWrapper[data-loader-status=true], .pageSections .newPortfolioPage .smartSection [data-loader-status=true].smartSectionListWrapper, .newPortfolioPage .smartSection .pageSections [data-loader-status=true].smartSectionListWrapper {
  background: url(../images/loader_fancy.svg) 50% 50% no-repeat;
}
.pageSections .addNewWrapper {
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
  text-align: center;
}
.pageSections .addNewButton {
  border-radius: 8px;
  cursor: pointer;
  margin: 0 auto 10px;
  position: relative;
  padding: 20px;
  background: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 1px solid transparent;
}
.pageSections .addNewButton i {
  margin-bottom: 15px;
}
.pageSections .addNewButton label {
  font-size: 1rem;
  text-transform: inherit;
  display: block;
}
.pageSections .addNewButton:hover {
  background: #F4FBFF;
  border: 1px solid #61B2DE;
}
.pageSections .addNewMenu {
  position: absolute;
  top: -10px;
  right: unset;
  bottom: unset;
  left: 50%;
  background-color: #FFFFFF;
  border: 1px solid #E4E4E4;
  display: inline-block;
  margin: 0 auto;
  padding: 50px 0 0 0;
  text-align: left;
  transform: translateX(-50%);
  width: 88%;
  z-index: 8;
  border-radius: 8px;
  overflow: hidden;
}
.pageSections .addNewMenu .addNewCloseIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: unset;
  left: unset;
  color: #262626;
  font-size: 15px;
}
.pageSections .addNewMenu .addNewMenu__i {
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 0.5rem;
}
.pageSections .addNewMenu .addNewMenu__button {
  color: #262626;
  display: inline-block;
  font-size: 1rem !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  opacity: 10;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 15px 30px;
  width: 100%;
  background: none;
}
.pageSections .addNewMenu .addNewMenu__button:hover {
  color: #61B2DE;
  background: #F4FBFF;
}
.pageSections .addNewMenu .addNewMenu__button i {
  margin-right: 10px;
}
.pageSections .addNewMenu li:last-child button {
  margin-bottom: 0;
}
@media screen and (min-width: 431px) {
  .pageSections .addNewMenu {
    width: auto;
  }
}
.pageSections .pageSection .addNewWrapper {
  padding-top: 0;
  position: absolute;
}
.pageSections .pageSection__label {
  color: #666666 !important;
  display: inline-block;
  text-transform: uppercase;
}

.fund-filter-section .fund-filter__first-row {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.fund-filter-section .fund-filter__first-row > select, .fund-filter-section .fund-filter__first-row input {
  margin: 0 8px;
}
.fund-filter-section .fund-filter__first-row > select:first-child, .fund-filter-section .fund-filter__first-row input:first-child {
  margin-left: 0;
}
@media screen and (max-width: 572px) {
  .fund-filter-section .fund-filter__first-row > div {
    margin-bottom: 10px;
  }
}
.fund-filter-section .fund-filter__second-row {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.fund-filter-section .fund-filter__second-row > :first-child {
  padding-right: 15px;
}
@media screen and (max-width: 426px) {
  .fund-filter-section .fund-filter__second-row > :first-child {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 863px) {
  .fund-filter-section > * {
    padding-bottom: 10px;
  }
  .fund-filter-section > :last-child {
    padding-bottom: 0;
  }
}
.fund-filter-section .filter-date-wrapper {
  padding-left: 44px;
}
.fund-filter-section .filter-date-wrapper .filter-date-icon {
  color: #61B2DE;
  font-size: 20px;
  position: absolute;
  left: 12px;
}

.customPointingArrow {
  border-color: transparent transparent transparent rgba(33, 33, 33, 0.8);
  border-style: solid;
  border-width: 7px 0 7px 9px;
  position: absolute;
  right: -9px;
  top: 110px;
}

.dragState {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(220, 238, 247, 0.8);
  z-index: 20;
}

.selectedHighlight {
  background-color: #DCEEF7 !important;
}
.selectedHighlight .selectedRow {
  background-color: #DCEEF7 !important;
}

.selectedBorder {
  background-color: #DCEEF7 !important;
  opacity: 0.5;
}
.selectedBorder .selectedRow {
  background-color: #DCEEF7 !important;
  opacity: 0.5;
}

.border-dash {
  border: 2px dashed #A7BDC3;
}

.boxShadow {
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.15);
}

.hoverRotateIcon {
  transition: all 0.2s linear;
  color: #212121;
  font-size: 22px;
  opacity: 1 !important;
  position: relative;
  z-index: 11 !important;
}
.hoverRotateIcon:hover {
  color: #212121;
  transform: rotate(30deg);
}
@media screen and (min-width: 768px) {
  .hoverRotateIcon {
    font-size: 24px;
  }
}

@media screen and (min-width: 654px) {
  .doc-table-view.expended .drawer-filter-section {
    height: 57px;
    justify-content: flex-end;
  }
}
.doc-table-view .pageSection__header {
  padding: 10px 30px 25px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .doc-table-view .pageSection__header {
    padding: 10px 20px 25px 20px;
  }
}
.doc-table-view .pageSection__header-badge {
  min-width: 48px;
}

.drawer-filter-section {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  height: 57px;
  padding-top: 5px;
}
.drawer-filter-section > div {
  margin: 0 15px 10px 0;
}
.drawer-filter-section > div:last-child {
  margin-right: 0;
}
.drawer-filter-section .drawer-dropdown-wrapper {
  position: relative;
}
.drawer-filter-section .checkboxComponent span {
  cursor: pointer;
}
.drawer-filter-section .filter-dropdown {
  margin: 0;
  width: 100%;
}
.drawer-filter-section .sort-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.drawer-filter-section .sort-wrapper span {
  font-size: 14px;
  padding-left: 5px;
}
.drawer-filter-section._checkbox {
  width: 165px;
}

._up-arrow {
  transform: rotate(-90deg);
}

._down-arrow {
  transform: rotate(90deg);
}

.key-sorting-wrapper {
  color: #212121;
  padding-left: 35px;
  position: relative;
  overflow-x: visible;
}
.key-sorting-wrapper i {
  font-size: 17px;
}
.key-sorting-wrapper._date-column {
  min-width: 125px;
  width: 125px;
}
.key-sorting-wrapper._large-text-column {
  min-width: 225px;
}
.key-sorting-wrapper._bold {
  font-weight: bold;
}

.key-sorting {
  position: absolute;
  left: 14px;
}
.key-sorting i {
  margin-top: -2px;
  margin-left: -7px;
}

._date-icon {
  color: #61B2DE;
  padding-right: 4px;
}

._page-section-scrollable-table-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
._page-section-scrollable-table-body ._page-section-scrollable-table-item {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 186px;
  height: 100%;
}
._page-section-scrollable-table-body ._page-section-scrollable-table-item::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
._page-section-scrollable-table-body ._page-section-scrollable-table-item::-webkit-scrollbar-thumb {
  background: #61B2DE;
  border-radius: 30px;
}
._page-section-scrollable-table-body ._page-section-scrollable-table-item::-webkit-scrollbar-track {
  background: rgb(237, 237, 237);
}

.table-3-header {
  border-bottom: 1px solid #E3E3E3;
  padding: 0.8rem 0;
}
.table-3-header:hover {
  background-color: transparent !important;
}
.table-3-header > *:hover {
  background-color: transparent !important;
}

.upm-space-private .commandLineButton {
  background-color: #33475b;
}
.upm-space-private .commandLineButton:hover {
  background-color: #33475b;
}
.upm-space-private .upm-space-badge {
  background-color: #33475B;
  fill: #33475B;
}
.upm-space-private .commandLineContainer .searchButtonContainer .upm-space-badge-transparent {
  background-color: #33475B;
}
.upm-space-private .commandLineContainer .searchButtonContainer .upm-space-badge-transparent.disabled {
  background-color: rgba(51, 71, 91, 0.2);
}

.upm-space-public .commandLineButton {
  background-color: #6f55f9;
}
.upm-space-public .commandLineButton:hover {
  background-color: #6f55f9;
}
.upm-space-public .upm-space-badge {
  background-color: #6f55f9;
  fill: #6f55f9;
}
.upm-space-public .commandLineContainer .searchButtonContainer .upm-space-badge-transparent {
  background-color: #6f55f9;
}
.upm-space-public .commandLineContainer .searchButtonContainer .upm-space-badge-transparent.disabled {
  background-color: rgba(111, 85, 249, 0.2);
}

.upm-space-default .commandLineButton {
  background-color: #61b2de;
}
.upm-space-default .commandLineButton:hover {
  background-color: #61b2de;
}
.upm-space-default .upm-space-badge {
  background-color: #61B2DE;
  fill: #61B2DE;
}
.upm-space-default .commandLineContainer .searchButtonContainer .upm-space-badge-transparent {
  background-color: #61B2DE;
}
.upm-space-default .commandLineContainer .searchButtonContainer .upm-space-badge-transparent.disabled {
  background-color: rgba(97, 178, 222, 0.2);
}

.upm-space-badge-wrapper {
  display: inline-block;
  font-size: 12px;
  margin-left: 8px;
}

.upm-space-badge {
  background-color: #61B2DE;
  border-radius: 20px;
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  line-height: initial;
  margin-right: 3px;
  min-width: 22px;
  text-align: center;
  padding: 5px 9px;
}

.sign-in-page-body .overlay,
.sign-in-page-body .cover-image {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sign-in-page-body .overlay {
  transition: opacity 0.35s ease-in-out;
  z-index: -1;
  opacity: 0.4;
}
.sign-in-page-body .overlay.highOpacity {
  opacity: 0.9;
}
.sign-in-page-body .cover-image {
  background-color: cornflowerblue;
  background-size: cover;
  background-position: center;
  z-index: -2;
}
.sign-in-page-body .cover-image img {
  width: 100%;
  height: 100%;
}

.sign-in-page {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 25px;
}
@media screen and (min-width: 768px) {
  .sign-in-page {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .sign-in-page {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 60px 45px 45px 45px;
  }
}
.sign-in-page .sign-in-page__header,
.sign-in-page .sign-in-box {
  position: relative;
  z-index: 1;
}
.sign-in-page .sign-in-page__header {
  color: #FFFFFF;
  padding-bottom: 18px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .sign-in-page .sign-in-page__header {
    flex: 1 1 0;
    padding-bottom: 0;
    text-align: left;
  }
}
.sign-in-page .sign-in-page__logo-wrapper {
  height: auto;
}
.sign-in-page .sign-in-page__logo-wrapper img {
  width: 3rem;
  height: 100%;
}
.sign-in-page .sign-in-page__logo-text {
  font-size: 22px;
  text-transform: uppercase;
}
.sign-in-page .sign-in-page__logo {
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .sign-in-page .sign-in-page__description {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .sign-in-page .sign-in-page__logo-wrapper {
    align-items: center;
    display: flex;
  }
}
.sign-in-page .sign-in-page__greetings {
  padding-top: 13px;
}
.sign-in-page .sign-in-page__greetings h2 {
  font-size: 18px;
  font-weight: 800;
  margin: 0;
  text-rendering: optimizeLegibility;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  word-break: break-word;
}
.sign-in-page .sign-in-page__greetings h2 > div {
  font-weight: 100;
  margin-bottom: 10px;
}
.sign-in-page .sign-in-page__greetings h5 {
  font-size: 36px;
  line-height: 1.4;
  margin: 0;
  padding: 1rem 0 0.25rem;
  text-rendering: optimizeLegibility;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
@media screen and (min-width: 768px) {
  .sign-in-page .sign-in-page__greetings h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .sign-in-page .sign-in-page__greetings {
    padding: 55px 20px 0 0;
  }
  .sign-in-page .sign-in-page__greetings h2 {
    font-size: 60px;
    margin: 10px 0;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .sign-in-page .sign-in-page__greetings h5 {
    max-width: 610px;
  }
}

.sign-in-box__wrapper {
  flex-grow: 0;
  max-width: 370px;
}
@media screen and (min-width: 768px) {
  .sign-in-box__wrapper {
    min-width: 410px;
    max-width: unset;
    width: 410px;
  }
}
.sign-in-box__wrapper .sign-in-box {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: #FFFFFF;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
  min-height: 540px;
  padding: 1.5rem;
  width: 100%;
  transition: background-color 0.35s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sign-in-box__wrapper .sign-in-box {
    background-color: rgba(255, 255, 255, 0.95);
  }
}
.sign-in-box__wrapper .sign-in-box input[type=number]::-webkit-inner-spin-button,
.sign-in-box__wrapper .sign-in-box input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sign-in-box__wrapper .sign-in-box input[type=number] {
  -moz-appearance: textfield;
}
.sign-in-box__wrapper .sign-in-step {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding: 0.5rem;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.sign-in-box__wrapper .sign-in-box__header {
  margin: 1rem 0;
  text-align: center;
}
.sign-in-box__wrapper .sign-in-box__header h1, .sign-in-box__wrapper .sign-in-box__header .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .sign-in-box__wrapper .sign-in-box__header select {
  font-weight: 500;
  margin: 0;
}
.sign-in-box__wrapper .sign-in-box__header .sign-in-box__subtitle {
  font-size: 1rem;
  font-weight: 300;
  padding-top: 1rem;
}
.sign-in-box__wrapper .sign-in-box__main-content {
  padding: 2rem 0;
}
.sign-in-box__wrapper .sign-in-box__main-content .input-fields-container {
  padding-bottom: 1rem;
}
.sign-in-box__wrapper .sign-in-box__main-content .sign-in-box__input-wrapper {
  padding-bottom: 2.5rem;
}
.sign-in-box__wrapper .sign-in-box__main-content .sign-in-box__input-wrapper input {
  background-color: transparent;
  margin: 0;
}
.sign-in-box__wrapper .sign-in-box__main-content .sign-in-box__input-wrapper input:-webkit-autofill,
.sign-in-box__wrapper .sign-in-box__main-content .sign-in-box__input-wrapper textarea:-webkit-autofill,
.sign-in-box__wrapper .sign-in-box__main-content .sign-in-box__input-wrapper select:-webkit-autofill {
  background-color: transparent !important;
}
.sign-in-box__wrapper .sign-in-box__main-content .sign-in-box__label-wrapper {
  display: flex;
  justify-content: space-between;
}
.sign-in-box__wrapper .sign-in-box__main-content .sign-in-box__input-label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0.5rem 0;
}
.sign-in-box__wrapper .sign-in-box__main-content .sign-in-box__button-wrapper {
  text-align: center;
}
.sign-in-box__wrapper .sign-in-box__main-content .sign-in-box__button-wrapper > * {
  display: block;
}
.sign-in-box__wrapper .sign-in-box__main-content .sign-in-box__button-wrapper button {
  margin: 1rem auto;
}
.sign-in-box__wrapper .sign-in-box__main-content .confirmations-section {
  text-align: center;
}
.sign-in-box__wrapper .sign-in-box__main-content .confirmations-section__img {
  margin: 0 auto;
  padding-bottom: 2rem;
  width: 85px;
}
.sign-in-box__wrapper .sign-in-box__main-content .confirmations-section__img img {
  width: 100%;
}
.sign-in-box__wrapper .box-input-wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 370px) {
  .sign-in-box__wrapper .box-input-wrapper {
    display: block;
    text-align: center;
  }
}
.sign-in-box__wrapper .box-input-wrapper .box-input-wrapper__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sign-in-box__wrapper .box-input-wrapper__item:first-child {
  padding-right: 13px;
}
@media screen and (max-width: 370px) {
  .sign-in-box__wrapper .box-input-wrapper__item:first-child {
    padding-right: 0;
  }
}
.sign-in-box__wrapper .box-input {
  background: #FFFFFF;
  border: none;
  border-radius: 2px;
  color: #212121;
  font-size: 24px;
  font-weight: bold;
  height: 46px;
  margin-right: 5px;
  margin-top: 13px;
  padding: 8px 0;
  text-align: center;
  width: 32px;
}
.sign-in-box__wrapper .box-input:focus {
  border: 1px solid #61B2DE;
}
.sign-in-box__wrapper .two-factor-support {
  display: none;
}
.sign-in-box__wrapper .signin-loader {
  background: rgba(255, 255, 255, 0.5);
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sign-in-box__wrapper .signin-loader .signin-loader__item {
  bottom: 82px;
  height: 50px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 60px;
}
.sign-in-box__wrapper .signin-loader.show {
  display: block;
  opacity: 1;
}
.sign-in-box__wrapper .two-factor-info {
  background: rgba(249, 194, 94, 0.2);
  border: 1px solid #f9c25e;
  border-radius: 8px;
  color: #f9c25e;
  display: block;
  font-size: 13px;
  padding: 10px;
  text-align: center;
}
.sign-in-box__wrapper .trust-button-wrapper {
  display: flex;
  justify-content: space-around;
}
.sign-in-box__wrapper .trust-negative-button {
  background-color: transparent;
  border-color: #A9AAA9;
  color: #FFFFFF;
}
.sign-in-box__wrapper ._two-factor .text-wrapper {
  text-align: center;
}
.sign-in-box__wrapper ._two-factor .text-wrapper a {
  display: block;
}
.sign-in-box__wrapper ._two-factor .error-message {
  margin-top: 30px;
}
.sign-in-box__wrapper ._forgotPassword .sign-in-box__button-wrapper {
  padding-bottom: 13px;
}
.sign-in-box__wrapper ._reset-password .sign-in-box__input-wrapper {
  position: relative;
}
.sign-in-box__wrapper ._reset-password .sign-in-box__button-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .sign-in-box__wrapper ._reset-password .sign-in-box__button-wrapper button {
    height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .sign-in-box__wrapper ._reset-password .sign-in-box__button-wrapper {
    padding-top: 30px;
  }
}
.sign-in-box__wrapper .sign-in-box__footer {
  padding-top: 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sign-in-box__wrapper .sign-in-box__footer {
    margin: 0 auto;
  }
}
.sign-in-box__wrapper .sign-in-box__footer-list {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 11px;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .sign-in-box__wrapper .sign-in-box__footer-list {
    padding-bottom: 3px;
  }
}
.sign-in-box__wrapper .sign-in-box__footer-item {
  font-size: 10px;
  padding-bottom: 4px;
  text-align: center;
}
.sign-in-box__wrapper .sign-in-box__footer-item a {
  font-size: 10px;
}
.sign-in-box__wrapper .sign-in-box__footer-list-item {
  color: #61B2DE;
}
.sign-in-box__wrapper .sign-in-box__footer-list-item:first-child {
  margin-right: 10px;
}
.sign-in-box__wrapper .inputStatusContainer {
  top: -1px;
}
.sign-in-box__wrapper[data-page-view=signin] ._signin {
  display: flex;
}
.sign-in-box__wrapper[data-page-view=signin] ._forgotPassword,
.sign-in-box__wrapper[data-page-view=signin] ._resetPasswordEmailConfirmation,
.sign-in-box__wrapper[data-page-view=signin] ._two-factor,
.sign-in-box__wrapper[data-page-view=signin] ._two-factor-trust {
  display: none;
}
.sign-in-box__wrapper[data-page-view=two-factor-auth] .two-factor-support {
  display: block;
  padding-bottom: 1rem;
}
.sign-in-box__wrapper[data-page-view=two-factor-auth] ._two-factor {
  display: flex;
}
.sign-in-box__wrapper[data-page-view=two-factor-auth] .signin-loader__item {
  bottom: 113px;
}
.sign-in-box__wrapper[data-page-view=two-factor-auth] ._forgotPassword,
.sign-in-box__wrapper[data-page-view=two-factor-auth] ._resetPasswordEmailConfirmation,
.sign-in-box__wrapper[data-page-view=two-factor-auth] ._signin,
.sign-in-box__wrapper[data-page-view=two-factor-auth] ._two-factor-trust {
  display: none;
}
.sign-in-box__wrapper[data-page-view=two-factor-trust] .sign-in-box,
.sign-in-box__wrapper[data-page-view=two-factor-trust] .sign-in-box:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.sign-in-box__wrapper[data-page-view=two-factor-trust] .two-factor-support {
  display: block;
  padding-bottom: 1rem;
}
.sign-in-box__wrapper[data-page-view=two-factor-trust] ._two-factor-trust {
  display: flex;
}
.sign-in-box__wrapper[data-page-view=two-factor-trust] ._forgotPassword,
.sign-in-box__wrapper[data-page-view=two-factor-trust] ._resetPasswordEmailConfirmation,
.sign-in-box__wrapper[data-page-view=two-factor-trust] ._signin,
.sign-in-box__wrapper[data-page-view=two-factor-trust] ._two-factor {
  display: none;
}
.sign-in-box__wrapper[data-page-view=two-factor-auth] .sign-in-box,
.sign-in-box__wrapper[data-page-view=two-factor-auth] .sign-in-box:hover, .sign-in-box__wrapper[data-page-view=two-factor-trust] .sign-in-box,
.sign-in-box__wrapper[data-page-view=two-factor-trust] .sign-in-box:hover {
  background-color: rgba(25, 25, 25, 0.8);
  color: #FFFFFF;
}
.sign-in-box__wrapper[data-page-view=two-factor-auth] .sign-in-box__header h1, .sign-in-box__wrapper[data-page-view=two-factor-auth] .sign-in-box__header .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .sign-in-box__wrapper[data-page-view=two-factor-auth] .sign-in-box__header select, .sign-in-box__wrapper[data-page-view=two-factor-trust] .sign-in-box__header h1, .sign-in-box__wrapper[data-page-view=two-factor-trust] .sign-in-box__header .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .sign-in-box__wrapper[data-page-view=two-factor-trust] .sign-in-box__header select {
  color: #FFFFFF;
}
.sign-in-box__wrapper[data-page-view=forgotPassword] ._forgotPassword {
  display: flex;
}
.sign-in-box__wrapper[data-page-view=forgotPassword] ._signin,
.sign-in-box__wrapper[data-page-view=forgotPassword] ._resetPasswordEmailConfirmation,
.sign-in-box__wrapper[data-page-view=forgotPassword] ._two-factor,
.sign-in-box__wrapper[data-page-view=forgotPassword] ._two-factor-trust {
  display: none;
}
.sign-in-box__wrapper[data-page-view=resetPasswordEmailConfirmation] ._resetPasswordEmailConfirmation {
  display: flex;
}
.sign-in-box__wrapper[data-page-view=resetPasswordEmailConfirmation] ._forgotPassword,
.sign-in-box__wrapper[data-page-view=resetPasswordEmailConfirmation] ._signin,
.sign-in-box__wrapper[data-page-view=resetPasswordEmailConfirmation] ._two-factor,
.sign-in-box__wrapper[data-page-view=resetPasswordEmailConfirmation] ._two-factor-trust {
  display: none;
}
.sign-in-box__wrapper .loginDivider-container {
  margin: 34px 0 18px;
}
.sign-in-box__wrapper .loginDivider-subContainer {
  display: flex;
  align-items: center;
}
.sign-in-box__wrapper .loginDivider-line {
  height: 1px;
  flex-shrink: 1;
  flex-grow: 1;
  background-color: rgb(219, 219, 219);
}
.sign-in-box__wrapper .loginDivider-text {
  text-transform: uppercase;
  margin: 0 18px;
  font-weight: 600;
  color: rgb(142, 142, 142);
}
.sign-in-box__wrapper .sign-in-box__password-input {
  padding-bottom: 0 !important;
}
.sign-in-box__wrapper .sign-in-box__auth-button {
  width: 100%;
}
.sign-in-box__wrapper .sing-in-box__oauth-button {
  background: white;
  color: #42526E;
  border: 1px solid rgb(193, 199, 208);
}
.sign-in-box__wrapper .sing-in-box__oauth-button:hover {
  background: rgba(9, 30, 66, 0.02);
}
.sign-in-box__wrapper .loginOauthButton-container {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 375px) {
  .sign-in-box__wrapper .loginOauthButton-container {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 320px) {
  .sign-in-box__wrapper .loginOauthButton-container {
    font-size: 0.8rem;
  }
}
.sign-in-box__wrapper .loginOauthIcon-container {
  padding: 0.25rem;
  border-radius: 3px;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .sign-in-box__wrapper .loginOauthIcon-container {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 375px) {
  .sign-in-box__wrapper .loginOauthIcon-container {
    margin-right: 1rem;
  }
}
.sign-in-box__wrapper .loginOauthIcon-subContainer {
  display: flex;
  height: 17.33px;
  width: 17.33px;
  justify-content: center;
  align-items: center;
}
.sign-in-box__wrapper[data-page-view=resetChangePassword] ._resetChangePassword {
  display: flex;
}
.sign-in-box__wrapper[data-page-view=resetChangePassword] ._resetPasswordConfirmation {
  display: none;
}
.sign-in-box__wrapper[data-page-view=resetChangePassword] ._resetPasswordExpired {
  display: none;
}
.sign-in-box__wrapper[data-page-view=resetPasswordConfirmation] ._resetPasswordConfirmation {
  display: flex;
}
.sign-in-box__wrapper[data-page-view=resetPasswordConfirmation] ._resetChangePassword {
  display: none;
}
.sign-in-box__wrapper[data-page-view=resetPasswordConfirmation] ._resetPasswordExpired {
  display: none;
}
.sign-in-box__wrapper[data-page-view=resetPasswordExpired] ._resetPasswordConfirmation {
  display: none;
}
.sign-in-box__wrapper[data-page-view=resetPasswordExpired] ._resetChangePassword {
  display: none;
}
.sign-in-box__wrapper[data-page-view=resetPasswordExpired] ._resetPasswordExpired {
  display: flex;
}

.password-validator {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.password-validator .password-validator__item {
  display: flex;
  margin-bottom: 1rem !important;
}
.password-validator .password-validator__icon-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #E95A7F;
}
.password-validator .password-validator__icon-wrapper._valid {
  color: #61B2DE;
}
.password-validator .password-validator__icon-wrapper._valid .password-validator__text-wrapper {
  color: #CCCCCC;
}
.password-validator .password-validator__icon-wrapper .password-validator__text-wrapper {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #33475B;
  font-weight: 300;
  margin-left: 0.5rem;
}

.preview-signin {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.preview-signin .preview-signin__header {
  background-color: rgba(33, 33, 33, 0.54);
  color: #FFFFFF;
  display: block;
  font-size: 17px;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
}

.userDropZones .predefined--dropzones--table {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .userDropZones .predefined--dropzones--table {
    justify-content: center;
  }
}
.userDropZones .predefined--dropzones--table .predefined--dropzone--item {
  flex-direction: column;
  padding: 40px 20px;
  border: 1px solid #61B2DE;
  background: #F6F6F6;
  border-radius: 4px;
  width: 15%;
  margin: 0 15px 20px 0;
  justify-content: center !important;
  position: relative;
  opacity: 0.5;
}
.userDropZones .predefined--dropzones--table .predefined--dropzone--item::before {
  font-family: "budicon-classic";
  font-size: 50px;
  color: #61B2DE;
  position: absolute;
  top: 50px;
}
.userDropZones .predefined--dropzones--table .predefined--dropzone--item:nth-of-type(1)::before {
  content: "\eb42";
}
.userDropZones .predefined--dropzones--table .predefined--dropzone--item:nth-of-type(2)::before {
  content: "\eb7e";
}
.userDropZones .predefined--dropzones--table .predefined--dropzone--item:nth-of-type(3)::before {
  content: "\ec5b";
}
.userDropZones .predefined--dropzones--table .predefined--dropzone--item:nth-of-type(4)::before {
  content: "\ee61";
}
.userDropZones .predefined--dropzones--table .predefined--dropzone--item:nth-of-type(5)::before {
  content: "\ec85";
}
@media screen and (max-width: 767px) {
  .userDropZones .predefined--dropzones--table .predefined--dropzone--item {
    width: 40%;
    margin: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .userDropZones .predefined--dropzones--table .predefined--dropzone--item {
    width: 30%;
  }
}
.userDropZones .predefined--dropzones--table .predefined--dropzone--item .user--rule--item--name {
  margin-top: 70px;
  display: block;
}
.userDropZones .user--dropzones--table .user--dropzone--item {
  background: #F6F6F6;
  position: relative;
  margin-bottom: 10px;
  padding-left: 75px;
  height: 66px;
  border: 0;
  cursor: move;
}
.userDropZones .user--dropzones--table .user--dropzone--item::before {
  font-family: "budicon-classic";
  font-size: 40px;
  color: #262626;
  position: absolute;
  left: 0;
  content: "\ea7d";
  background: #F4FBFF;
  height: 65px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.userDropZones .user--dropzones--table .user--dropzone--item:hover {
  background: #CDD6E2;
}
.userDropZones .user--dropzones--table .user--dropzone--item:hover::before {
  background: #CDD6E2;
}
.userDropZones .user--dropzones--table .user--dropzone--item td {
  display: flex;
  align-items: center;
}
.userDropZones .dropzoneRule-select-wrapper {
  display: flex;
  align-items: center;
  gap: 10rem;
}
.userDropZones .dropzonePage-navigateBack-container {
  justify-content: start;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.userDropZones .user-drop-zone-flex {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.userDropZones .user-drop-zone-flex .table-icon {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  overflow: visible;
}
.userDropZones .user-drop-zone-flex .table-icon a {
  color: #6E6E6E;
  font-size: 21px;
  margin-right: 12px;
}
.userDropZones .user-drop-zone-flex .table-icon ._remove-icon {
  color: #DF6365;
  margin-right: 0;
}
.userDropZones .dropZone-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.userDropZones .dropZone-wrap .dropZone-view {
  width: 365px;
  height: 160px;
  display: flex;
  flex-direction: column;
  border: 0.2rem dashed #61B2DE;
  padding: 1rem;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .userDropZones .dropZone-wrap .dropZone-view {
    width: 100%;
  }
}
.userDropZones .dropZone-wrap .dropZone-view h5 {
  font-size: 1.1rem;
  font-weight: 700;
}
.userDropZones .dropZone-wrap .dropZone-view p {
  font-size: 0.9rem;
  font-weight: 500;
}
.userDropZones .fileClassification span[disabled] {
  border: 1px solid #777777;
  border-radius: 4px;
  height: 43px;
  padding: 9px;
  width: 100%;
  display: block;
  position: relative;
}
.userDropZones .fileClassification span[disabled]::before {
  position: absolute;
  right: 10px;
  content: "\e968";
  top: 10px;
  font-family: "budicon-classic";
  color: #777777;
  font-size: 22px;
}

.terms-policy-styles.sign-in-page {
  display: block;
  padding: 0;
}
.terms-policy-styles h2,
.terms-policy-styles h3 {
  text-transform: capitalize;
}
.terms-policy-styles .appMainScrollBody {
  bottom: 70px;
  padding-bottom: 0;
  top: 70px;
}
.terms-policy-styles .appBody {
  margin-top: 0;
}
.terms-policy-styles .terms-policy__header,
.terms-policy-styles .terms-policy__footer {
  height: 70px;
  padding: 1.55rem 2rem;
}
.terms-policy-styles .container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .terms-policy-styles .container {
    width: 600px;
  }
}
.terms-policy-styles .terms-policy__main-content {
  background-color: #FFFFFF;
  padding-bottom: 30px;
}
.terms-policy-styles .terms-policy__footer {
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #EEEEEE;
  padding: 1.55rem 0;
}
.terms-policy-styles .terms-policy__footer .container {
  width: 300px;
}
.terms-policy-styles .sign-in-box__footer-list {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 12px;
}
.terms-policy-styles .sign-in-box__footer-list-item:first-child {
  margin-right: 10px;
}
.terms-policy-styles .sign-in-box__footer-item {
  text-align: center;
  font-size: 12px;
}
.terms-policy-styles .overlay {
  z-index: -1;
}
.terms-policy-styles .cover-image {
  z-index: -2;
}

.treeMap-block:hover {
  cursor: pointer;
}
.treeMap-block:hover rect {
  fill-opacity: 50%;
}
.treeMap-block.inactive {
  cursor: default;
}
.treeMap-block.inactive rect {
  fill: #979797;
  fill-opacity: 0.1;
}
.treeMap-block.inactive text {
  fill: #444444;
}
.treeMap-block.active rect {
  fill-opacity: 1 !important;
}
.treeMap-block.active text {
  fill: white !important;
}

.messagingCenterPage {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 50px;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  transform: translateZ(0);
}
.messagingCenterPage .appMainScrollBody {
  top: 72px;
}
.messagingCenterPage .appMainScrollBody .row {
  max-width: 117rem;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .messagingCenterPage .appMainScrollBody .row {
    padding-right: 0;
  }
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .appMainScrollBody .row {
    padding-right: 0;
  }
}
.messagingCenterPage .mailParent {
  border-radius: 4px;
}
.messagingCenterPage .mailParent.active {
  margin: 0 -1px 1px -1px;
}
.messagingCenterPage .mailParent.active .upMailRow {
  border: 1px solid #58B1DB;
  border-radius: 4px;
}
.messagingCenterPage .mailParent.active .cutText, .messagingCenterPage .mailParent.active .horizontalListOfFilesModule .thumbnailDiscription ul li, .horizontalListOfFilesModule .thumbnailDiscription ul .messagingCenterPage .mailParent.active li, .messagingCenterPage .mailParent.active .defaultRemovableList li a, .defaultRemovableList li .messagingCenterPage .mailParent.active a, .messagingCenterPage .mailParent.active .defaultRemovableList li .advancedInfo, .defaultRemovableList li .messagingCenterPage .mailParent.active .advancedInfo, .messagingCenterPage .mailParent.active .defaultRemovableList li .infoWrapper, .defaultRemovableList li .messagingCenterPage .mailParent.active .infoWrapper, .messagingCenterPage .mailParent.active .floating-tooltip, .messagingCenterPage .mailParent.active .text-wrapper-for-tooltip, .messagingCenterPage .mailParent.active .valid-error, .messagingCenterPage .mailParent.active .cutText, .messagingCenterPage .mailParent.active .horizontalListOfFilesModule .thumbnailDiscription ul li, .horizontalListOfFilesModule .thumbnailDiscription ul .messagingCenterPage .mailParent.active li, .messagingCenterPage .mailParent.active table th, table .messagingCenterPage .mailParent.active th, .messagingCenterPage .mailParent.active .upmHeader .upmBranding .headerMetaContainer .headerTitle .defaultHeader, .upmHeader .upmBranding .headerMetaContainer .headerTitle .messagingCenterPage .mailParent.active .defaultHeader, .messagingCenterPage .mailParent.active .upmHeader .upmBranding .productMetaContainer, .upmHeader .upmBranding .messagingCenterPage .mailParent.active .productMetaContainer, .messagingCenterPage .mailParent.active .editMemoDialog .memoHeaderContainer .attachFileInfoContainer ul li:last-child, .editMemoDialog .memoHeaderContainer .attachFileInfoContainer ul .messagingCenterPage .mailParent.active li:last-child, .messagingCenterPage .mailParent.active .editMemoDialog .memoHeaderContainer .memoTitleContainer ul li:last-child, .editMemoDialog .memoHeaderContainer .memoTitleContainer ul .messagingCenterPage .mailParent.active li:last-child, .messagingCenterPage .mailParent.active .editCreateMemoPage .pageOptionsContainer ul li button, .editCreateMemoPage .pageOptionsContainer ul li .messagingCenterPage .mailParent.active button, .messagingCenterPage .mailParent.active .analyticDialog h1, .analyticDialog .messagingCenterPage .mailParent.active h1,
.messagingCenterPage .mailParent.active .analyticDialog h2,
.analyticDialog .messagingCenterPage .mailParent.active h2, .messagingCenterPage .mailParent.active .resultPage .tab-title a, .resultPage .tab-title .messagingCenterPage .mailParent.active a, .messagingCenterPage .mailParent.active .relatedFileItem .fileName, .relatedFileItem .messagingCenterPage .mailParent.active .fileName,
.messagingCenterPage .mailParent.active .relatedFileItem .fundName,
.relatedFileItem .messagingCenterPage .mailParent.active .fundName, .messagingCenterPage .mailParent.active .relatedFileItem .fileName a, .relatedFileItem .fileName .messagingCenterPage .mailParent.active a,
.messagingCenterPage .mailParent.active .relatedFileItem .fundName a,
.relatedFileItem .fundName .messagingCenterPage .mailParent.active a, .messagingCenterPage .mailParent.active .relatedFileItem .fileName > div, .relatedFileItem .messagingCenterPage .mailParent.active .fileName > div,
.messagingCenterPage .mailParent.active .relatedFileItem .fundName > div,
.relatedFileItem .messagingCenterPage .mailParent.active .fundName > div, .messagingCenterPage .mailParent.active .mailMetadataContainer .fromMeta, .mailMetadataContainer .messagingCenterPage .mailParent.active .fromMeta, .messagingCenterPage .mailParent.active .mailMetadataContainer .toMeta, .mailMetadataContainer .messagingCenterPage .mailParent.active .toMeta, .messagingCenterPage .mailParent.active .listOfAttachments li button, .listOfAttachments li .messagingCenterPage .mailParent.active button,
.messagingCenterPage .mailParent.active .listOfAttachments li .button,
.listOfAttachments li .messagingCenterPage .mailParent.active .button,
.messagingCenterPage .mailParent.active .listOfAttachments .editCreateMemoPage .pageOptionsContainer ul li button,
.listOfAttachments .editCreateMemoPage .pageOptionsContainer ul li .messagingCenterPage .mailParent.active button,
.messagingCenterPage .mailParent.active .editCreateMemoPage .pageOptionsContainer ul .listOfAttachments li button,
.editCreateMemoPage .pageOptionsContainer ul .listOfAttachments li .messagingCenterPage .mailParent.active button, .messagingCenterPage .mailParent.active .fileData .upFileItem.fileMetadata li.tickerName, .fileData .upFileItem.fileMetadata .messagingCenterPage .mailParent.active li.tickerName,
.messagingCenterPage .mailParent.active .fileData .fileDetailsItem.fileMetadata li.tickerName,
.fileData .fileDetailsItem.fileMetadata .messagingCenterPage .mailParent.active li.tickerName,
.messagingCenterPage .mailParent.active .fileDetails .upFileItem.fileMetadata li.tickerName,
.fileDetails .upFileItem.fileMetadata .messagingCenterPage .mailParent.active li.tickerName,
.messagingCenterPage .mailParent.active .fileDetails .fileDetailsItem.fileMetadata li.tickerName,
.fileDetails .fileDetailsItem.fileMetadata .messagingCenterPage .mailParent.active li.tickerName, .messagingCenterPage .mailParent.active .tableItem .flexRow > div > div, .tableItem .messagingCenterPage .mailParent.active .flexRow > div > div, .messagingCenterPage .mailParent.active .tableItem .fileName, .tableItem .messagingCenterPage .mailParent.active .fileName, .messagingCenterPage .mailParent.active .tableItem .fileSource, .tableItem .messagingCenterPage .mailParent.active .fileSource, .messagingCenterPage .mailParent.active .tableItem .userName, .tableItem .messagingCenterPage .mailParent.active .userName, .messagingCenterPage .mailParent.active .tableItem .uplaodDate, .tableItem .messagingCenterPage .mailParent.active .uplaodDate,
.messagingCenterPage .mailParent.active .listOfAttachments li .buttonAction,
.listOfAttachments li .messagingCenterPage .mailParent.active .buttonAction, .messagingCenterPage .mailParent.active .mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneView .zoneBasicInfo h3, .mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneView .zoneBasicInfo .messagingCenterPage .mailParent.active h3, .messagingCenterPage .mailParent.active .mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneView .zoneBasicInfo h4, .mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneView .zoneBasicInfo .messagingCenterPage .mailParent.active h4, .messagingCenterPage .mailParent.active .upmUploadDialog .zoneBasicInfo h1, .upmUploadDialog .zoneBasicInfo .messagingCenterPage .mailParent.active h1, .messagingCenterPage .mailParent.active .upmUploadDialog .zoneBasicInfo h3, .upmUploadDialog .zoneBasicInfo .messagingCenterPage .mailParent.active h3, .messagingCenterPage .mailParent.active .upmUploadDialog .zoneBasicInfo h4, .upmUploadDialog .zoneBasicInfo .messagingCenterPage .mailParent.active h4, .messagingCenterPage .mailParent.active .dashboardModule .fundUpdates li .fundName a, .dashboardModule .fundUpdates li .fundName .messagingCenterPage .mailParent.active a, .messagingCenterPage .mailParent.active .analyticDialog .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .analyticDialog .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .messagingCenterPage .mailParent.active select, .messagingCenterPage .mailParent.active .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog .messagingCenterPage .mailParent.active select, .messagingCenterPage .mailParent.active .upmUploadDialog .zoneBasicInfo .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmUploadDialog .zoneBasicInfo .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .messagingCenterPage .mailParent.active select, .messagingCenterPage .mailParent.active .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .upmUploadDialog .zoneBasicInfo select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .upmUploadDialog .zoneBasicInfo .messagingCenterPage .mailParent.active select, .messagingCenterPage .mailParent.active .upmHomePage .thumbnailDiscription ul li, .upmHomePage .thumbnailDiscription ul .messagingCenterPage .mailParent.active li, .messagingCenterPage .mailParent.active .productItem .flexRow > div, .productItem .messagingCenterPage .mailParent.active .flexRow > div, .messagingCenterPage .mailParent.active .productItem .flexRow > div > *, .productItem .messagingCenterPage .mailParent.active .flexRow > div > *, .messagingCenterPage .mailParent.active .upmProductPageWrapper .upmProductListOfClassification, .upmProductPageWrapper .messagingCenterPage .mailParent.active .upmProductListOfClassification, .messagingCenterPage .mailParent.active .productNav .priceNav, .productNav .messagingCenterPage .mailParent.active .priceNav, .messagingCenterPage .mailParent.active .main-nav-menu-wrapper .accountInfoContainer h4, .main-nav-menu-wrapper .accountInfoContainer .messagingCenterPage .mailParent.active h4, .messagingCenterPage .mailParent.active .main-nav-menu-wrapper .notificationContainer .flexRow .notificationTitle, .main-nav-menu-wrapper .notificationContainer .flexRow .messagingCenterPage .mailParent.active .notificationTitle, .messagingCenterPage .mailParent.active .main-nav-menu-wrapper .notificationContainer .flexRow .notificationTitle h4, .main-nav-menu-wrapper .notificationContainer .flexRow .notificationTitle .messagingCenterPage .mailParent.active h4, .messagingCenterPage .mailParent.active .userInvitesPage .userItem .flexRow > div > div, .userInvitesPage .userItem .messagingCenterPage .mailParent.active .flexRow > div > div, .messagingCenterPage .mailParent.active .userInvitesPage .userItem .userFirstName, .userInvitesPage .userItem .messagingCenterPage .mailParent.active .userFirstName,
.messagingCenterPage .mailParent.active .userInvitesPage .userItem .userLastName,
.userInvitesPage .userItem .messagingCenterPage .mailParent.active .userLastName, .messagingCenterPage .mailParent.active .userInvitesPage .userItem .userCompanyName, .userInvitesPage .userItem .messagingCenterPage .mailParent.active .userCompanyName, .messagingCenterPage .mailParent.active .userInvitesPage .userItem .userStatus, .userInvitesPage .userItem .messagingCenterPage .mailParent.active .userStatus, .messagingCenterPage .mailParent.active .upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent ul li h2, .upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent ul li .messagingCenterPage .mailParent.active h2, .messagingCenterPage .mailParent.active .inviteLandingPage .pageSloganContainer, .inviteLandingPage .messagingCenterPage .mailParent.active .pageSloganContainer, .messagingCenterPage .mailParent.active .paymentIconsList, .messagingCenterPage .mailParent.active .portfolioPage .listOfFunds .fundItem a, .portfolioPage .listOfFunds .fundItem .messagingCenterPage .mailParent.active a, .messagingCenterPage .mailParent.active .portfolioPage .listOfFunds .fundName, .portfolioPage .listOfFunds .messagingCenterPage .mailParent.active .fundName, .messagingCenterPage .mailParent.active .portfolioPage .listOfFunds .documentName, .portfolioPage .listOfFunds .messagingCenterPage .mailParent.active .documentName, .messagingCenterPage .mailParent.active .portfolioPage .listOfFunds .lastDocument, .portfolioPage .listOfFunds .messagingCenterPage .mailParent.active .lastDocument, .messagingCenterPage .mailParent.active .portfolioPage .listOfFunds .lastDocument div, .portfolioPage .listOfFunds .lastDocument .messagingCenterPage .mailParent.active div, .messagingCenterPage .mailParent.active .portfolioPage .listOfConceptsModule .conceptContainer .documentList li, .portfolioPage .listOfConceptsModule .conceptContainer .documentList .messagingCenterPage .mailParent.active li, .messagingCenterPage .mailParent.active .portfolioPage .listOfConceptsModule .conceptContainer .documentList li a, .portfolioPage .listOfConceptsModule .conceptContainer .documentList li .messagingCenterPage .mailParent.active a, .messagingCenterPage .mailParent.active .fundSection_TableView_Filer select, .fundSection_TableView_Filer .messagingCenterPage .mailParent.active select, .messagingCenterPage .mailParent.active .fundSection_TableView_Filer label, .fundSection_TableView_Filer .messagingCenterPage .mailParent.active label, .messagingCenterPage .mailParent.active .tableItem .tableFundView .fundBasicInformation > div > div, .tableItem .tableFundView .messagingCenterPage .mailParent.active .fundBasicInformation > div > div, .messagingCenterPage .mailParent.active .tableFundView .tableItem .fundBasicInformation > div > div, .tableFundView .tableItem .messagingCenterPage .mailParent.active .fundBasicInformation > div > div, .messagingCenterPage .mailParent.active .productItem .tableFundView .fundBasicInformation > div, .productItem .tableFundView .messagingCenterPage .mailParent.active .fundBasicInformation > div, .messagingCenterPage .mailParent.active .tableFundView .productItem .fundBasicInformation > div, .tableFundView .productItem .messagingCenterPage .mailParent.active .fundBasicInformation > div, .messagingCenterPage .mailParent.active .productItem .tableFundView .fundBasicInformation > div > *, .productItem .tableFundView .messagingCenterPage .mailParent.active .fundBasicInformation > div > *, .messagingCenterPage .mailParent.active .tableFundView .productItem .fundBasicInformation > div > *, .tableFundView .productItem .messagingCenterPage .mailParent.active .fundBasicInformation > div > *, .messagingCenterPage .mailParent.active .main-nav-menu-wrapper .notificationContainer .tableFundView .fundBasicInformation .notificationTitle, .main-nav-menu-wrapper .notificationContainer .tableFundView .fundBasicInformation .messagingCenterPage .mailParent.active .notificationTitle, .messagingCenterPage .mailParent.active .tableFundView .main-nav-menu-wrapper .notificationContainer .fundBasicInformation .notificationTitle, .tableFundView .main-nav-menu-wrapper .notificationContainer .fundBasicInformation .messagingCenterPage .mailParent.active .notificationTitle, .messagingCenterPage .mailParent.active .main-nav-menu-wrapper .notificationContainer .tableFundView .fundBasicInformation .notificationTitle h4, .main-nav-menu-wrapper .notificationContainer .tableFundView .fundBasicInformation .notificationTitle .messagingCenterPage .mailParent.active h4, .messagingCenterPage .mailParent.active .tableFundView .main-nav-menu-wrapper .notificationContainer .fundBasicInformation .notificationTitle h4, .tableFundView .main-nav-menu-wrapper .notificationContainer .fundBasicInformation .notificationTitle .messagingCenterPage .mailParent.active h4, .messagingCenterPage .mailParent.active .userInvitesPage .userItem .tableFundView .fundBasicInformation > div > div, .userInvitesPage .userItem .tableFundView .messagingCenterPage .mailParent.active .fundBasicInformation > div > div, .messagingCenterPage .mailParent.active .tableFundView .userInvitesPage .userItem .fundBasicInformation > div > div, .tableFundView .userInvitesPage .userItem .messagingCenterPage .mailParent.active .fundBasicInformation > div > div, .messagingCenterPage .mailParent.active .tableFundView .fundBasicInformation .fundName a, .tableFundView .fundBasicInformation .fundName .messagingCenterPage .mailParent.active a, .messagingCenterPage .mailParent.active .tableItem .tableFundView .fundAdditionalInformation > div > div, .tableItem .tableFundView .messagingCenterPage .mailParent.active .fundAdditionalInformation > div > div, .messagingCenterPage .mailParent.active .tableFundView .tableItem .fundAdditionalInformation > div > div, .tableFundView .tableItem .messagingCenterPage .mailParent.active .fundAdditionalInformation > div > div, .messagingCenterPage .mailParent.active .productItem .tableFundView .fundAdditionalInformation > div, .productItem .tableFundView .messagingCenterPage .mailParent.active .fundAdditionalInformation > div, .messagingCenterPage .mailParent.active .tableFundView .productItem .fundAdditionalInformation > div, .tableFundView .productItem .messagingCenterPage .mailParent.active .fundAdditionalInformation > div, .messagingCenterPage .mailParent.active .productItem .tableFundView .fundAdditionalInformation > div > *, .productItem .tableFundView .messagingCenterPage .mailParent.active .fundAdditionalInformation > div > *, .messagingCenterPage .mailParent.active .tableFundView .productItem .fundAdditionalInformation > div > *, .tableFundView .productItem .messagingCenterPage .mailParent.active .fundAdditionalInformation > div > *, .messagingCenterPage .mailParent.active .main-nav-menu-wrapper .notificationContainer .tableFundView .fundAdditionalInformation .notificationTitle, .main-nav-menu-wrapper .notificationContainer .tableFundView .fundAdditionalInformation .messagingCenterPage .mailParent.active .notificationTitle, .messagingCenterPage .mailParent.active .tableFundView .main-nav-menu-wrapper .notificationContainer .fundAdditionalInformation .notificationTitle, .tableFundView .main-nav-menu-wrapper .notificationContainer .fundAdditionalInformation .messagingCenterPage .mailParent.active .notificationTitle, .messagingCenterPage .mailParent.active .main-nav-menu-wrapper .notificationContainer .tableFundView .fundAdditionalInformation .notificationTitle h4, .main-nav-menu-wrapper .notificationContainer .tableFundView .fundAdditionalInformation .notificationTitle .messagingCenterPage .mailParent.active h4, .messagingCenterPage .mailParent.active .tableFundView .main-nav-menu-wrapper .notificationContainer .fundAdditionalInformation .notificationTitle h4, .tableFundView .main-nav-menu-wrapper .notificationContainer .fundAdditionalInformation .notificationTitle .messagingCenterPage .mailParent.active h4, .messagingCenterPage .mailParent.active .userInvitesPage .userItem .tableFundView .fundAdditionalInformation > div > div, .userInvitesPage .userItem .tableFundView .messagingCenterPage .mailParent.active .fundAdditionalInformation > div > div, .messagingCenterPage .mailParent.active .tableFundView .userInvitesPage .userItem .fundAdditionalInformation > div > div, .tableFundView .userInvitesPage .userItem .messagingCenterPage .mailParent.active .fundAdditionalInformation > div > div, .messagingCenterPage .mailParent.active .yearTableViewContainer .monthItem, .yearTableViewContainer .messagingCenterPage .mailParent.active .monthItem, .messagingCenterPage .mailParent.active .yearTableViewContainer .monthItem > div, .yearTableViewContainer .messagingCenterPage .mailParent.active .monthItem > div, .messagingCenterPage .mailParent.active .yearTableViewContainer .monthItem > div.monthLabel, .yearTableViewContainer .messagingCenterPage .mailParent.active .monthItem > div.monthLabel, .messagingCenterPage .mailParent.active .yearTableViewContainer .monthItem.fixedCell, .yearTableViewContainer .messagingCenterPage .mailParent.active .monthItem.fixedCell, .messagingCenterPage .mailParent.active .fundThumbnailView .basicInfo > div:first-child, .fundThumbnailView .messagingCenterPage .mailParent.active .basicInfo > div:first-child, .messagingCenterPage .mailParent.active .pageSections .pageSection__h3, .pageSections .messagingCenterPage .mailParent.active .pageSection__h3 {
  margin-top: -1px;
  margin-bottom: -1px;
}
.messagingCenterPage .mailParent:hover {
  background: rgba(88, 177, 219, 0.05);
}
.messagingCenterPage .mailParent:hover .upMailRow .leftPanel,
.messagingCenterPage .mailParent:hover .upMailRow .rightPanel {
  background: #F6F6F6;
}
.messagingCenterPage .mailParent:hover .expandedMail {
  background: rgba(88, 177, 219, 0.05);
}
.messagingCenterPage .mailParent:hover .expandedMail .expandedMailContentWrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .messagingCenterPage .mailParent:hover .expandedMail .expandedMailContentWrap {
    background-color: #fff;
  }
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailParent:hover .expandedMail .expandedMailContentWrap {
    background-color: #fff;
  }
}
.messagingCenterPage .mailParent:hover .expandedMail .expandedMailBackground {
  background: #F6F6F6;
}
@media screen and (max-width: 768px) {
  .messagingCenterPage .mailParent:hover .expandedMail .expandedMailBackground {
    background-color: #fff;
  }
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailParent:hover .expandedMail .expandedMailBackground {
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .messagingCenterPage .mailParent:hover .expandedMail .expandedMailBackground p {
    background-color: #fff;
  }
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailParent:hover .expandedMail .expandedMailBackground p {
    background-color: #fff;
  }
}
.messagingCenterPage .mailParent[data-mail-expanded=true] {
  margin-bottom: 0.6rem;
}
.messagingCenterPage .mailParent[data-mail-expanded=true] .expandedMail {
  display: block;
}
.messagingCenterPage .mailParent[data-mail-expanded=true] .mailText {
  display: none;
}
.messagingCenterPage .mailParent[data-mail-expanded=true] .upMailRow {
  margin-bottom: 0;
}
.messagingCenterPage .mailParent[data-mail-expanded=true] .upMailRow .rightPanel {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.messagingCenterPage .mailParent[data-mail-expanded=true] .leftPanel {
  border-bottom-left-radius: 0 !important;
}
.messagingCenterPage .mailParent[data-mail-expanded=true].active {
  border: 1px solid #58B1DB;
  border-radius: 4px;
}
.messagingCenterPage .mailParent[data-mail-expanded=true].active .upMailRow {
  border: none;
  margin-bottom: 0;
}
.messagingCenterPage .mailParent[data-mail-expanded=false] .expandedMail {
  display: none;
}
.messagingCenterPage .mailParent[data-mail-expanded=false] .mailText {
  display: block;
}
.messagingCenterPage .mailParent .upMailRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 0.8rem 0;
  max-height: 7.7rem;
  min-height: 7.7rem;
}
.messagingCenterPage .mailParent .upMailRow[data-mail-status=unread] .mailBody {
  border-left: 4px solid #61B2DE;
}
.messagingCenterPage .mailParent .upMailRow[data-mail-status=unread] .mailSubject {
  font-size: 1rem;
  font-weight: 600;
  color: #262626;
  line-height: 19px;
}
.messagingCenterPage .mailParent .upMailRow[data-mail-status=unread] .mailText {
  color: #262626;
}
.messagingCenterPage .mailParent .upMailRow[data-mail-status=unread] .numberOfFiles {
  font-weight: 700;
}
.messagingCenterPage .mailParent .upMailRow[data-mail-status=unread] .docType {
  font-weight: 700;
}
.messagingCenterPage .mailParent .upMailRow[data-mail-status=read] .mailBody {
  border-left: 4px solid transparent;
}
.messagingCenterPage .mailParent .upMailRow[data-mail-status=read] .mailSubject {
  font-weight: 300;
  color: #999999;
}
.messagingCenterPage .mailParent .upMailRow[data-mail-status=read] .mailText {
  color: #999999;
}
.messagingCenterPage .mailParent .upMailRow[data-mail-status=read] .numberOfFiles {
  font-weight: 300;
}
.messagingCenterPage .mailParent .upMailRow[data-mail-status=read] .docType {
  font-weight: 300;
}
.messagingCenterPage .mailParent .upMailRow[data-mail-assigned=true] .budicon-shared-email {
  opacity: 1;
}
.messagingCenterPage .mailParent .upMailRow[data-mail-assigned=false] .budicon-shared-email {
  opacity: 0;
}
.messagingCenterPage .mailParent .upMailRow[data-mail-has-comment=true] .budicon-chat {
  opacity: 1;
}
.messagingCenterPage .mailParent .upMailRow[data-mail-has-comment=false] .budicon-chat {
  opacity: 0;
}
.messagingCenterPage .mailParent .upMailRow[data-mail-notification=true] .budicon-notification {
  opacity: 1;
}
.messagingCenterPage .mailParent .upMailRow[data-mail-notification=false] .budicon-notification {
  opacity: 0;
}
.messagingCenterPage .mailParent .upMailRow[data-mail-recurrent=true] .budicon-looping-arrow {
  opacity: 1;
}
.messagingCenterPage .mailParent .upMailRow[data-mail-recurrent=false] .budicon-looping-arrow {
  opacity: 0;
}
.messagingCenterPage .mailParent .upMailRow .leftPanel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #F6F6F6;
  padding: 0.5rem;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  max-width: 9.07rem;
}
.messagingCenterPage .mailParent .upMailRow .leftPanel .leftPanel__elements {
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.messagingCenterPage .mailParent .upMailRow .leftPanel .leftPanel__elements div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex: 0 0 3.125rem;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  .messagingCenterPage .mailParent .upMailRow .leftPanel .leftPanel__elements div {
    font-size: 1.25rem;
    height: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .messagingCenterPage .mailParent .upMailRow .leftPanel .leftPanel__elements div {
    font-size: 1.25rem;
    height: 1.25rem;
  }
}
@media screen and (max-width: 834px) {
  .messagingCenterPage .mailParent .upMailRow .leftPanel {
    flex-grow: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .messagingCenterPage .mailParent .upMailRow .leftPanel {
    flex-grow: 1.6;
  }
}
@media screen and (max-width: 430px) {
  .messagingCenterPage .mailParent .upMailRow .leftPanel {
    flex: 2;
  }
}
.messagingCenterPage .mailParent .upMailRow .leftPanel > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-evenly;
}
.messagingCenterPage .mailParent .upMailRow .mailBody {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 7;
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailParent .upMailRow .mailBody {
    flex-grow: 12rem;
  }
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-self: center;
  margin-left: 2rem;
  flex: 0 0 42.5rem;
  height: 100%;
  justify-content: space-evenly;
}
@media screen and (max-width: 1112px) {
  .messagingCenterPage .mailParent .upMailRow .mailBody__left {
    flex: 0 0 32rem;
  }
}
@media screen and (max-width: 1024px) {
  .messagingCenterPage .mailParent .upMailRow .mailBody__left {
    flex: 0 0 38rem;
  }
}
@media screen and (max-width: 834px) {
  .messagingCenterPage .mailParent .upMailRow .mailBody__left {
    flex: 0 0 24rem;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .messagingCenterPage .mailParent .upMailRow .mailBody__left {
    flex: 0 0 24rem;
    margin-left: 0.6rem;
  }
}
@media screen and (max-width: 430px) {
  .messagingCenterPage .mailParent .upMailRow .mailBody__left {
    flex: 0 0 11rem;
  }
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailParent .upMailRow .mailBody__left {
    flex-basis: 12rem;
  }
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailSender {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailSender__name {
  font-size: 0.8rem !important;
  font-weight: 300;
  line-height: 15px;
  color: #262626 !important;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailSender__domain {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 14px;
  color: #999999 !important;
  padding-left: 0.8rem;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailSender .mailSender__modal {
  background: rgba(255, 255, 255, 0.7);
  border: 0.25px solid rgb(64, 133, 179);
  box-shadow: 0px 8px 32px 0px rgba(31, 38, 135, 0);
  backdrop-filter: blur(17px);
  height: 2.1875rem;
  min-width: 4.375rem;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  margin-left: 0.5rem;
  margin-top: 0;
  position: relative;
  top: 0.5px;
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailSender .mailSender__modal {
    height: 1.875rem;
    min-width: 3.75rem;
  }
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailSender .mailSender__modal .outgoing-link,
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailSender .mailSender__modal .plus-sign {
  flex: 1;
  background-position: center;
  background-repeat: no-repeat;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailSender .mailSender__modal .outgoing-link {
  background-image: url(../images/outgoing-link.svg);
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailSender .mailSender__modal .plus-sign {
  background-image: url(../images/plus-sign.svg);
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom {
  display: flex;
  flex-direction: row;
  max-width: 25rem;
  margin: 0;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .mailExpand {
  display: flex;
  flex-direction: row;
  height: 1.625rem;
  min-width: 4.793rem;
  max-width: 4.793rem;
  border: 1px solid #3BB4E4;
  border-radius: 2px;
  margin-top: 0;
  justify-content: center;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .mailExpand:hover {
  cursor: pointer;
  border: 1px solid #4085B3;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .mailExpand:hover .mailExpand__right {
  background-image: url(../images/svgIcons/email-outline-blue-dark.svg);
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .mailExpand:hover .mailExpand__left span {
  color: rgb(64, 133, 179);
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .mailExpand__left {
  display: flex;
  flex-grow: 2;
  align-items: center;
  justify-content: center;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .mailExpand__left span {
  font-size: 0.875rem;
  text-align: center;
  color: #3BB4E4;
  font-weight: normal;
}
@media screen and (max-width: 834px) {
  .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .mailExpand__left span {
    font-size: 0.66rem;
  }
}
@media screen and (max-width: 768px) {
  .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .mailExpand__left span {
    font-size: 0.66rem;
  }
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .mailExpand__left:active {
  cursor: pointer;
  background-color: rgb(64, 133, 179);
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .mailExpand__left:active span {
  color: #fff;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .mailExpand__left:hover {
  background-color: rgba(59, 180, 228, 0.2);
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .mailExpand__left:hover + .mailExpand__right {
  border-left: 1px solid #4085B3;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .mailExpand__left:hover span {
  color: rgb(64, 133, 179);
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .mailExpand__right {
  background-image: url(../images/svgIcons/email-outline-blue.svg);
  background-position: center;
  background-size: 1.056rem 1.39rem;
  background-repeat: no-repeat;
  flex-grow: 1;
  border-left: 1px solid #61B2DE;
  padding: 0 0.5rem;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .mailExpand__right:active {
  cursor: pointer;
  background-color: rgb(64, 133, 179);
  background-image: url(../images/svgIcons/email-outline-white-button.svg);
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .mailExpand__right:hover {
  background-color: rgba(59, 180, 228, 0.2);
  border-left: 1px solid #4085B3;
}
@media screen and (max-width: 834px) {
  .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .mailExpand__right {
    background-size: 0.875rem 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .mailExpand__right {
    background-size: 0.875rem 1.125rem;
  }
}
@media screen and (max-width: 834px) {
  .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .mailExpand {
    height: 1.3rem;
    min-width: 3.312rem;
  }
}
@media screen and (max-width: 768px) {
  .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .mailExpand {
    height: 1.3rem;
    min-width: 3.312rem;
  }
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons {
    flex-wrap: nowrap;
  }
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__upd, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__pdf, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__xls, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__csv, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__img, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__doc, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__ppt, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__html, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__txt, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__file {
  margin-left: 0.7rem;
  display: flex;
  flex-grow: 2;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  height: 1.625rem;
  max-width: 2.6rem;
  min-width: 2.6rem;
  font-size: 0.875rem;
  text-align: center;
  font-weight: normal;
  line-height: 17px;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__upd, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__pdf, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__xls, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__csv, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__img, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__doc, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__ppt, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__html, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__txt, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__file {
    height: 1.3rem;
    min-width: 2rem;
    max-width: 2rem;
    font-size: 0.66rem;
  }
}
@media screen and (max-width: 768px) {
  .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__upd, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__pdf, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__xls, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__csv, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__img, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__doc, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__ppt, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__html, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__txt, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__file {
    height: 1.3rem;
    min-width: 2rem;
    max-width: 2rem;
    font-size: 0.66rem;
  }
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__upd {
  border: 1px solid rgb(88, 177, 219);
  color: rgb(88, 177, 219);
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__upd:hover {
  background-color: rgb(88, 177, 219);
  color: #fff;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__upd:active {
  background-color: rgb(88, 177, 219);
  color: #fff;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__pdf {
  border: 1px solid rgb(255, 37, 48);
  color: rgb(255, 37, 48);
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__pdf:hover {
  background-color: rgb(255, 37, 48);
  color: #fff;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__pdf:active {
  background-color: rgb(255, 37, 48);
  color: #fff;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__xls {
  border: 1px solid rgb(38, 151, 57);
  color: rgb(38, 151, 57);
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__xls:hover {
  background-color: rgb(38, 151, 57);
  color: #fff;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__xls:active {
  background-color: rgb(38, 151, 57);
  color: #fff;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__csv {
  border: 1px solid rgb(9, 183, 158);
  color: rgb(9, 183, 158);
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__csv:hover {
  background-color: rgb(9, 183, 158);
  color: #fff;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__csv:active {
  background-color: rgb(9, 183, 158);
  color: #fff;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__img {
  border: 1px solid rgb(231, 136, 60);
  color: rgb(231, 136, 60);
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__img:hover {
  background-color: rgb(231, 136, 60);
  color: #fff;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__img:active {
  background-color: rgb(231, 136, 60);
  color: #fff;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__doc {
  border: 1px solid rgb(38, 84, 169);
  color: rgb(38, 84, 169);
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__doc:hover {
  background-color: rgb(38, 84, 169);
  color: #fff;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__doc:active {
  background-color: rgb(38, 84, 169);
  color: #fff;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__ppt {
  border: 1px solid rgb(203, 75, 53);
  color: rgb(203, 75, 53);
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__ppt:hover {
  background-color: rgb(203, 75, 53);
  color: #fff;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__ppt:active {
  background-color: rgb(203, 75, 53);
  color: #fff;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__html {
  border: 1px solid rgb(242, 112, 112);
  color: rgb(242, 112, 112);
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__html:hover {
  background-color: rgb(242, 112, 112);
  color: #fff;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__html:active {
  background-color: rgb(242, 112, 112);
  color: #fff;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__txt {
  border: 1px solid rgb(149, 165, 165);
  color: rgb(149, 165, 165);
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__txt:hover {
  background-color: rgb(149, 165, 165);
  color: #fff;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__txt:active {
  background-color: rgb(149, 165, 165);
  color: #fff;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__file {
  border: 1px solid rgb(102, 102, 102);
  color: rgb(102, 102, 102);
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__file:hover {
  background-color: rgb(102, 102, 102);
  color: #fff;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left .mailBottom .attachmentIcons__file:active {
  background-color: rgb(102, 102, 102);
  color: #fff;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.cutText, .messagingCenterPage .mailParent .upMailRow .mailBody__left .defaultRemovableList li p.txt-caption.noMargins.txt-aluminum.advancedInfo, .defaultRemovableList li .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.advancedInfo, .messagingCenterPage .mailParent .upMailRow .mailBody__left .defaultRemovableList li p.txt-caption.noMargins.txt-aluminum.infoWrapper, .defaultRemovableList li .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.infoWrapper, .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.floating-tooltip, .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.text-wrapper-for-tooltip, .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.valid-error, .messagingCenterPage .mailParent .upMailRow .mailBody__left .upmHeader .upmBranding .headerMetaContainer .headerTitle p.txt-caption.noMargins.txt-aluminum.defaultHeader, .upmHeader .upmBranding .headerMetaContainer .headerTitle .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.defaultHeader, .messagingCenterPage .mailParent .upMailRow .mailBody__left .upmHeader .upmBranding p.txt-caption.noMargins.txt-aluminum.productMetaContainer, .upmHeader .upmBranding .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.productMetaContainer, .messagingCenterPage .mailParent .upMailRow .mailBody__left .relatedFileItem p.txt-caption.noMargins.txt-aluminum.fileName, .relatedFileItem .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.fileName,
.messagingCenterPage .mailParent .upMailRow .mailBody__left .relatedFileItem p.txt-caption.noMargins.txt-aluminum.fundName,
.relatedFileItem .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.fundName, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailMetadataContainer p.txt-caption.noMargins.txt-aluminum.fromMeta, .mailMetadataContainer .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.fromMeta, .messagingCenterPage .mailParent .upMailRow .mailBody__left .mailMetadataContainer p.txt-caption.noMargins.txt-aluminum.toMeta, .mailMetadataContainer .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.toMeta,
.messagingCenterPage .mailParent .upMailRow .mailBody__left .listOfAttachments li p.txt-caption.noMargins.txt-aluminum.button,
.listOfAttachments li .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.button, .messagingCenterPage .mailParent .upMailRow .mailBody__left .tableItem p.txt-caption.noMargins.txt-aluminum.fileName, .tableItem .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.fileName, .messagingCenterPage .mailParent .upMailRow .mailBody__left .tableItem p.txt-caption.noMargins.txt-aluminum.fileSource, .tableItem .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.fileSource, .messagingCenterPage .mailParent .upMailRow .mailBody__left .tableItem p.txt-caption.noMargins.txt-aluminum.userName, .tableItem .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.userName, .messagingCenterPage .mailParent .upMailRow .mailBody__left .tableItem p.txt-caption.noMargins.txt-aluminum.uplaodDate, .tableItem .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.uplaodDate,
.messagingCenterPage .mailParent .upMailRow .mailBody__left .listOfAttachments li p.txt-caption.noMargins.txt-aluminum.buttonAction,
.listOfAttachments li .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.buttonAction, .messagingCenterPage .mailParent .upMailRow .mailBody__left .productItem .flexRow > div > p.txt-caption.noMargins.txt-aluminum, .productItem .messagingCenterPage .mailParent .upMailRow .mailBody__left .flexRow > div > p.txt-caption.noMargins.txt-aluminum, .messagingCenterPage .mailParent .upMailRow .mailBody__left .upmProductPageWrapper p.txt-caption.noMargins.txt-aluminum.upmProductListOfClassification, .upmProductPageWrapper .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.upmProductListOfClassification, .messagingCenterPage .mailParent .upMailRow .mailBody__left .productNav p.txt-caption.noMargins.txt-aluminum.priceNav, .productNav .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.priceNav, .messagingCenterPage .mailParent .upMailRow .mailBody__left .main-nav-menu-wrapper .notificationContainer .flexRow p.txt-caption.noMargins.txt-aluminum.notificationTitle, .main-nav-menu-wrapper .notificationContainer .flexRow .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.notificationTitle, .messagingCenterPage .mailParent .upMailRow .mailBody__left .userInvitesPage .userItem p.txt-caption.noMargins.txt-aluminum.userFirstName, .userInvitesPage .userItem .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.userFirstName,
.messagingCenterPage .mailParent .upMailRow .mailBody__left .userInvitesPage .userItem p.txt-caption.noMargins.txt-aluminum.userLastName,
.userInvitesPage .userItem .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.userLastName, .messagingCenterPage .mailParent .upMailRow .mailBody__left .userInvitesPage .userItem p.txt-caption.noMargins.txt-aluminum.userCompanyName, .userInvitesPage .userItem .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.userCompanyName, .messagingCenterPage .mailParent .upMailRow .mailBody__left .userInvitesPage .userItem p.txt-caption.noMargins.txt-aluminum.userStatus, .userInvitesPage .userItem .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.userStatus, .messagingCenterPage .mailParent .upMailRow .mailBody__left .inviteLandingPage p.txt-caption.noMargins.txt-aluminum.pageSloganContainer, .inviteLandingPage .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.pageSloganContainer, .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.paymentIconsList, .messagingCenterPage .mailParent .upMailRow .mailBody__left .portfolioPage .listOfFunds p.txt-caption.noMargins.txt-aluminum.fundName, .portfolioPage .listOfFunds .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.fundName, .messagingCenterPage .mailParent .upMailRow .mailBody__left .portfolioPage .listOfFunds p.txt-caption.noMargins.txt-aluminum.documentName, .portfolioPage .listOfFunds .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.documentName, .messagingCenterPage .mailParent .upMailRow .mailBody__left .portfolioPage .listOfFunds p.txt-caption.noMargins.txt-aluminum.lastDocument, .portfolioPage .listOfFunds .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.lastDocument, .messagingCenterPage .mailParent .upMailRow .mailBody__left .productItem .tableFundView .fundBasicInformation > div > p.txt-caption.noMargins.txt-aluminum, .productItem .tableFundView .messagingCenterPage .mailParent .upMailRow .mailBody__left .fundBasicInformation > div > p.txt-caption.noMargins.txt-aluminum, .messagingCenterPage .mailParent .upMailRow .mailBody__left .tableFundView .productItem .fundBasicInformation > div > p.txt-caption.noMargins.txt-aluminum, .tableFundView .productItem .messagingCenterPage .mailParent .upMailRow .mailBody__left .fundBasicInformation > div > p.txt-caption.noMargins.txt-aluminum, .messagingCenterPage .mailParent .upMailRow .mailBody__left .main-nav-menu-wrapper .notificationContainer .tableFundView .fundBasicInformation p.txt-caption.noMargins.txt-aluminum.notificationTitle, .main-nav-menu-wrapper .notificationContainer .tableFundView .fundBasicInformation .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.notificationTitle, .messagingCenterPage .mailParent .upMailRow .mailBody__left .tableFundView .main-nav-menu-wrapper .notificationContainer .fundBasicInformation p.txt-caption.noMargins.txt-aluminum.notificationTitle, .tableFundView .main-nav-menu-wrapper .notificationContainer .fundBasicInformation .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.notificationTitle, .messagingCenterPage .mailParent .upMailRow .mailBody__left .productItem .tableFundView .fundAdditionalInformation > div > p.txt-caption.noMargins.txt-aluminum, .productItem .tableFundView .messagingCenterPage .mailParent .upMailRow .mailBody__left .fundAdditionalInformation > div > p.txt-caption.noMargins.txt-aluminum, .messagingCenterPage .mailParent .upMailRow .mailBody__left .tableFundView .productItem .fundAdditionalInformation > div > p.txt-caption.noMargins.txt-aluminum, .tableFundView .productItem .messagingCenterPage .mailParent .upMailRow .mailBody__left .fundAdditionalInformation > div > p.txt-caption.noMargins.txt-aluminum, .messagingCenterPage .mailParent .upMailRow .mailBody__left .main-nav-menu-wrapper .notificationContainer .tableFundView .fundAdditionalInformation p.txt-caption.noMargins.txt-aluminum.notificationTitle, .main-nav-menu-wrapper .notificationContainer .tableFundView .fundAdditionalInformation .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.notificationTitle, .messagingCenterPage .mailParent .upMailRow .mailBody__left .tableFundView .main-nav-menu-wrapper .notificationContainer .fundAdditionalInformation p.txt-caption.noMargins.txt-aluminum.notificationTitle, .tableFundView .main-nav-menu-wrapper .notificationContainer .fundAdditionalInformation .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.notificationTitle, .messagingCenterPage .mailParent .upMailRow .mailBody__left .yearTableViewContainer p.txt-caption.noMargins.txt-aluminum.monthItem, .yearTableViewContainer .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.monthItem, .messagingCenterPage .mailParent .upMailRow .mailBody__left .pageSections p.txt-caption.noMargins.txt-aluminum.pageSection__h3, .pageSections .messagingCenterPage .mailParent .upMailRow .mailBody__left p.txt-caption.noMargins.txt-aluminum.pageSection__h3 {
  font-size: 1rem !important;
  font-weight: normal;
  line-height: 19px;
  color: #000 !important;
}
.messagingCenterPage .mailParent .upMailRow .mailBody__right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-self: center;
  flex: 0 0 15rem;
  margin-left: 2rem;
  height: 100%;
  justify-content: space-evenly;
}
@media screen and (max-width: 1112px) {
  .messagingCenterPage .mailParent .upMailRow .mailBody__right {
    flex: 0 0 11rem;
  }
}
@media screen and (max-width: 1024px) {
  .messagingCenterPage .mailParent .upMailRow .mailBody__right {
    flex: 0 0 14rem;
  }
}
@media screen and (max-width: 834px) {
  .messagingCenterPage .mailParent .upMailRow .mailBody__right {
    flex: 0 0 11rem;
  }
}
@media screen and (max-width: 768px) {
  .messagingCenterPage .mailParent .upMailRow .mailBody__right {
    flex: 0 0 9rem;
  }
}
@media screen and (max-width: 430px) {
  .messagingCenterPage .mailParent .upMailRow .mailBody__right {
    display: none;
  }
}
.messagingCenterPage .mailParent .upMailRow .rightPanel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex: 1.3;
  padding: 0.5rem;
  background-color: #F6F6F6;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  max-width: 9.07rem;
  align-items: center;
}
.messagingCenterPage .mailParent .upMailRow .rightPanel .upperRow {
  max-height: 2.3rem;
  padding-top: 1rem;
}
.messagingCenterPage .mailParent .upMailRow .rightPanel .bottomRow {
  max-height: 3.2rem;
  padding-top: 1rem;
}
@media screen and (max-width: 1112px) {
  .messagingCenterPage .mailParent .upMailRow .rightPanel {
    flex: 1.6;
  }
}
@media screen and (max-width: 1024px) {
  .messagingCenterPage .mailParent .upMailRow .rightPanel {
    flex: 1.9;
  }
}
@media screen and (max-width: 834px) {
  .messagingCenterPage .mailParent .upMailRow .rightPanel {
    flex: 2;
  }
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailParent .upMailRow .rightPanel {
    width: 1.25rem;
  }
}
.messagingCenterPage .mailParent .upMailRow .rightPanel > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-evenly;
}
.messagingCenterPage .mailParent .upMailRow .rightPanel .upperRow {
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailParent .upMailRow .rightPanel .upperRow {
    flex-wrap: nowrap;
    padding-top: 0;
  }
}
.messagingCenterPage .mailParent .upMailRow .rightPanel .upperRow button {
  margin: 0 1.2rem;
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailParent .upMailRow .rightPanel .upperRow p {
    text-align: center;
    font-size: 0.9rem;
  }
}
.messagingCenterPage .mailParent .upMailRow .rightPanel .bottomRow {
  min-width: 8.3rem;
  max-width: 8.3rem;
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailParent .upMailRow .rightPanel .bottomRow {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 1rem;
  }
}
.messagingCenterPage .mailParent .upMailRow .rightPanel .bottomRow .bottomRow__btn {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
}
.messagingCenterPage .mailParent .upMailRow .rightPanel .bottomRow .bottomRow__btn:active {
  background-color: #4085B3;
  border-radius: 4px;
}
.messagingCenterPage .mailParent .upMailRow .rightPanel .bottomRow .bottomRow__btn:active i {
  color: white;
}
.messagingCenterPage .mailParent .upMailRow .rightPanel .bottomRow .bottomRow__btn:hover {
  background-color: rgba(88, 177, 219, 0.2);
  border: 1px solid rgb(64, 133, 179);
  border-radius: 4px;
}
.messagingCenterPage .mailParent .upMailRow .rightPanel .bottomRow .bottomRow__btn:hover i {
  color: rgb(64, 133, 179);
}
@media screen and (max-width: 768px) {
  .messagingCenterPage .mailParent .upMailRow .rightPanel .bottomRow .bottomRow__btn i {
    font-size: 1rem;
    height: 1.25rem;
  }
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailParent .upMailRow .rightPanel .bottomRow .bottomRow__btn i {
    font-size: 1rem;
    height: 1.25rem;
  }
}
.messagingCenterPage .mailParent .upMailRow .rightPanel i {
  font-size: 24px;
}
.messagingCenterPage .mailParent .expandedMail .expandedMailBackground {
  background-color: #F6F6F6;
  z-index: 1;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .messagingCenterPage .mailParent .expandedMail .expandedMailBackground {
    padding-left: 7.4rem;
  }
}
@media screen and (max-width: 834px) {
  .messagingCenterPage .mailParent .expandedMail .expandedMailBackground {
    padding-left: 8.25rem;
  }
}
@media screen and (max-width: 768px) {
  .messagingCenterPage .mailParent .expandedMail .expandedMailBackground {
    background-color: #fff;
    padding-left: 7.5rem;
  }
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailParent .expandedMail .expandedMailBackground {
    padding: 0;
    background-color: #fff;
  }
}
.messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap {
  background-color: #fff;
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
.messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  padding-left: 0.75rem;
}
@media screen and (max-width: 768px) {
  .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow {
    padding-left: 0.3rem;
  }
}
.messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file {
  display: flex;
  flex-direction: row;
  padding: 0.5rem 0 0.5rem 0;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file {
    padding: 0.5rem 0 0.5rem 0.77rem;
    margin-left: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file {
    margin-left: 0.02rem;
  }
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file {
    margin-left: 1rem;
  }
}
.messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file :hover {
  font-weight: 600;
}
.messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--upd, .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--pdf, .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--xls, .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--csv, .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--img, .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--doc, .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--ppt, .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--html, .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--txt, .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--file {
  display: flex;
  flex-grow: 2;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  height: 1.625rem;
  max-width: 2.6rem;
  min-width: 2.6rem;
  font-size: 0.875rem;
  text-align: center;
  font-weight: normal;
  line-height: 17px;
  cursor: default;
}
@media screen and (max-width: 834px) {
  .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--upd, .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--pdf, .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--xls, .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--csv, .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--img, .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--doc, .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--ppt, .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--html, .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--txt, .messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--file {
    height: 1.3rem;
    min-width: 2rem;
    max-width: 2rem;
    font-size: 0.66rem;
  }
}
.messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--upd {
  border: 1px solid rgb(88, 177, 219);
  color: rgb(88, 177, 219);
}
.messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--pdf {
  border: 1px solid rgb(255, 37, 48);
  color: rgb(255, 37, 48);
}
.messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--xls {
  border: 1px solid rgb(38, 151, 57);
  color: rgb(38, 151, 57);
}
.messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--csv {
  border: 1px solid rgb(9, 183, 158);
  color: rgb(9, 183, 158);
}
.messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--img {
  border: 1px solid rgb(231, 136, 60);
  color: rgb(231, 136, 60);
}
.messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--doc {
  border: 1px solid rgb(38, 84, 169);
  color: rgb(38, 84, 169);
}
.messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--ppt {
  border: 1px solid rgb(203, 75, 53);
  color: rgb(203, 75, 53);
}
.messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--html {
  border: 1px solid rgb(242, 112, 112);
  color: rgb(242, 112, 112);
}
.messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--txt {
  border: 1px solid rgb(149, 165, 165);
  color: rgb(149, 165, 165);
}
.messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__file .filesRow__icon--file {
  border: 1px solid rgb(102, 102, 102);
  color: rgb(102, 102, 102);
}
.messagingCenterPage .mailParent .expandedMail .expandedMailContentWrap .expandedMailFiles .filesRow .filesRow__name {
  margin-left: 1rem;
  font-size: 1rem;
  line-height: 1.187rem;
  color: #61B2DE;
  cursor: pointer;
}
.messagingCenterPage .mailParent .expandedMail div.expandedMailFiles {
  margin-top: 0;
}
.messagingCenterPage .mailParent .expandedMail p.expandedMailContent {
  padding: 2rem 0;
  margin-right: 5rem;
  background-color: #fff;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  overflow-wrap: break-word;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-left: 2.2rem;
}
@media screen and (max-width: 1440px) {
  .messagingCenterPage .mailParent .expandedMail p.expandedMailContent {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1115px) and (min-width: 1100px) {
  .messagingCenterPage .mailParent .expandedMail p.expandedMailContent {
    padding: 1.5rem 0 0.5rem 0;
    margin-right: 3.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .messagingCenterPage .mailParent .expandedMail p.expandedMailContent {
    padding: 1.5rem 0.25rem 0.5rem 0.25rem;
    margin-right: 3.5rem;
  }
}
@media screen and (max-width: 834px) {
  .messagingCenterPage .mailParent .expandedMail p.expandedMailContent {
    padding: 0.5rem 0.25rem;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .messagingCenterPage .mailParent .expandedMail p.expandedMailContent {
    padding: 1.5rem 0.25rem 0.5rem 0.25rem;
    margin-left: 0.6rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailParent .expandedMail p.expandedMailContent {
    padding: 1rem;
    border-bottom-right-radius: 4px;
  }
}
.messagingCenterPage .moreOptionsModal {
  display: flex;
  flex-direction: column;
  max-width: 11.06rem;
  min-width: 11.06rem;
  height: 22.93rem;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0.25px solid rgb(64, 133, 179);
  border-radius: 4px;
  box-shadow: 0px 8px 32px 0px rgba(31, 38, 135, 0);
  align-items: center;
  z-index: 5;
  position: absolute;
  top: 11.25rem;
  right: 0;
  backdrop-filter: blur(17px);
}
.messagingCenterPage .moreOptionsModal__header {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.messagingCenterPage .moreOptionsModal__btn {
  background: rgb(59, 180, 228);
  color: rgb(255, 255, 255);
  border-radius: 4px;
  text-align: center;
  height: 2rem;
  min-width: 8.5625rem;
  max-width: 8.5625rem;
  margin-top: 1.25rem;
}
.messagingCenterPage .moreOptionsModal__btn:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(59, 180, 228);
  border: 0.25px solid rgb(59, 180, 228);
}
.messagingCenterPage .moreOptionsModal__btn:active {
  background-color: rgb(255, 255, 255);
  color: rgb(59, 180, 228);
  border: 0.25px solid rgb(59, 180, 228);
}
.messagingCenterPage .moreOptionsModal__rows {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.messagingCenterPage .moreOptionsModal__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5rem 0 0.5rem 1.25rem;
}
.messagingCenterPage .moreOptionsModal__row:hover {
  background-color: rgba(88, 177, 219, 0.2);
}
.messagingCenterPage .moreOptionsModal__row--purple {
  color: rgb(128, 117, 242);
}
.messagingCenterPage .moreOptionsModal__row--blue {
  color: rgb(59, 180, 228);
}
.messagingCenterPage .moreOptionsModal__row--red {
  color: rgb(240, 89, 97);
}
.messagingCenterPage .moreOptionsModal__row--orange {
  color: rgb(231, 136, 60);
}
.messagingCenterPage .moreOptionsModal__title {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1rem;
  padding-left: 0.94rem;
}
.messagingCenterPage .moreOptionsModal__hr {
  background-color: rgb(227, 227, 227);
  height: 1px;
  min-width: 8.746rem;
  max-width: 8.746rem;
  margin-top: 0.625rem;
  margin-bottom: 0.562;
}
.messagingCenterPage .moreOptionsModal__icon {
  font-size: 1.375rem;
}
.messagingCenterPage .mailToolbarFilter-container {
  box-shadow: none;
}
.messagingCenterPage .mailPageMain-container {
  display: flex;
}
.messagingCenterPage .mailList-container {
  display: flex;
  flex-direction: column;
  margin-left: 80px;
  width: 100%;
  height: 100vh;
  background-color: #F7F7F7;
}
@media screen and (max-width: 1440px) {
  .messagingCenterPage .mailList-container {
    margin-left: 0;
  }
}
.messagingCenterPage .mailPreview-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100vh - 190px);
  overflow: hidden;
  padding-bottom: 60px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.messagingCenterPage .emailPreviewContentText-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.messagingCenterPage .mailPreviewTop-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #FFF;
  padding: 0.69rem 1.5rem;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  z-index: 999;
}
.messagingCenterPage .emailFilterSelect-container {
  width: 24rem;
  padding-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .messagingCenterPage .emailFilterSelect-container {
    width: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .emailFilterSelect-container {
    width: 11.8rem !important;
  }
}
@media screen and (max-width: 480px) {
  .messagingCenterPage .emailFilter-select {
    width: 64px !important;
  }
  .messagingCenterPage .emailFilter-input {
    padding-left: 70px !important;
  }
  .messagingCenterPage .mailPageMailCount {
    display: none;
  }
}
.messagingCenterPage .mailListSplit-container {
  width: 50%;
}
.messagingCenterPage .mailListSplit-container .mailItem-open {
  background-color: rgba(59, 180, 228, 0.16);
}
.messagingCenterPage .mailPreviewSplit-container {
  width: 50%;
}
.messagingCenterPage .mailPage-toolbar {
  display: flex;
  padding: 0.5rem 2rem 0.5rem 3rem;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  background-color: #F7F7F7;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.messagingCenterPage .mailPage-toolbar-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #212121;
  border-radius: 4px;
  border: 1px solid transparent;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  padding: 0;
  font-size: 24px;
}
.messagingCenterPage .mailPage-toolbar-btn:hover {
  color: #61B2DE;
  border: 1px solid #61B2DE;
  background-color: #F4FBFF;
}
.messagingCenterPage .mailPage-toolbar-btn:hover svg {
  fill: #61B2DE;
}
.messagingCenterPage .mailPage-toolbar-trash-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #DF6365;
  border-radius: 4px;
  border: 1px solid transparent;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  padding: 0;
  font-size: 24px;
}
.messagingCenterPage .mailPage-toolbar-trash-btn:hover {
  border: 1px solid #DF6365;
  background-color: #FFF8F8;
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailPage-toolbar {
    padding: 0.25rem 2rem 0.25rem 2.25rem;
  }
}
.messagingCenterPage .mailPage-toolbar-subrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: end;
}
.messagingCenterPage .mailPage-toolbar-copy-btn {
  display: inline-block;
  color: #212121;
  border-radius: 5px;
  border: 1px solid transparent;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  padding: 0;
  font-size: 24px;
}
.messagingCenterPage .mailPage-toolbar-copy-btn:hover {
  color: #61B2DE;
  border: 1px solid #61B2DE;
  background-color: #F4FBFF;
}
.messagingCenterPage .mailListCheckbox-row {
  display: flex;
  align-items: center;
}
.messagingCenterPage .mailPageMailCount {
  margin: 0;
}
.messagingCenterPage .mailCount-text {
  margin: 0;
}
.messagingCenterPage .mailListInner-container {
  overflow-y: scroll;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 192px;
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailListInner-container {
    padding: 0;
  }
}
.messagingCenterPage .mailGroup-container {
  margin-bottom: 3rem;
}
.messagingCenterPage .mailItem-container {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 120px;
  padding: 1.5rem 1rem;
  border-radius: 5px;
  box-shadow: rgba(55, 55, 55, 0.1) 0px 4px 12px;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.messagingCenterPage .mailItem-container:hover {
  transition: all 0.25s ease-in-out;
  background-color: rgba(59, 180, 228, 0.08);
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailItem-container {
    padding: 0.5rem 1rem;
    padding-left: 0.25rem;
    box-shadow: none;
    margin-bottom: 0;
    min-height: 100px;
    border-bottom: 1px solid #ececec;
    border-radius: 0;
  }
}
.messagingCenterPage .mailItem-unread {
  border-left: 4px solid #61B2DE;
  transition: all 0.1s;
}
.messagingCenterPage .mailItem-unread .mailItemSubject-text {
  font-weight: 600;
}
.messagingCenterPage .mailItemContent-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.messagingCenterPage .mailItemMain-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailItemMain-row {
    margin-bottom: 0;
  }
}
.messagingCenterPage .mailItemBottom-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.messagingCenterPage .mailItemContent-row {
  display: flex;
  font-size: 0.8rem;
  color: #999999;
}
.messagingCenterPage .mailItemContent-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.messagingCenterPage .mailItemSubject-container {
  display: flex;
  width: 100%;
  align-items: center;
}
.messagingCenterPage .mailItemSubject-text {
  font-size: 1.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailItemSubject-text {
    font-size: 1rem;
  }
}
.messagingCenterPage .mailItemDate-text {
  width: 100%;
  display: flex;
  justify-content: end;
  font-size: 0.8rem;
  color: #999999;
}
.messagingCenterPage .mailItemFrom-container {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.messagingCenterPage .mailItemSender-text {
  font-size: 0.9rem;
  color: #666666;
  font-weight: 500;
  margin-right: 0.15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.messagingCenterPage .mailItemDomain-text {
  font-size: 0.9rem;
  font-weight: 500;
  color: #999999;
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailItemSender-text, .messagingCenterPage .mailItemDomain-text, .messagingCenterPage .mailItemDocGroup-text {
    font-size: 0.8rem !important;
  }
}
.messagingCenterPage .mailItemDocGroup-text {
  font-size: 0.9rem;
  color: #666666;
  font-weight: 500;
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailItemDocGroup-text i {
    font-size: 16px !important;
  }
}
.messagingCenterPage .mailItemFund-container {
  padding: 0.125rem 0.5rem;
  border-radius: 15px;
  font-size: 0.7rem;
  color: #61B2DE;
}
.messagingCenterPage .mailItemFund-container:hover {
  transition: all 0.25s ease-in-out;
  background-color: rgba(59, 180, 228, 0.08);
}
@media screen and (max-width: 425px) {
  .messagingCenterPage .mailItemFund-container {
    font-size: 0.6rem;
    line-height: 1rem;
  }
}
.messagingCenterPage .mailItemFund-row {
  display: flex;
  width: 100%;
  margin-top: 0.5rem;
}

.umDFlex {
  display: flex;
}

.umFlexWrap {
  flex-wrap: wrap;
}

.umAlignItemsStart {
  align-items: flex-start;
}

.umAlignItemsCenter {
  align-items: center;
}

.umAlignItemsEnd {
  align-items: flex-end;
}

.umJustifyContentStart {
  justify-content: flex-start;
}

.umJustifyContentCenter {
  justify-content: center;
}

.umJustifyContentEnd {
  justify-content: flex-end;
}

/* Margins */
.umM0 {
  margin: 0px !important;
}

.umM1 {
  margin: 4px !important;
}

.umM2 {
  margin: 8px !important;
}

.umM3 {
  margin: 16px !important;
}

.umM4 {
  margin: 24px !important;
}

.umM5 {
  margin: 32px !important;
}

.umM6 {
  margin: 48px !important;
}

.umMt0 {
  margin-top: 0px !important;
}

.umMt1 {
  margin-top: 4px !important;
}

.umMt2 {
  margin-top: 8px !important;
}

.umMt3 {
  margin-top: 16px !important;
}

.umMt4 {
  margin-top: 24px !important;
}

.umMt5 {
  margin-top: 32px !important;
}

.umMt6 {
  margin-top: 48px !important;
}

.umMe0 {
  margin-right: 0px !important;
}

.umMe1 {
  margin-right: 4px !important;
}

.umMe2 {
  margin-right: 8px !important;
}

.umMe3 {
  margin-right: 16px !important;
}

.umMe4 {
  margin-right: 24px !important;
}

.umMe5 {
  margin-right: 32px !important;
}

.umMe6 {
  margin-right: 48px !important;
}

.umMb0 {
  margin-bottom: 0px !important;
}

.umMb1 {
  margin-bottom: 4px !important;
}

.umMb2 {
  margin-bottom: 8px !important;
}

.umMb3 {
  margin-bottom: 16px !important;
}

.umMb4 {
  margin-bottom: 24px !important;
}

.umMb5 {
  margin-bottom: 32px !important;
}

.umMb6 {
  margin-bottom: 48px !important;
}

.umMs0 {
  margin-left: 0px !important;
}

.umMs1 {
  margin-left: 4px !important;
}

.umMs2 {
  margin-left: 8px !important;
}

.umMs3 {
  margin-left: 16px !important;
}

.umMs4 {
  margin-left: 24px !important;
}

.umMs5 {
  margin-left: 32px !important;
}

.umMs6 {
  margin-left: 48px !important;
}

.umMy0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.umMy1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.umMy2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.umMy3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.umMy4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.umMy5 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.umMy6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.umMx0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.umMx1 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.umMx2 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.umMx3 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.umMx4 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.umMx5 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.umMx6 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

@media only screen and (min-width: 576px) {
  .umMSm0 {
    margin: 0px !important;
  }
  .umMSm1 {
    margin: 4px !important;
  }
  .umMSm2 {
    margin: 8px !important;
  }
  .umMSm3 {
    margin: 16px !important;
  }
  .umMSm4 {
    margin: 24px !important;
  }
  .umMSm5 {
    margin: 32px !important;
  }
  .umMSm6 {
    margin: 48px !important;
  }
  .umMtSm0 {
    margin-top: 0px !important;
  }
  .umMtSm1 {
    margin-top: 4px !important;
  }
  .umMtSm2 {
    margin-top: 8px !important;
  }
  .umMtSm3 {
    margin-top: 16px !important;
  }
  .umMtSm4 {
    margin-top: 24px !important;
  }
  .umMtSm5 {
    margin-top: 32px !important;
  }
  .umMtSm6 {
    margin-top: 48px !important;
  }
  .umMeSm0 {
    margin-right: 0px !important;
  }
  .umMeSm1 {
    margin-right: 4px !important;
  }
  .umMeSm2 {
    margin-right: 8px !important;
  }
  .umMeSm3 {
    margin-right: 16px !important;
  }
  .umMeSm4 {
    margin-right: 24px !important;
  }
  .umMeSm5 {
    margin-right: 32px !important;
  }
  .umMeSm6 {
    margin-right: 48px !important;
  }
  .umMbSm0 {
    margin-bottom: 0px !important;
  }
  .umMbSm1 {
    margin-bottom: 4px !important;
  }
  .umMbSm2 {
    margin-bottom: 8px !important;
  }
  .umMbSm3 {
    margin-bottom: 16px !important;
  }
  .umMbSm4 {
    margin-bottom: 24px !important;
  }
  .umMbSm5 {
    margin-bottom: 32px !important;
  }
  .umMbSm6 {
    margin-bottom: 48px !important;
  }
  .umMsSm0 {
    margin-left: 0px !important;
  }
  .umMsSm1 {
    margin-left: 4px !important;
  }
  .umMsSm2 {
    margin-left: 8px !important;
  }
  .umMsSm3 {
    margin-left: 16px !important;
  }
  .umMsSm4 {
    margin-left: 24px !important;
  }
  .umMsSm5 {
    margin-left: 32px !important;
  }
  .umMsSm6 {
    margin-left: 48px !important;
  }
  .umMySm0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .umMySm1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .umMySm2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .umMySm3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .umMySm4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .umMySm5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .umMySm6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .umMxSm0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .umMxSm1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .umMxSm2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .umMxSm3 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .umMxSm4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .umMxSm5 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .umMxSm6 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
}
@media only screen and (min-width: 768px) {
  .umMMd0 {
    margin: 0px !important;
  }
  .umMMd1 {
    margin: 4px !important;
  }
  .umMMd2 {
    margin: 8px !important;
  }
  .umMMd3 {
    margin: 16px !important;
  }
  .umMMd4 {
    margin: 24px !important;
  }
  .umMMd5 {
    margin: 32px !important;
  }
  .umMMd6 {
    margin: 48px !important;
  }
  .umMtMd0 {
    margin-top: 0px !important;
  }
  .umMtMd1 {
    margin-top: 4px !important;
  }
  .umMtMd2 {
    margin-top: 8px !important;
  }
  .umMtMd3 {
    margin-top: 16px !important;
  }
  .umMtMd4 {
    margin-top: 24px !important;
  }
  .umMtMd5 {
    margin-top: 32px !important;
  }
  .umMtMd6 {
    margin-top: 48px !important;
  }
  .umMeMd0 {
    margin-right: 0px !important;
  }
  .umMeMd1 {
    margin-right: 4px !important;
  }
  .umMeMd2 {
    margin-right: 8px !important;
  }
  .umMeMd3 {
    margin-right: 16px !important;
  }
  .umMeMd4 {
    margin-right: 24px !important;
  }
  .umMeMd5 {
    margin-right: 32px !important;
  }
  .umMeMd6 {
    margin-right: 48px !important;
  }
  .umMbMd0 {
    margin-bottom: 0px !important;
  }
  .umMbMd1 {
    margin-bottom: 4px !important;
  }
  .umMbMd2 {
    margin-bottom: 8px !important;
  }
  .umMbMd3 {
    margin-bottom: 16px !important;
  }
  .umMbMd4 {
    margin-bottom: 24px !important;
  }
  .umMbMd5 {
    margin-bottom: 32px !important;
  }
  .umMbMd6 {
    margin-bottom: 48px !important;
  }
  .umMsMd0 {
    margin-left: 0px !important;
  }
  .umMsMd1 {
    margin-left: 4px !important;
  }
  .umMsMd2 {
    margin-left: 8px !important;
  }
  .umMsMd3 {
    margin-left: 16px !important;
  }
  .umMsMd4 {
    margin-left: 24px !important;
  }
  .umMsMd5 {
    margin-left: 32px !important;
  }
  .umMsMd6 {
    margin-left: 48px !important;
  }
  .umMyMd0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .umMyMd1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .umMyMd2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .umMyMd3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .umMyMd4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .umMyMd5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .umMyMd6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .umMxMd0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .umMxMd1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .umMxMd2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .umMxMd3 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .umMxMd4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .umMxMd5 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .umMxMd6 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
}
@media only screen and (min-width: 991px) {
  .umMLg0 {
    margin: 0px !important;
  }
  .umMLg1 {
    margin: 4px !important;
  }
  .umMLg2 {
    margin: 8px !important;
  }
  .umMLg3 {
    margin: 16px !important;
  }
  .umMLg4 {
    margin: 24px !important;
  }
  .umMLg5 {
    margin: 32px !important;
  }
  .umMLg6 {
    margin: 48px !important;
  }
  .umMtLg0 {
    margin-top: 0px !important;
  }
  .umMtLg1 {
    margin-top: 4px !important;
  }
  .umMtLg2 {
    margin-top: 8px !important;
  }
  .umMtLg3 {
    margin-top: 16px !important;
  }
  .umMtLg4 {
    margin-top: 24px !important;
  }
  .umMtLg5 {
    margin-top: 32px !important;
  }
  .umMtLg6 {
    margin-top: 48px !important;
  }
  .umMeLg0 {
    margin-right: 0px !important;
  }
  .umMeLg1 {
    margin-right: 4px !important;
  }
  .umMeLg2 {
    margin-right: 8px !important;
  }
  .umMeLg3 {
    margin-right: 16px !important;
  }
  .umMeLg4 {
    margin-right: 24px !important;
  }
  .umMeLg5 {
    margin-right: 32px !important;
  }
  .umMeLg6 {
    margin-right: 48px !important;
  }
  .umMbLg0 {
    margin-bottom: 0px !important;
  }
  .umMbLg1 {
    margin-bottom: 4px !important;
  }
  .umMbLg2 {
    margin-bottom: 8px !important;
  }
  .umMbLg3 {
    margin-bottom: 16px !important;
  }
  .umMbLg4 {
    margin-bottom: 24px !important;
  }
  .umMbLg5 {
    margin-bottom: 32px !important;
  }
  .umMbLg6 {
    margin-bottom: 48px !important;
  }
  .umMsLg0 {
    margin-left: 0px !important;
  }
  .umMsLg1 {
    margin-left: 4px !important;
  }
  .umMsLg2 {
    margin-left: 8px !important;
  }
  .umMsLg3 {
    margin-left: 16px !important;
  }
  .umMsLg4 {
    margin-left: 24px !important;
  }
  .umMsLg5 {
    margin-left: 32px !important;
  }
  .umMsLg6 {
    margin-left: 48px !important;
  }
  .umMyLg0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .umMyLg1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .umMyLg2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .umMyLg3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .umMyLg4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .umMyLg5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .umMyLg6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .umMxLg0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .umMxLg1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .umMxLg2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .umMxLg3 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .umMxLg4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .umMxLg5 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .umMxLg6 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .umMXl0 {
    margin: 0px !important;
  }
  .umMXl1 {
    margin: 4px !important;
  }
  .umMXl2 {
    margin: 8px !important;
  }
  .umMXl3 {
    margin: 16px !important;
  }
  .umMXl4 {
    margin: 24px !important;
  }
  .umMXl5 {
    margin: 32px !important;
  }
  .umMXl6 {
    margin: 48px !important;
  }
  .umMtXl0 {
    margin-top: 0px !important;
  }
  .umMtXl1 {
    margin-top: 4px !important;
  }
  .umMtXl2 {
    margin-top: 8px !important;
  }
  .umMtXl3 {
    margin-top: 16px !important;
  }
  .umMtXl4 {
    margin-top: 24px !important;
  }
  .umMtXl5 {
    margin-top: 32px !important;
  }
  .umMtXl6 {
    margin-top: 48px !important;
  }
  .umMeXl0 {
    margin-right: 0px !important;
  }
  .umMeXl1 {
    margin-right: 4px !important;
  }
  .umMeXl2 {
    margin-right: 8px !important;
  }
  .umMeXl3 {
    margin-right: 16px !important;
  }
  .umMeXl4 {
    margin-right: 24px !important;
  }
  .umMeXl5 {
    margin-right: 32px !important;
  }
  .umMeXl6 {
    margin-right: 48px !important;
  }
  .umMbXl0 {
    margin-bottom: 0px !important;
  }
  .umMbXl1 {
    margin-bottom: 4px !important;
  }
  .umMbXl2 {
    margin-bottom: 8px !important;
  }
  .umMbXl3 {
    margin-bottom: 16px !important;
  }
  .umMbXl4 {
    margin-bottom: 24px !important;
  }
  .umMbXl5 {
    margin-bottom: 32px !important;
  }
  .umMbXl6 {
    margin-bottom: 48px !important;
  }
  .umMsXl0 {
    margin-left: 0px !important;
  }
  .umMsXl1 {
    margin-left: 4px !important;
  }
  .umMsXl2 {
    margin-left: 8px !important;
  }
  .umMsXl3 {
    margin-left: 16px !important;
  }
  .umMsXl4 {
    margin-left: 24px !important;
  }
  .umMsXl5 {
    margin-left: 32px !important;
  }
  .umMsXl6 {
    margin-left: 48px !important;
  }
  .umMyXl0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .umMyXl1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .umMyXl2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .umMyXl3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .umMyXl4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .umMyXl5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .umMyXl6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .umMxXl0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .umMxXl1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .umMxXl2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .umMxXl3 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .umMxXl4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .umMxXl5 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .umMxXl6 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .umMXxl0 {
    margin: 0px !important;
  }
  .umMXxl1 {
    margin: 4px !important;
  }
  .umMXxl2 {
    margin: 8px !important;
  }
  .umMXxl3 {
    margin: 16px !important;
  }
  .umMXxl4 {
    margin: 24px !important;
  }
  .umMXxl5 {
    margin: 32px !important;
  }
  .umMXxl6 {
    margin: 48px !important;
  }
  .umMtXxl0 {
    margin-top: 0px !important;
  }
  .umMtXxl1 {
    margin-top: 4px !important;
  }
  .umMtXxl2 {
    margin-top: 8px !important;
  }
  .umMtXxl3 {
    margin-top: 16px !important;
  }
  .umMtXxl4 {
    margin-top: 24px !important;
  }
  .umMtXxl5 {
    margin-top: 32px !important;
  }
  .umMtXxl6 {
    margin-top: 48px !important;
  }
  .umMeXxl0 {
    margin-right: 0px !important;
  }
  .umMeXxl1 {
    margin-right: 4px !important;
  }
  .umMeXxl2 {
    margin-right: 8px !important;
  }
  .umMeXxl3 {
    margin-right: 16px !important;
  }
  .umMeXxl4 {
    margin-right: 24px !important;
  }
  .umMeXxl5 {
    margin-right: 32px !important;
  }
  .umMeXxl6 {
    margin-right: 48px !important;
  }
  .umMbXxl0 {
    margin-bottom: 0px !important;
  }
  .umMbXxl1 {
    margin-bottom: 4px !important;
  }
  .umMbXxl2 {
    margin-bottom: 8px !important;
  }
  .umMbXxl3 {
    margin-bottom: 16px !important;
  }
  .umMbXxl4 {
    margin-bottom: 24px !important;
  }
  .umMbXxl5 {
    margin-bottom: 32px !important;
  }
  .umMbXxl6 {
    margin-bottom: 48px !important;
  }
  .umMsXxl0 {
    margin-left: 0px !important;
  }
  .umMsXxl1 {
    margin-left: 4px !important;
  }
  .umMsXxl2 {
    margin-left: 8px !important;
  }
  .umMsXxl3 {
    margin-left: 16px !important;
  }
  .umMsXxl4 {
    margin-left: 24px !important;
  }
  .umMsXxl5 {
    margin-left: 32px !important;
  }
  .umMsXxl6 {
    margin-left: 48px !important;
  }
  .umMyXxl0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .umMyXxl1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .umMyXxl2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .umMyXxl3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .umMyXxl4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .umMyXxl5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .umMyXxl6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .umMxXxl0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .umMxXxl1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .umMxXxl2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .umMxXxl3 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .umMxXxl4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .umMxXxl5 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .umMxXxl6 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
}
/* Paddings */
.umP0 {
  padding: 0 !important;
}

.umP1 {
  padding: 4px !important;
}

.umP2 {
  padding: 8px !important;
}

.umP3 {
  padding: 16px !important;
}

.umP4 {
  padding: 24px !important;
}

.umP5 {
  padding: 32px !important;
}

.umP6 {
  padding: 48px !important;
}

.umPt0 {
  padding-top: 0 !important;
}

.umPt1 {
  padding-top: 4px !important;
}

.umPt2 {
  padding-top: 8px !important;
}

.umPt3 {
  padding-top: 16px !important;
}

.umPt4 {
  padding-top: 24px !important;
}

.umPt5 {
  padding-top: 32px !important;
}

.umPt6 {
  padding-top: 48px !important;
}

.umPe0 {
  padding-right: 0 !important;
}

.umPe1 {
  padding-right: 4px !important;
}

.umPe2 {
  padding-right: 8px !important;
}

.umPe3 {
  padding-right: 16px !important;
}

.umPe4 {
  padding-right: 24px !important;
}

.umPe5 {
  padding-right: 32px !important;
}

.umPe6 {
  padding-right: 48px !important;
}

.umPb0 {
  padding-bottom: 0 !important;
}

.umPb1 {
  padding-bottom: 4px !important;
}

.umPb2 {
  padding-bottom: 8px !important;
}

.umPb3 {
  padding-bottom: 16px !important;
}

.umPb4 {
  padding-bottom: 24px !important;
}

.umPb5 {
  padding-bottom: 32px !important;
}

.umPb6 {
  padding-bottom: 48px !important;
}

.umPs0 {
  padding-left: 0 !important;
}

.umPs1 {
  padding-left: 4px !important;
}

.umPs2 {
  padding-left: 8px !important;
}

.umPs3 {
  padding-left: 16px !important;
}

.umPs4 {
  padding-left: 24px !important;
}

.umPs5 {
  padding-left: 32px !important;
}

.umPs6 {
  padding-left: 48px !important;
}

.umPy0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.umPy1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.umPy2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.umPy3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.umPy4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.umPy5 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.umPy6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.umPx0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.umPx1 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.umPx2 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.umPx3 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.umPx4 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.umPx5 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.umPx6 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

@media only screen and (min-width: 576px) {
  .umPSm0 {
    padding: 0 !important;
  }
  .umPSm1 {
    padding: 4px !important;
  }
  .umPSm2 {
    padding: 8px !important;
  }
  .umPSm3 {
    padding: 16px !important;
  }
  .umPSm4 {
    padding: 24px !important;
  }
  .umPSm5 {
    padding: 32px !important;
  }
  .umPSm6 {
    padding: 48px !important;
  }
  .umPtSm0 {
    padding-top: 0 !important;
  }
  .umPtSm1 {
    padding-top: 4px !important;
  }
  .umPtSm2 {
    padding-top: 8px !important;
  }
  .umPtSm3 {
    padding-top: 16px !important;
  }
  .umPtSm4 {
    padding-top: 24px !important;
  }
  .umPtSm5 {
    padding-top: 32px !important;
  }
  .umPtSm6 {
    padding-top: 48px !important;
  }
  .umPeSm0 {
    padding-right: 0 !important;
  }
  .umPeSm1 {
    padding-right: 4px !important;
  }
  .umPeSm2 {
    padding-right: 8px !important;
  }
  .umPeSm3 {
    padding-right: 16px !important;
  }
  .umPeSm4 {
    padding-right: 24px !important;
  }
  .umPeSm5 {
    padding-right: 32px !important;
  }
  .umPeSm6 {
    padding-right: 48px !important;
  }
  .umPbSm0 {
    padding-bottom: 0 !important;
  }
  .umPbSm1 {
    padding-bottom: 4px !important;
  }
  .umPbSm2 {
    padding-bottom: 8px !important;
  }
  .umPbSm3 {
    padding-bottom: 16px !important;
  }
  .umPbSm4 {
    padding-bottom: 24px !important;
  }
  .umPbSm5 {
    padding-bottom: 32px !important;
  }
  .umPbSm6 {
    padding-bottom: 48px !important;
  }
  .umPsSm0 {
    padding-left: 0 !important;
  }
  .umPsSm1 {
    padding-left: 4px !important;
  }
  .umPsSm2 {
    padding-left: 8px !important;
  }
  .umPsSm3 {
    padding-left: 16px !important;
  }
  .umPsSm4 {
    padding-left: 24px !important;
  }
  .umPsSm5 {
    padding-left: 32px !important;
  }
  .umPsSm6 {
    padding-left: 48px !important;
  }
  .umPySm0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .umPySm1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .umPySm2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .umPySm3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .umPySm4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .umPySm5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .umPySm6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .umPxSm0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .umPxSm1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .umPxSm2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .umPxSm3 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .umPxSm4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .umPxSm5 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .umPxSm6 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}
@media only screen and (min-width: 768px) {
  .umPMd0 {
    padding: 0 !important;
  }
  .umPMd1 {
    padding: 4px !important;
  }
  .umPMd2 {
    padding: 8px !important;
  }
  .umPMd3 {
    padding: 16px !important;
  }
  .umPMd4 {
    padding: 24px !important;
  }
  .umPMd5 {
    padding: 32px !important;
  }
  .umPMd6 {
    padding: 48px !important;
  }
  .umPtMd0 {
    padding-top: 0 !important;
  }
  .umPtMd1 {
    padding-top: 4px !important;
  }
  .umPtMd2 {
    padding-top: 8px !important;
  }
  .umPtMd3 {
    padding-top: 16px !important;
  }
  .umPtMd4 {
    padding-top: 24px !important;
  }
  .umPtMd5 {
    padding-top: 32px !important;
  }
  .umPtMd6 {
    padding-top: 48px !important;
  }
  .umPeMd0 {
    padding-right: 0 !important;
  }
  .umPeMd1 {
    padding-right: 4px !important;
  }
  .umPeMd2 {
    padding-right: 8px !important;
  }
  .umPeMd3 {
    padding-right: 16px !important;
  }
  .umPeMd4 {
    padding-right: 24px !important;
  }
  .umPeMd5 {
    padding-right: 32px !important;
  }
  .umPeMd6 {
    padding-right: 48px !important;
  }
  .umPbMd0 {
    padding-bottom: 0 !important;
  }
  .umPbMd1 {
    padding-bottom: 4px !important;
  }
  .umPbMd2 {
    padding-bottom: 8px !important;
  }
  .umPbMd3 {
    padding-bottom: 16px !important;
  }
  .umPbMd4 {
    padding-bottom: 24px !important;
  }
  .umPbMd5 {
    padding-bottom: 32px !important;
  }
  .umPbMd6 {
    padding-bottom: 48px !important;
  }
  .umPsMd0 {
    padding-left: 0 !important;
  }
  .umPsMd1 {
    padding-left: 4px !important;
  }
  .umPsMd2 {
    padding-left: 8px !important;
  }
  .umPsMd3 {
    padding-left: 16px !important;
  }
  .umPsMd4 {
    padding-left: 24px !important;
  }
  .umPsMd5 {
    padding-left: 32px !important;
  }
  .umPsMd6 {
    padding-left: 48px !important;
  }
  .umPyMd0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .umPyMd1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .umPyMd2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .umPyMd3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .umPyMd4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .umPyMd5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .umPyMd6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .umPxMd0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .umPxMd1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .umPxMd2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .umPxMd3 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .umPxMd4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .umPxMd5 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .umPxMd6 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}
@media only screen and (min-width: 991px) {
  .umPLg0 {
    padding: 0 !important;
  }
  .umPLg1 {
    padding: 4px !important;
  }
  .umPLg2 {
    padding: 8px !important;
  }
  .umPLg3 {
    padding: 16px !important;
  }
  .umPLg4 {
    padding: 24px !important;
  }
  .umPLg5 {
    padding: 32px !important;
  }
  .umPLg6 {
    padding: 48px !important;
  }
  .umPtLg0 {
    padding-top: 0 !important;
  }
  .umPtLg1 {
    padding-top: 4px !important;
  }
  .umPtLg2 {
    padding-top: 8px !important;
  }
  .umPtLg3 {
    padding-top: 16px !important;
  }
  .umPtLg4 {
    padding-top: 24px !important;
  }
  .umPtLg5 {
    padding-top: 32px !important;
  }
  .umPtLg6 {
    padding-top: 48px !important;
  }
  .umPeLg0 {
    padding-right: 0 !important;
  }
  .umPeLg1 {
    padding-right: 4px !important;
  }
  .umPeLg2 {
    padding-right: 8px !important;
  }
  .umPeLg3 {
    padding-right: 16px !important;
  }
  .umPeLg4 {
    padding-right: 24px !important;
  }
  .umPeLg5 {
    padding-right: 32px !important;
  }
  .umPeLg6 {
    padding-right: 48px !important;
  }
  .umPbLg0 {
    padding-bottom: 0 !important;
  }
  .umPbLg1 {
    padding-bottom: 4px !important;
  }
  .umPbLg2 {
    padding-bottom: 8px !important;
  }
  .umPbLg3 {
    padding-bottom: 16px !important;
  }
  .umPbLg4 {
    padding-bottom: 24px !important;
  }
  .umPbLg5 {
    padding-bottom: 32px !important;
  }
  .umPbLg6 {
    padding-bottom: 48px !important;
  }
  .umPsLg0 {
    padding-left: 0 !important;
  }
  .umPsLg1 {
    padding-left: 4px !important;
  }
  .umPsLg2 {
    padding-left: 8px !important;
  }
  .umPsLg3 {
    padding-left: 16px !important;
  }
  .umPsLg4 {
    padding-left: 24px !important;
  }
  .umPsLg5 {
    padding-left: 32px !important;
  }
  .umPsLg6 {
    padding-left: 48px !important;
  }
  .umPyLg0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .umPyLg1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .umPyLg2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .umPyLg3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .umPyLg4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .umPyLg5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .umPyLg6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .umPxLg0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .umPxLg1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .umPxLg2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .umPxLg3 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .umPxLg4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .umPxLg5 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .umPxLg6 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .umPXl0 {
    padding: 0 !important;
  }
  .umPXl1 {
    padding: 4px !important;
  }
  .umPXl2 {
    padding: 8px !important;
  }
  .umPXl3 {
    padding: 16px !important;
  }
  .umPXl4 {
    padding: 24px !important;
  }
  .umPXl5 {
    padding: 32px !important;
  }
  .umPXl6 {
    padding: 48px !important;
  }
  .umPtXl0 {
    padding-top: 0 !important;
  }
  .umPtXl1 {
    padding-top: 4px !important;
  }
  .umPtXl2 {
    padding-top: 8px !important;
  }
  .umPtXl3 {
    padding-top: 16px !important;
  }
  .umPtXl4 {
    padding-top: 24px !important;
  }
  .umPtXl5 {
    padding-top: 32px !important;
  }
  .umPtXl6 {
    padding-top: 48px !important;
  }
  .umPeXl0 {
    padding-right: 0 !important;
  }
  .umPeXl1 {
    padding-right: 4px !important;
  }
  .umPeXl2 {
    padding-right: 8px !important;
  }
  .umPeXl3 {
    padding-right: 16px !important;
  }
  .umPeXl4 {
    padding-right: 24px !important;
  }
  .umPeXl5 {
    padding-right: 32px !important;
  }
  .umPeXl6 {
    padding-right: 48px !important;
  }
  .umPbXl0 {
    padding-bottom: 0 !important;
  }
  .umPbXl1 {
    padding-bottom: 4px !important;
  }
  .umPbXl2 {
    padding-bottom: 8px !important;
  }
  .umPbXl3 {
    padding-bottom: 16px !important;
  }
  .umPbXl4 {
    padding-bottom: 24px !important;
  }
  .umPbXl5 {
    padding-bottom: 32px !important;
  }
  .umPbXl6 {
    padding-bottom: 48px !important;
  }
  .umPsXl0 {
    padding-left: 0 !important;
  }
  .umPsXl1 {
    padding-left: 4px !important;
  }
  .umPsXl2 {
    padding-left: 8px !important;
  }
  .umPsXl3 {
    padding-left: 16px !important;
  }
  .umPsXl4 {
    padding-left: 24px !important;
  }
  .umPsXl5 {
    padding-left: 32px !important;
  }
  .umPsXl6 {
    padding-left: 48px !important;
  }
  .umPyXl0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .umPyXl1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .umPyXl2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .umPyXl3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .umPyXl4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .umPyXl5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .umPyXl6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .umPxXl0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .umPxXl1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .umPxXl2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .umPxXl3 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .umPxXl4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .umPxXl5 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .umPxXl6 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .umPXxl0 {
    padding: 0 !important;
  }
  .umPXxl1 {
    padding: 4px !important;
  }
  .umPXxl2 {
    padding: 8px !important;
  }
  .umPXxl3 {
    padding: 16px !important;
  }
  .umPXxl4 {
    padding: 24px !important;
  }
  .umPXxl5 {
    padding: 32px !important;
  }
  .umPXxl6 {
    padding: 48px !important;
  }
  .umPtXxl0 {
    padding-top: 0 !important;
  }
  .umPtXxl1 {
    padding-top: 4px !important;
  }
  .umPtXxl2 {
    padding-top: 8px !important;
  }
  .umPtXxl3 {
    padding-top: 16px !important;
  }
  .umPtXxl4 {
    padding-top: 24px !important;
  }
  .umPtXxl5 {
    padding-top: 32px !important;
  }
  .umPtXxl6 {
    padding-top: 48px !important;
  }
  .umPeXxl0 {
    padding-right: 0 !important;
  }
  .umPeXxl1 {
    padding-right: 4px !important;
  }
  .umPeXxl2 {
    padding-right: 8px !important;
  }
  .umPeXxl3 {
    padding-right: 16px !important;
  }
  .umPeXxl4 {
    padding-right: 24px !important;
  }
  .umPeXxl5 {
    padding-right: 32px !important;
  }
  .umPeXxl6 {
    padding-right: 48px !important;
  }
  .umPbXxl0 {
    padding-bottom: 0 !important;
  }
  .umPbXxl1 {
    padding-bottom: 4px !important;
  }
  .umPbXxl2 {
    padding-bottom: 8px !important;
  }
  .umPbXxl3 {
    padding-bottom: 16px !important;
  }
  .umPbXxl4 {
    padding-bottom: 24px !important;
  }
  .umPbXxl5 {
    padding-bottom: 32px !important;
  }
  .umPbXxl6 {
    padding-bottom: 48px !important;
  }
  .umPsXxl0 {
    padding-left: 0 !important;
  }
  .umPsXxl1 {
    padding-left: 4px !important;
  }
  .umPsXxl2 {
    padding-left: 8px !important;
  }
  .umPsXxl3 {
    padding-left: 16px !important;
  }
  .umPsXxl4 {
    padding-left: 24px !important;
  }
  .umPsXxl5 {
    padding-left: 32px !important;
  }
  .umPsXxl6 {
    padding-left: 48px !important;
  }
  .umPyXxl0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .umPyXxl1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .umPyXxl2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .umPyXxl3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .umPyXxl4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .umPyXxl5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .umPyXxl6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .umPxXxl0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .umPxXxl1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .umPxXxl2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .umPxXxl3 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .umPxXxl4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .umPxXxl5 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .umPxXxl6 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}
/* Font sizes */
.umFs10 {
  font-size: 10px !important;
}

.umFs12 {
  font-size: 12.8px !important;
}

.umFs13 {
  font-size: 13px !important;
}

.umFs16 {
  font-size: 16px !important;
}

.umFs17 {
  font-size: 17px !important;
}

/* Colors */
.umTextPrimary {
  color: #61B2DE !important;
}

.umTextGray {
  color: #EFEFEF !important;
}

.umTextWhite {
  color: #FFFFFF !important;
}

.umTextDanger {
  color: #DF6365 !important;
}

.umTextdarkGray {
  color: #262626 !important;
}

/* Background Colors */
.umBgPrimary {
  background-color: #61B2DE !important;
}

.umBgTransparent {
  background-color: rgba(0, 0, 0, 0) !important;
}

.umBgGray {
  background-color: #f7f7f7 !important;
}

.umBgSky {
  background-color: #eef6fe !important;
}

.umBgDarkBlue {
  background-color: #33475B !important;
}

.umBgWhite {
  background-color: #FFFFFF !important;
}

.umBgLightDanger {
  background-color: rgba(255, 0, 0, 0.2) !important;
}

.umBgDanger {
  background-color: #DF6365 !important;
}

.umBgVapor {
  background-color: #F6F6F6 !important;
}

.umBgLightGreen {
  background-color: rgba(101, 174, 90, 0.08) !important;
}

/* Background Colors */
.umBorder {
  border-width: 1px !important;
  border-style: solid !important;
}

.umBorderWhite {
  border-color: #FFFFFF !important;
}

/* Others */
.umRounded {
  border-radius: 4px !important;
}

.umRoundedLarge {
  border-radius: 20px !important;
}

.umW100 {
  width: 100% !important;
}

.umW75 {
  width: 74% !important;
}

.umW50 {
  width: 50% !important;
}

.umW25 {
  width: 25% !important;
}

.umTextStart {
  text-align: left !important;
}

.umTextCenter {
  text-align: center !important;
}

.umTextEnd {
  text-align: right !important;
}

.umDBlock {
  display: block !important;
}

.umUnderlined {
  text-decoration: underline !important;
}

.umDBlock {
  display: block !important;
}

.umDInlineBlock {
  display: inline-block !important;
}

.umPositionRelative {
  position: relative !important;
}

.umHeight100 {
  height: 100% !important;
}

.umContainerFluid {
  max-width: 100%;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.umRow {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.umRow > [class*=umCol] {
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}
.umRow.umGap0 {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.umRow.umGap0 > [class*=umCol] {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
}
.umRow.umGap1 {
  margin-left: -2px;
  margin-right: -2px;
  margin-top: -4px;
}
.umRow.umGap1 > [class*=umCol] {
  padding-left: 2px;
  padding-right: 2px;
  margin-top: 4px;
}
.umRow.umGap2 {
  margin-left: -4px;
  margin-right: -4px;
  margin-top: -8px;
}
.umRow.umGap2 > [class*=umCol] {
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 8px;
}
.umRow.umGap3 {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -16px;
}
.umRow.umGap3 > [class*=umCol] {
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 16px;
}
.umRow.umGap4 {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -24px;
}
.umRow.umGap4 > [class*=umCol] {
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 24px;
}
.umRow.umGap5 {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -32px;
}
.umRow.umGap5 > [class*=umCol] {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 32px;
}
.umRow.umGap6 {
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -48px;
}
.umRow.umGap6 > [class*=umCol] {
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 48px;
}
.umRow.umGapx0 {
  margin-left: 0px;
  margin-right: 0px;
}
.umRow.umGapx0 > [class*=umCol] {
  padding-left: 0px;
  padding-right: 0px;
}
.umRow.umGapx1 {
  margin-left: -2px;
  margin-right: -2px;
}
.umRow.umGapx1 > [class*=umCol] {
  padding-left: 2px;
  padding-right: 2px;
}
.umRow.umGapx2 {
  margin-left: -4px;
  margin-right: -4px;
}
.umRow.umGapx2 > [class*=umCol] {
  padding-left: 4px;
  padding-right: 4px;
}
.umRow.umGapx3 {
  margin-left: -8px;
  margin-right: -8px;
}
.umRow.umGapx3 > [class*=umCol] {
  padding-left: 8px;
  padding-right: 8px;
}
.umRow.umGapx4 {
  margin-left: -12px;
  margin-right: -12px;
}
.umRow.umGapx4 > [class*=umCol] {
  padding-left: 12px;
  padding-right: 12px;
}
.umRow.umGapx5 {
  margin-left: -16px;
  margin-right: -16px;
}
.umRow.umGapx5 > [class*=umCol] {
  padding-left: 16px;
  padding-right: 16px;
}
.umRow.umGapx6 {
  margin-left: -24px;
  margin-right: -24px;
}
.umRow.umGapx6 > [class*=umCol] {
  padding-left: 24px;
  padding-right: 24px;
}
.umRow.umGapy0 {
  margin-top: 0px;
}
.umRow.umGapy0 > [class*=umCol] {
  margin-top: 0px;
}
.umRow.umGapy1 {
  margin-top: -4px;
}
.umRow.umGapy1 > [class*=umCol] {
  margin-top: 4px;
}
.umRow.umGapy2 {
  margin-top: -8px;
}
.umRow.umGapy2 > [class*=umCol] {
  margin-top: 8px;
}
.umRow.umGapy3 {
  margin-top: -16px;
}
.umRow.umGapy3 > [class*=umCol] {
  margin-top: 16px;
}
.umRow.umGapy4 {
  margin-top: -24px;
}
.umRow.umGapy4 > [class*=umCol] {
  margin-top: 24px;
}
.umRow.umGapy5 {
  margin-top: -32px;
}
.umRow.umGapy5 > [class*=umCol] {
  margin-top: 32px;
}
.umRow.umGapy6 {
  margin-top: -48px;
}
.umRow.umGapy6 > [class*=umCol] {
  margin-top: 48px;
}
.umRow .umCol1 {
  width: 8.33%;
}
.umRow .umCol2 {
  width: 16.66%;
}
.umRow .umCol3 {
  width: 25%;
}
.umRow .umCol4 {
  width: 33.33%;
}
.umRow .umCol5 {
  width: 41.65%;
}
.umRow .umCol6 {
  width: 50%;
}
.umRow .umCol7 {
  width: 58.31%;
}
.umRow .umCol8 {
  width: 66.66%;
}
.umRow .umCol9 {
  width: 75%;
}
.umRow .umCol10 {
  width: 83.3%;
}
.umRow .umCol11 {
  width: 91.66667%;
}
.umRow .umCol12 {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .umRow.umGapSm0 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }
  .umRow.umGapSm0 > [class*=umCol] {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
  }
  .umRow.umGapSm1 {
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -4px;
  }
  .umRow.umGapSm1 > [class*=umCol] {
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 4px;
  }
  .umRow.umGapSm2 {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -8px;
  }
  .umRow.umGapSm2 > [class*=umCol] {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 8px;
  }
  .umRow.umGapSm3 {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -16px;
  }
  .umRow.umGapSm3 > [class*=umCol] {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 16px;
  }
  .umRow.umGapSm4 {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -24px;
  }
  .umRow.umGapSm4 > [class*=umCol] {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 24px;
  }
  .umRow.umGapSm5 {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -32px;
  }
  .umRow.umGapSm5 > [class*=umCol] {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 32px;
  }
  .umRow.umGapSm6 {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -48px;
  }
  .umRow.umGapSm6 > [class*=umCol] {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 48px;
  }
  .umRow.umGapxSm0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .umRow.umGapxSm0 > [class*=umCol] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .umRow.umGapxSm1 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .umRow.umGapxSm1 > [class*=umCol] {
    padding-left: 2px;
    padding-right: 2px;
  }
  .umRow.umGapxSm2 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .umRow.umGapxSm2 > [class*=umCol] {
    padding-left: 4px;
    padding-right: 4px;
  }
  .umRow.umGapxSm3 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .umRow.umGapxSm3 > [class*=umCol] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .umRow.umGapxSm4 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .umRow.umGapxSm4 > [class*=umCol] {
    padding-left: 12px;
    padding-right: 12px;
  }
  .umRow.umGapxSm5 {
    margin-left: -16px;
    margin-right: -16px;
  }
  .umRow.umGapxSm5 > [class*=umCol] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .umRow.umGapxSm6 {
    margin-left: -24px;
    margin-right: -24px;
  }
  .umRow.umGapxSm6 > [class*=umCol] {
    padding-left: 24px;
    padding-right: 24px;
  }
  .umRow.umGapySm0 {
    margin-top: 0px;
  }
  .umRow.umGapySm0 > [class*=umCol] {
    margin-top: 0px;
  }
  .umRow.umGapySm1 {
    margin-top: -4px;
  }
  .umRow.umGapySm1 > [class*=umCol] {
    margin-top: 4px;
  }
  .umRow.umGapySm2 {
    margin-top: -8px;
  }
  .umRow.umGapySm2 > [class*=umCol] {
    margin-top: 8px;
  }
  .umRow.umGapySm3 {
    margin-top: -16px;
  }
  .umRow.umGapySm3 > [class*=umCol] {
    margin-top: 16px;
  }
  .umRow.umGapySm4 {
    margin-top: -24px;
  }
  .umRow.umGapySm4 > [class*=umCol] {
    margin-top: 24px;
  }
  .umRow.umGapySm5 {
    margin-top: -32px;
  }
  .umRow.umGapySm5 > [class*=umCol] {
    margin-top: 32px;
  }
  .umRow.umGapySm6 {
    margin-top: -48px;
  }
  .umRow.umGapySm6 > [class*=umCol] {
    margin-top: 48px;
  }
  .umRow .umColSm1 {
    width: 8.33%;
  }
  .umRow .umColSm2 {
    width: 16.66%;
  }
  .umRow .umColSm3 {
    width: 25%;
  }
  .umRow .umColSm4 {
    width: 33.33%;
  }
  .umRow .umColSm5 {
    width: 41.65%;
  }
  .umRow .umColSm6 {
    width: 50%;
  }
  .umRow .umColSm7 {
    width: 58.31%;
  }
  .umRow .umColSm8 {
    width: 66.66%;
  }
  .umRow .umColSm9 {
    width: 75%;
  }
  .umRow .umColSm10 {
    width: 100%;
  }
  .umRow .umColSm11 {
    width: 83.3%;
  }
  .umRow .umColSm12 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .umRow.umGapMd0 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }
  .umRow.umGapMd0 > [class*=umCol] {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
  }
  .umRow.umGapMd1 {
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -4px;
  }
  .umRow.umGapMd1 > [class*=umCol] {
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 4px;
  }
  .umRow.umGapMd2 {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -8px;
  }
  .umRow.umGapMd2 > [class*=umCol] {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 8px;
  }
  .umRow.umGapMd3 {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -16px;
  }
  .umRow.umGapMd3 > [class*=umCol] {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 16px;
  }
  .umRow.umGapMd4 {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -24px;
  }
  .umRow.umGapMd4 > [class*=umCol] {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 24px;
  }
  .umRow.umGapMd5 {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -32px;
  }
  .umRow.umGapMd5 > [class*=umCol] {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 32px;
  }
  .umRow.umGapMd6 {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -48px;
  }
  .umRow.umGapMd6 > [class*=umCol] {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 48px;
  }
  .umRow.umGapxMd0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .umRow.umGapxMd0 > [class*=umCol] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .umRow.umGapxMd1 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .umRow.umGapxMd1 > [class*=umCol] {
    padding-left: 2px;
    padding-right: 2px;
  }
  .umRow.umGapxMd2 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .umRow.umGapxMd2 > [class*=umCol] {
    padding-left: 4px;
    padding-right: 4px;
  }
  .umRow.umGapxMd3 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .umRow.umGapxMd3 > [class*=umCol] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .umRow.umGapxMd4 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .umRow.umGapxMd4 > [class*=umCol] {
    padding-left: 12px;
    padding-right: 12px;
  }
  .umRow.umGapxMd5 {
    margin-left: -16px;
    margin-right: -16px;
  }
  .umRow.umGapxMd5 > [class*=umCol] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .umRow.umGapxMd6 {
    margin-left: -24px;
    margin-right: -24px;
  }
  .umRow.umGapxMd6 > [class*=umCol] {
    padding-left: 24px;
    padding-right: 24px;
  }
  .umRow.umGapyMd0 {
    margin-top: 0px;
  }
  .umRow.umGapyMd0 > [class*=umCol] {
    margin-top: 0px;
  }
  .umRow.umGapyMd1 {
    margin-top: -4px;
  }
  .umRow.umGapyMd1 > [class*=umCol] {
    margin-top: 4px;
  }
  .umRow.umGapyMd2 {
    margin-top: -8px;
  }
  .umRow.umGapyMd2 > [class*=umCol] {
    margin-top: 8px;
  }
  .umRow.umGapyMd3 {
    margin-top: -16px;
  }
  .umRow.umGapyMd3 > [class*=umCol] {
    margin-top: 16px;
  }
  .umRow.umGapyMd4 {
    margin-top: -24px;
  }
  .umRow.umGapyMd4 > [class*=umCol] {
    margin-top: 24px;
  }
  .umRow.umGapyMd5 {
    margin-top: -32px;
  }
  .umRow.umGapyMd5 > [class*=umCol] {
    margin-top: 32px;
  }
  .umRow.umGapyMd6 {
    margin-top: -48px;
  }
  .umRow.umGapyMd6 > [class*=umCol] {
    margin-top: 48px;
  }
  .umRow .umColMd1 {
    width: 8.33%;
  }
  .umRow .umColMd2 {
    width: 16.66%;
  }
  .umRow .umColMd3 {
    width: 25%;
  }
  .umRow .umColMd4 {
    width: 33.33%;
  }
  .umRow .umColMd5 {
    width: 41.65%;
  }
  .umRow .umColMd6 {
    width: 50%;
  }
  .umRow .umColMd7 {
    width: 58.31%;
  }
  .umRow .umColMd8 {
    width: 66.66%;
  }
  .umRow .umColMd9 {
    width: 75%;
  }
  .umRow .umColMd10 {
    width: 83.3%;
  }
  .umRow .umColMd11 {
    width: 91.66667%;
  }
  .umRow .umColMd12 {
    width: 100%;
  }
}
@media only screen and (min-width: 991px) {
  .umRow.umGapLg0 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }
  .umRow.umGapLg0 > [class*=umCol] {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
  }
  .umRow.umGapLg1 {
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -4px;
  }
  .umRow.umGapLg1 > [class*=umCol] {
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 4px;
  }
  .umRow.umGapLg2 {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -8px;
  }
  .umRow.umGapLg2 > [class*=umCol] {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 8px;
  }
  .umRow.umGapLg3 {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -16px;
  }
  .umRow.umGapLg3 > [class*=umCol] {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 16px;
  }
  .umRow.umGapLg4 {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -24px;
  }
  .umRow.umGapLg4 > [class*=umCol] {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 24px;
  }
  .umRow.umGapLg5 {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -32px;
  }
  .umRow.umGapLg5 > [class*=umCol] {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 32px;
  }
  .umRow.umGapLg6 {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -48px;
  }
  .umRow.umGapLg6 > [class*=umCol] {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 48px;
  }
  .umRow.umGapxLg0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .umRow.umGapxLg0 > [class*=umCol] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .umRow.umGapxLg1 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .umRow.umGapxLg1 > [class*=umCol] {
    padding-left: 2px;
    padding-right: 2px;
  }
  .umRow.umGapxLg2 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .umRow.umGapxLg2 > [class*=umCol] {
    padding-left: 4px;
    padding-right: 4px;
  }
  .umRow.umGapxLg3 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .umRow.umGapxLg3 > [class*=umCol] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .umRow.umGapxLg4 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .umRow.umGapxLg4 > [class*=umCol] {
    padding-left: 12px;
    padding-right: 12px;
  }
  .umRow.umGapxLg5 {
    margin-left: -16px;
    margin-right: -16px;
  }
  .umRow.umGapxLg5 > [class*=umCol] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .umRow.umGapxLg6 {
    margin-left: -24px;
    margin-right: -24px;
  }
  .umRow.umGapxLg6 > [class*=umCol] {
    padding-left: 24px;
    padding-right: 24px;
  }
  .umRow.umGapyLg0 {
    margin-top: 0px;
  }
  .umRow.umGapyLg0 > [class*=umCol] {
    margin-top: 0px;
  }
  .umRow.umGapyLg1 {
    margin-top: -4px;
  }
  .umRow.umGapyLg1 > [class*=umCol] {
    margin-top: 4px;
  }
  .umRow.umGapyLg2 {
    margin-top: -8px;
  }
  .umRow.umGapyLg2 > [class*=umCol] {
    margin-top: 8px;
  }
  .umRow.umGapyLg3 {
    margin-top: -16px;
  }
  .umRow.umGapyLg3 > [class*=umCol] {
    margin-top: 16px;
  }
  .umRow.umGapyLg4 {
    margin-top: -24px;
  }
  .umRow.umGapyLg4 > [class*=umCol] {
    margin-top: 24px;
  }
  .umRow.umGapyLg5 {
    margin-top: -32px;
  }
  .umRow.umGapyLg5 > [class*=umCol] {
    margin-top: 32px;
  }
  .umRow.umGapyLg6 {
    margin-top: -48px;
  }
  .umRow.umGapyLg6 > [class*=umCol] {
    margin-top: 48px;
  }
  .umRow .umColLg1 {
    width: 8.33%;
  }
  .umRow .umColLg2 {
    width: 16.66%;
  }
  .umRow .umColLg3 {
    width: 25%;
  }
  .umRow .umColLg4 {
    width: 33.33%;
  }
  .umRow .umColLg5 {
    width: 41.65%;
  }
  .umRow .umColLg6 {
    width: 50%;
  }
  .umRow .umColLg7 {
    width: 58.31%;
  }
  .umRow .umColLg8 {
    width: 66.66%;
  }
  .umRow .umColLg9 {
    width: 75%;
  }
  .umRow .umColLg10 {
    width: 83.3%;
  }
  .umRow .umColLg11 {
    width: 91.66667%;
  }
  .umRow .umColLg12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .umRow.umGapXl0 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }
  .umRow.umGapXl0 > [class*=umCol] {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
  }
  .umRow.umGapXl1 {
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -4px;
  }
  .umRow.umGapXl1 > [class*=umCol] {
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 4px;
  }
  .umRow.umGapXl2 {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -8px;
  }
  .umRow.umGapXl2 > [class*=umCol] {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 8px;
  }
  .umRow.umGapXl3 {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -16px;
  }
  .umRow.umGapXl3 > [class*=umCol] {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 16px;
  }
  .umRow.umGapXl4 {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -24px;
  }
  .umRow.umGapXl4 > [class*=umCol] {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 24px;
  }
  .umRow.umGapXl5 {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -32px;
  }
  .umRow.umGapXl5 > [class*=umCol] {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 32px;
  }
  .umRow.umGapXl6 {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -48px;
  }
  .umRow.umGapXl6 > [class*=umCol] {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 48px;
  }
  .umRow.umGapxXl0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .umRow.umGapxXl0 > [class*=umCol] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .umRow.umGapxXl1 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .umRow.umGapxXl1 > [class*=umCol] {
    padding-left: 2px;
    padding-right: 2px;
  }
  .umRow.umGapxXl2 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .umRow.umGapxXl2 > [class*=umCol] {
    padding-left: 4px;
    padding-right: 4px;
  }
  .umRow.umGapxXl3 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .umRow.umGapxXl3 > [class*=umCol] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .umRow.umGapxXl4 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .umRow.umGapxXl4 > [class*=umCol] {
    padding-left: 12px;
    padding-right: 12px;
  }
  .umRow.umGapxXl5 {
    margin-left: -16px;
    margin-right: -16px;
  }
  .umRow.umGapxXl5 > [class*=umCol] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .umRow.umGapxXl6 {
    margin-left: -24px;
    margin-right: -24px;
  }
  .umRow.umGapxXl6 > [class*=umCol] {
    padding-left: 24px;
    padding-right: 24px;
  }
  .umRow.umGapyXl0 {
    margin-top: 0px;
  }
  .umRow.umGapyXl0 > [class*=umCol] {
    margin-top: 0px;
  }
  .umRow.umGapyXl1 {
    margin-top: -4px;
  }
  .umRow.umGapyXl1 > [class*=umCol] {
    margin-top: 4px;
  }
  .umRow.umGapyXl2 {
    margin-top: -8px;
  }
  .umRow.umGapyXl2 > [class*=umCol] {
    margin-top: 8px;
  }
  .umRow.umGapyXl3 {
    margin-top: -16px;
  }
  .umRow.umGapyXl3 > [class*=umCol] {
    margin-top: 16px;
  }
  .umRow.umGapyXl4 {
    margin-top: -24px;
  }
  .umRow.umGapyXl4 > [class*=umCol] {
    margin-top: 24px;
  }
  .umRow.umGapyXl5 {
    margin-top: -32px;
  }
  .umRow.umGapyXl5 > [class*=umCol] {
    margin-top: 32px;
  }
  .umRow.umGapyXl6 {
    margin-top: -48px;
  }
  .umRow.umGapyXl6 > [class*=umCol] {
    margin-top: 48px;
  }
  .umRow .umColXl1 {
    width: 8.33%;
  }
  .umRow .umColXl2 {
    width: 16.66%;
  }
  .umRow .umColXl3 {
    width: 25%;
  }
  .umRow .umColXl4 {
    width: 33.33%;
  }
  .umRow .umColXl5 {
    width: 41.65%;
  }
  .umRow .umColXl6 {
    width: 50%;
  }
  .umRow .umColXl7 {
    width: 58.31%;
  }
  .umRow .umColXl8 {
    width: 66.66%;
  }
  .umRow .umColXl9 {
    width: 75%;
  }
  .umRow .umColXl10 {
    width: 83.3%;
  }
  .umRow .umColXl11 {
    width: 91.66667%;
  }
  .umRow .umColXl12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .umRow.umGapXxl0 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }
  .umRow.umGapXxl0 > [class*=umCol] {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
  }
  .umRow.umGapXxl1 {
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -4px;
  }
  .umRow.umGapXxl1 > [class*=umCol] {
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 4px;
  }
  .umRow.umGapXxl2 {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -8px;
  }
  .umRow.umGapXxl2 > [class*=umCol] {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 8px;
  }
  .umRow.umGapXxl3 {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -16px;
  }
  .umRow.umGapXxl3 > [class*=umCol] {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 16px;
  }
  .umRow.umGapXxl4 {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -24px;
  }
  .umRow.umGapXxl4 > [class*=umCol] {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 24px;
  }
  .umRow.umGapXxl5 {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -32px;
  }
  .umRow.umGapXxl5 > [class*=umCol] {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 32px;
  }
  .umRow.umGapXxl6 {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -48px;
  }
  .umRow.umGapXxl6 > [class*=umCol] {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 48px;
  }
  .umRow.umGapxXxl0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .umRow.umGapxXxl0 > [class*=umCol] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .umRow.umGapxXxl1 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .umRow.umGapxXxl1 > [class*=umCol] {
    padding-left: 2px;
    padding-right: 2px;
  }
  .umRow.umGapxXxl2 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .umRow.umGapxXxl2 > [class*=umCol] {
    padding-left: 4px;
    padding-right: 4px;
  }
  .umRow.umGapxXxl3 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .umRow.umGapxXxl3 > [class*=umCol] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .umRow.umGapxXxl4 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .umRow.umGapxXxl4 > [class*=umCol] {
    padding-left: 12px;
    padding-right: 12px;
  }
  .umRow.umGapxXxl5 {
    margin-left: -16px;
    margin-right: -16px;
  }
  .umRow.umGapxXxl5 > [class*=umCol] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .umRow.umGapxXxl6 {
    margin-left: -24px;
    margin-right: -24px;
  }
  .umRow.umGapxXxl6 > [class*=umCol] {
    padding-left: 24px;
    padding-right: 24px;
  }
  .umRow.umGapyXxl0 {
    margin-top: 0px;
  }
  .umRow.umGapyXxl0 > [class*=umCol] {
    margin-top: 0px;
  }
  .umRow.umGapyXxl1 {
    margin-top: -4px;
  }
  .umRow.umGapyXxl1 > [class*=umCol] {
    margin-top: 4px;
  }
  .umRow.umGapyXxl2 {
    margin-top: -8px;
  }
  .umRow.umGapyXxl2 > [class*=umCol] {
    margin-top: 8px;
  }
  .umRow.umGapyXxl3 {
    margin-top: -16px;
  }
  .umRow.umGapyXxl3 > [class*=umCol] {
    margin-top: 16px;
  }
  .umRow.umGapyXxl4 {
    margin-top: -24px;
  }
  .umRow.umGapyXxl4 > [class*=umCol] {
    margin-top: 24px;
  }
  .umRow.umGapyXxl5 {
    margin-top: -32px;
  }
  .umRow.umGapyXxl5 > [class*=umCol] {
    margin-top: 32px;
  }
  .umRow.umGapyXxl6 {
    margin-top: -48px;
  }
  .umRow.umGapyXxl6 > [class*=umCol] {
    margin-top: 48px;
  }
  .umRow .umColXxl1 {
    width: 8.33%;
  }
  .umRow .umColXxl2 {
    width: 16.66%;
  }
  .umRow .umColXxl3 {
    width: 25%;
  }
  .umRow .umColXxl4 {
    width: 33.33%;
  }
  .umRow .umColXxl5 {
    width: 41.65%;
  }
  .umRow .umColXxl6 {
    width: 50%;
  }
  .umRow .umColXxl7 {
    width: 58.31%;
  }
  .umRow .umColXxl8 {
    width: 66.66%;
  }
  .umRow .umColXxl9 {
    width: 75%;
  }
  .umRow .umColXxl10 {
    width: 83.3%;
  }
  .umRow .umColXxl11 {
    width: 91.66667%;
  }
  .umRow .umColXxl12 {
    width: 100%;
  }
}
body,
html {
  transform: translateZ(0);
  -webkit-text-size-adjust: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.hide {
  display: none !important;
}

[data-feature-belong-to-entity=false] [data-feature-available-to-entity=true] {
  opacity: 0.25;
  pointer-events: none;
}
[data-feature-belong-to-entity=false] [data-feature-available-to-entity=true] * {
  pointer-events: none;
}
[data-feature-belong-to-entity=false] [data-feature-available-to-entity=false] {
  display: inherit;
}

[data-feature-belong-to-entity=true] [data-feature-available-to-entity=true] {
  opacity: 1;
}
[data-feature-belong-to-entity=true] [data-feature-available-to-entity=false] {
  display: none !important;
}

[data-user-belong-to-entity=true] [data-has-entity=true] {
  display: block;
}
[data-user-belong-to-entity=true] [data-has-entity=false] {
  display: none;
}

[data-user-belong-to-entity=false] [data-has-entity=true] {
  display: none;
}
[data-user-belong-to-entity=false] [data-has-entity=false] {
  display: block;
}

[data-feature-available-to-entity-owner=false] {
  display: none !important;
}

[data-feature-available-to-entity-owner=true] {
  display: flex !important;
}

.radioIconButton,
.checkBoxIconButton {
  background-color: transparent;
  border: none;
  margin: 0.5rem;
  padding: 0;
}
.radioIconButton i,
.checkBoxIconButton i {
  font-size: 1.5rem;
  color: #61B2DE;
}
.radioIconButton .notChecked,
.checkBoxIconButton .notChecked {
  display: inline-block;
}
.radioIconButton .checked,
.checkBoxIconButton .checked {
  display: none;
}
.radioIconButton[data-button-status=checked] .notChecked,
.checkBoxIconButton[data-button-status=checked] .notChecked {
  display: none;
}
.radioIconButton[data-button-status=checked] .checked,
.checkBoxIconButton[data-button-status=checked] .checked {
  display: inline-block;
}

.no-flexboxlegacy .flexRow, .no-flexboxlegacy .tableFundView .fundBasicInformation, .tableFundView .no-flexboxlegacy .fundBasicInformation, .no-flexboxlegacy .tableFundView .fundAdditionalInformation, .tableFundView .no-flexboxlegacy .fundAdditionalInformation, .no-flexboxlegacy .listOf li {
  display: table !important;
  width: 100% !important;
}
.no-flexboxlegacy .flexRow > div, .no-flexboxlegacy .tableFundView .fundBasicInformation > div, .tableFundView .no-flexboxlegacy .fundBasicInformation > div, .no-flexboxlegacy .tableFundView .fundAdditionalInformation > div, .tableFundView .no-flexboxlegacy .fundAdditionalInformation > div, .no-flexboxlegacy .flexRow .flexRowItem, .no-flexboxlegacy .tableFundView .fundBasicInformation .flexRowItem, .tableFundView .no-flexboxlegacy .fundBasicInformation .flexRowItem, .no-flexboxlegacy .tableFundView .fundAdditionalInformation .flexRowItem, .tableFundView .no-flexboxlegacy .fundAdditionalInformation .flexRowItem, .no-flexboxlegacy .listOf li > div, .no-flexboxlegacy .listOf li .flexRowItem {
  display: table-cell !important;
  vertical-align: middle !important;
}
.no-flexboxlegacy .blurBg {
  opacity: 0.2;
}

[data-user-belong-to-entity=true] [data-has-entity=true] {
  display: block;
}
[data-user-belong-to-entity=true] [data-has-entity=false] {
  display: none;
}

[data-user-belong-to-entity=false] [data-has-entity=true] {
  display: none;
}
[data-user-belong-to-entity=false] [data-has-entity=false] {
  display: block;
}

.cutText, .horizontalListOfFilesModule .thumbnailDiscription ul li, .defaultRemovableList li a, .defaultRemovableList li .advancedInfo, .defaultRemovableList li .infoWrapper, .floating-tooltip, .text-wrapper-for-tooltip, .valid-error, .cutText, .horizontalListOfFilesModule .thumbnailDiscription ul li, table th, .upmHeader .upmBranding .headerMetaContainer .headerTitle .defaultHeader, .upmHeader .upmBranding .productMetaContainer, .editMemoDialog .memoHeaderContainer .attachFileInfoContainer ul li:last-child, .editMemoDialog .memoHeaderContainer .memoTitleContainer ul li:last-child, .editCreateMemoPage .pageOptionsContainer ul li button, .analyticDialog h1,
.analyticDialog h2, .resultPage .tab-title a, .relatedFileItem .fileName,
.relatedFileItem .fundName, .relatedFileItem .fileName a,
.relatedFileItem .fundName a, .relatedFileItem .fileName > div,
.relatedFileItem .fundName > div, .mailMetadataContainer .fromMeta, .mailMetadataContainer .toMeta, .listOfAttachments li button,
.listOfAttachments li .button,
.listOfAttachments .editCreateMemoPage .pageOptionsContainer ul li button,
.editCreateMemoPage .pageOptionsContainer ul .listOfAttachments li button, .fileData .upFileItem.fileMetadata li.tickerName,
.fileData .fileDetailsItem.fileMetadata li.tickerName,
.fileDetails .upFileItem.fileMetadata li.tickerName,
.fileDetails .fileDetailsItem.fileMetadata li.tickerName, .tableItem .flexRow > div > div, .tableItem .fileName, .tableItem .fileSource, .tableItem .userName, .tableItem .uplaodDate,
.listOfAttachments li .buttonAction, .mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneView .zoneBasicInfo h3, .mulitpleDropZonesContainer .dropzoneItemWrapper .dropZoneView .zoneBasicInfo h4, .upmUploadDialog .zoneBasicInfo h1, .upmUploadDialog .zoneBasicInfo h3, .upmUploadDialog .zoneBasicInfo h4, .dashboardModule .fundUpdates li .fundName a, .analyticDialog .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .analyticDialog select, .upmUploadDialog .zoneBasicInfo .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper select, .upmHomePage .chooseDashoboardModule .chooseDashoboardModuleWrapper .upmUploadDialog .zoneBasicInfo select, .upmHomePage .thumbnailDiscription ul li, .productItem .flexRow > div, .productItem .flexRow > div > *, .upmProductPageWrapper .upmProductListOfClassification, .productNav .priceNav, .main-nav-menu-wrapper .accountInfoContainer h4, .main-nav-menu-wrapper .notificationContainer .flexRow .notificationTitle, .main-nav-menu-wrapper .notificationContainer .flexRow .notificationTitle h4, .userInvitesPage .userItem .flexRow > div > div, .userInvitesPage .userItem .userFirstName,
.userInvitesPage .userItem .userLastName, .userInvitesPage .userItem .userCompanyName, .userInvitesPage .userItem .userStatus, .upmTutorialContainer .tutorialContentListContainer .sliderHtmlContent ul li h2, .inviteLandingPage .pageSloganContainer, .paymentIconsList, .portfolioPage .listOfFunds .fundItem a, .portfolioPage .listOfFunds .fundName, .portfolioPage .listOfFunds .documentName, .portfolioPage .listOfFunds .lastDocument, .portfolioPage .listOfFunds .lastDocument div, .portfolioPage .listOfConceptsModule .conceptContainer .documentList li, .portfolioPage .listOfConceptsModule .conceptContainer .documentList li a, .fundSection_TableView_Filer select, .fundSection_TableView_Filer label, .tableItem .tableFundView .fundBasicInformation > div > div, .tableFundView .tableItem .fundBasicInformation > div > div, .productItem .tableFundView .fundBasicInformation > div, .tableFundView .productItem .fundBasicInformation > div, .productItem .tableFundView .fundBasicInformation > div > *, .tableFundView .productItem .fundBasicInformation > div > *, .main-nav-menu-wrapper .notificationContainer .tableFundView .fundBasicInformation .notificationTitle, .tableFundView .main-nav-menu-wrapper .notificationContainer .fundBasicInformation .notificationTitle, .main-nav-menu-wrapper .notificationContainer .tableFundView .fundBasicInformation .notificationTitle h4, .tableFundView .main-nav-menu-wrapper .notificationContainer .fundBasicInformation .notificationTitle h4, .userInvitesPage .userItem .tableFundView .fundBasicInformation > div > div, .tableFundView .userInvitesPage .userItem .fundBasicInformation > div > div, .tableFundView .fundBasicInformation .fundName a, .tableItem .tableFundView .fundAdditionalInformation > div > div, .tableFundView .tableItem .fundAdditionalInformation > div > div, .productItem .tableFundView .fundAdditionalInformation > div, .tableFundView .productItem .fundAdditionalInformation > div, .productItem .tableFundView .fundAdditionalInformation > div > *, .tableFundView .productItem .fundAdditionalInformation > div > *, .main-nav-menu-wrapper .notificationContainer .tableFundView .fundAdditionalInformation .notificationTitle, .tableFundView .main-nav-menu-wrapper .notificationContainer .fundAdditionalInformation .notificationTitle, .main-nav-menu-wrapper .notificationContainer .tableFundView .fundAdditionalInformation .notificationTitle h4, .tableFundView .main-nav-menu-wrapper .notificationContainer .fundAdditionalInformation .notificationTitle h4, .userInvitesPage .userItem .tableFundView .fundAdditionalInformation > div > div, .tableFundView .userInvitesPage .userItem .fundAdditionalInformation > div > div, .yearTableViewContainer .monthItem, .yearTableViewContainer .monthItem > div, .yearTableViewContainer .monthItem > div.monthLabel, .yearTableViewContainer .monthItem.fixedCell, .fundThumbnailView .basicInfo > div:first-child, .pageSections .pageSection__h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.showOnMobile {
  display: none !important;
}

.hideOnMobile {
  display: inline-block;
}
.hideOnMobile.productNavTable {
  display: inherit;
}

td.hideOnMobile {
  display: inherit;
}

@media screen and (max-width: 680px) {
  .showOnMobile {
    display: inline-block !important;
  }
  .hideOnMobile {
    display: none !important;
  }
}
.show-on-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .show-on-mobile {
    display: inline-block !important;
  }
  .hide-on-mobile {
    display: none !important;
  }
}
.showMoreContainer .showMoreButton {
  background-color: transparent;
  color: #61B2DE;
  margin: 0;
  padding: 0;
}
.showMoreContainer .showMoreButton:hover {
  color: #F4FBFF;
}
.showMoreContainer .showMoreWrapper {
  display: none;
}
.showMoreContainer[data-show-more=true] .showMoreWrapper {
  display: block;
}

#ui-datepicker-div {
  background: #FFFFFF !important;
  padding: 0.75rem !important;
  width: 21rem !important;
  z-index: 90000 !important;
}
#ui-datepicker-div .ui-datepicker-header {
  border: #FFFFFF !important;
  background: #FFFFFF !important;
  color: #212121 !important;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
  border-radius: 50% !important;
  color: #212121 !important;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all .ui-icon {
  color: inherit !important;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-state-disabled {
  pointer-events: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
  top: 2px !important;
  right: 2px !important;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-hover {
  top: 2px !important;
  left: 2px !important;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 2.5em !important;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  width: 45%;
  font-size: 1rem;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  font-size: 1rem;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
  margin: 0 0.5rem;
}
#ui-datepicker-div table th {
  font-weight: 900;
  text-transform: uppercase;
}
#ui-datepicker-div table tr {
  border: 0;
  background: #FFFFFF;
}
#ui-datepicker-div .ui-state-default {
  background: #FFFFFF !important;
  border: 0;
  border-bottom: 3px solid transparent !important;
  color: #212121 !important;
  text-align: center;
}
#ui-datepicker-div .ui-state-default.ui-state-highlight {
  border-color: #61B2DE !important;
  color: #61B2DE !important;
}

.mainAppConatainer {
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  transform: translateZ(0);
  opacity: 1;
  visibility: visible;
  height: 100%;
  width: 100%;
}
.mainAppConatainer.loading {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.mainAppConatainer.loading * {
  pointer-events: none;
}

.mainAppLoader {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  color: #61B2DE;
  height: 100%;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  width: 100%;
}
.mainAppLoader > div {
  width: 100%;
}
.mainAppLoader .lineBar {
  transition: all 0.25s ease-in-out;
  background-color: #61B2DE;
  height: 3px;
}
.mainAppLoader .loadingIcon {
  background-color: #EEEEEE;
  font-size: 3rem;
}
.mainAppLoader .loadingLabel {
  margin-top: 0.75rem;
}
.mainAppLoader.show {
  opacity: 1;
  visibility: visible;
}

.noScroll {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.blurBg {
  filter: blur(10px);
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.moduleTitle {
  margin-top: 6rem;
}

.moduleCont {
  margin-bottom: 6rem;
}

.progress {
  padding: 0;
  height: 4px;
}

.moduleTitle {
  text-align: center;
}

.textRight {
  text-align: right;
}

@media only screen and (max-width: 40em) {
  [data-magellan-expedition],
  [data-magellan-expedition-clone] {
    display: none;
  }
}
.pageRestrictAccessPanel {
  margin-top: 7.5rem;
}

.footer {
  background-color: rgba(255, 255, 255, 0.98);
  font-size: 0.6875rem;
  padding: 0 3rem;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 200;
}
.footer .alert {
  border-color: #f04124;
}

.appConfirmationPage {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}

.defaultPage .appMainScrollBody {
  bottom: 1.5rem;
  top: 6.75rem;
}
.defaultPage .appMainScrollBody .createBlockForm {
  margin-top: 0;
}
.defaultPage .appMainScrollBody .createBlockForm button,
.defaultPage .appMainScrollBody .createBlockForm .button,
.defaultPage .appMainScrollBody .createBlockForm .buttonAction {
  border: 2px solid #61B2DE;
}

.pageWrapper {
  margin: 1.5rem auto;
  max-width: 60rem;
  padding: 1.5rem;
}
.pageWrapper._containerWidth {
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  .pageWrapper._containerWidth {
    max-width: 1435px !important;
  }
}
@media screen and (min-width: 2184px) {
  .pageWrapper._containerWidth {
    max-width: 2130px !important;
  }
}

.activity-page-bar {
  position: fixed;
  width: 100%;
  background: white;
  box-shadow: none;
}

.activity-page-table {
  margin-top: 53px;
}

.entityMemoryPage {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50px;
  left: 0;
}
.entityMemoryPage .entityMemoryTable {
  overflow-x: auto;
}
.entityMemoryPage .entityMemoryTable .entityLogRecordItem {
  flex-wrap: nowrap;
  border-bottom: 1px solid #E3E3E3;
}
.entityMemoryPage .entityMemoryTable .entityLogRecordItem .dateColumn {
  width: 180px;
}
.entityMemoryPage .entityMemoryTable .entityLogRecordItem .userColumn {
  width: 180px;
}
.entityMemoryPage .entityMemoryTable .entityLogRecordItem .actionColumn {
  width: 360px;
}
.entityMemoryPage .entityLogRecordItem > td {
  white-space: nowrap;
}
.entityMemoryPage .entityLogRecordItem th {
  background: #F6F6F6;
  padding-top: 15px;
}

[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

.flexRow, .tableFundView .fundBasicInformation, .tableFundView .fundAdditionalInformation {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.flexRow .flexItem, .tableFundView .fundBasicInformation .flexItem, .tableFundView .fundAdditionalInformation .flexItem {
  padding: 0 1.5rem;
}
@media screen and (max-width: 960px) {
  .flexRow, .tableFundView .fundBasicInformation, .tableFundView .fundAdditionalInformation {
    flex-wrap: wrap;
  }
}
.flexRow.center, .tableFundView .center.fundBasicInformation, .tableFundView .center.fundAdditionalInformation {
  justify-content: center;
  align-items: center;
}
.flexRow.paddingTB, .tableFundView .paddingTB.fundBasicInformation, .tableFundView .paddingTB.fundAdditionalInformation {
  padding: 5px 0;
}

.fixedFlexItem {
  flex-grow: 0;
  flex-shrink: 0;
}

.relativeFlexItem {
  flex-grow: 1;
  flex-shrink: 1;
}

.flexColumn {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
}
.flexColumn .flexItem {
  flex-grow: 1;
  flex-shrink: 1;
}

.flexWrap {
  flex-wrap: wrap;
}

.horizontalListOfFilesModule {
  margin: 0;
  padding: 0;
  position: relative;
}
.horizontalListOfFilesModule .moduleScroller {
  overflow-x: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .horizontalListOfFilesModule .moduleScroller {
    pointer-events: all;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.horizontalListOfFilesModule ul {
  display: block;
  margin: 0.7em 0 0.7em 0;
  white-space: nowrap;
}
.horizontalListOfFilesModule ul .file--item {
  transition: all 0.25s linear;
  background: url(../images/loader_fancy.svg) 50% 50% no-repeat #FFFFFF;
  border: 1px solid #262626;
  border-radius: 8px;
  display: inline-block;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
}
.horizontalListOfFilesModule ul .file--item.newFileItem {
  animation: blinkBorder 1.5s linear 0s infinite alternate;
  border-color: #61B2DE;
}
.horizontalListOfFilesModule ul .file--item:last-child {
  margin-right: 0;
}
.horizontalListOfFilesModule ul .file--item:hover {
  border-color: #AAAAAA;
}
.horizontalListOfFilesModule ul > li.noContent {
  background: none;
  border: none;
  line-height: 28px;
  padding: 0 1.5rem;
}
.horizontalListOfFilesModule ul > li.noContent:before, .horizontalListOfFilesModule ul > li.noContent:after {
  content: " ";
  display: table;
}
.horizontalListOfFilesModule ul > li.noContent:after {
  clear: both;
}
.horizontalListOfFilesModule ul > li.noContent i {
  margin-right: 5px;
}
.horizontalListOfFilesModule .thumbnailContiner {
  height: 240px;
}
.horizontalListOfFilesModule .thumbnailContiner img {
  display: block;
  height: 240px;
  min-width: 185px;
}
@media screen and (min-width: 768px) {
  .horizontalListOfFilesModule.size500 .thumbnailContiner {
    height: 500px;
  }
  .horizontalListOfFilesModule.size500 .thumbnailContiner img {
    min-width: 380px;
    height: 500px;
  }
}
.horizontalListOfFilesModule .listOfOptions {
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 0 !important;
  padding: 7px 0;
  text-align: right;
  white-space: nowrap;
}
.horizontalListOfFilesModule .listOfOptions li {
  border: none !important;
  display: inline-block;
  margin: 0 !important;
  padding: 0;
}
.horizontalListOfFilesModule .listOfOptions button {
  font-size: 21px;
  margin: 0 2px;
}
.horizontalListOfFilesModule .thumbnailDiscription {
  position: absolute;
  top: 0;
  right: 0;
  bottom: unset;
  left: 0;
  transition: all 0.25s linear;
  transform: translateX(101%);
  background-color: rgba(255, 255, 255, 0.9);
  color: #212121;
  z-index: 50;
}
.horizontalListOfFilesModule .thumbnailDiscription ul {
  margin: 0.75rem;
}
.horizontalListOfFilesModule .thumbnailDiscription ul li {
  font-size: 12px;
  line-height: 1.35;
}
.horizontalListOfFilesModule .thumbnailDiscription ul li:before, .horizontalListOfFilesModule .thumbnailDiscription ul li:after {
  content: " ";
  display: table;
}
.horizontalListOfFilesModule .thumbnailDiscription ul li:after {
  clear: both;
}
.horizontalListOfFilesModule .thumbnailDiscription ul li:first-child {
  margin-top: 0.2rem;
}
.horizontalListOfFilesModule .thumbnailDiscription ul li i {
  float: left;
  margin: -3px 5px 0 0;
}
.horizontalListOfFilesModule .thumbnailDiscription ul li strong {
  font-weight: 700;
}
.horizontalListOfFilesModule .thumbnailDiscription.show {
  transform: translateX(0);
}
.horizontalListOfFilesModule .fileMetaButtonContainer {
  position: absolute;
  z-index: 100;
  top: 8px;
  right: 0.75rem;
}
.horizontalListOfFilesModule .fileMetaButtonContainer .fileMetaButton {
  background-color: #FFFFFF;
  color: #FFFFFF;
  margin: 0;
  position: relative;
  height: 32px;
}
.horizontalListOfFilesModule .fileMetaButtonContainer .fileMetaButton[data-document-privacy=public] {
  background-color: #55B5AC;
}
.horizontalListOfFilesModule .fileMetaButtonContainer .fileMetaButton[data-document-privacy=private] {
  background-color: #DF6365;
}
.horizontalListOfFilesModule .fileMetaButtonContainer .fileMetaButton[data-document-privacy=semipublic] {
  background-color: #FFAA00;
}
.horizontalListOfFilesModule .fileMetaButtonContainer .fileMetaButton .multiIcon {
  position: relative;
}
.horizontalListOfFilesModule .fileMetaButtonContainer .fileMetaButton .multiIcon .sourceDisplayIcon2 {
  position: absolute;
  top: 9px;
  right: -3px;
  font-size: 14px !important;
  color: #f04124;
}
.horizontalListOfFilesModule .forwardFileButton,
.horizontalListOfFilesModule .favoriteButton,
.horizontalListOfFilesModule .interestButton {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  line-height: 12px;
  margin: 0;
}

.upmCheckBox {
  position: relative;
  cursor: pointer;
}
.upmCheckBox:before, .upmCheckBox:after {
  content: " ";
  display: table;
}
.upmCheckBox:after {
  clear: both;
}
.upmCheckBox .uncheck,
.upmCheckBox .checked {
  display: none;
}
.upmCheckBox i {
  font-size: 1.8rem;
  color: #33475B;
}
.upmCheckBox label {
  cursor: pointer;
}
.upmCheckBox .checkBoxIcon {
  border: 0;
  display: inline-block;
}
.upmCheckBox .checkBoxIcon:hover {
  cursor: pointer;
}
.upmCheckBox .checkBoxLabel {
  color: #262626;
  display: inline;
  cursor: pointer;
  margin-left: 8px;
}
.upmCheckBox[data-check-status=false] .uncheck {
  display: inline-block;
  color: #33475B;
}
.upmCheckBox[data-check-status=true] .checked {
  display: inline-block;
  color: #33475B !important;
}
.upmCheckBox:hover {
  cursor: pointer;
}

.no-margin {
  margin: 0 !important;
}

.margin-top {
  margin-top: 0 !important;
}

.margin-top-4 {
  margin-top: 0.25rem !important;
}

.margin-top-8 {
  margin-top: 0.5rem !important;
}

.margin-top-16 {
  margin-top: 1rem !important;
}

.margin-top-32 {
  margin-top: 2rem !important;
}

.margin-top-48 {
  margin-top: 3rem !important;
}

.margin-top-64 {
  margin-top: 4rem !important;
}

.margin-bottom {
  margin-bottom: 0 !important;
}

.margin-bottom-80 {
  margin-bottom: 5rem !important;
}

.margin-bottom-40 {
  margin-bottom: 2.5rem !important;
}

.margin-bottom-16 {
  margin-bottom: 1rem !important;
}

.margin-8 {
  margin: 0.5rem 0 !important;
}

.margin-16 {
  margin: 1rem 0 !important;
}

.margin-24 {
  margin: 1.5rem 0 !important;
}

.margin-32 {
  margin: 2rem 0 !important;
}

.margin-40 {
  margin: 2.5rem 0 !important;
}

.margin-48 {
  margin: 3rem 0 !important;
}

.margin-0-16 {
  margin: 0 1rem;
}

.margin-8-8 {
  margin: 0.5rem !important;
}

.margin-16-16 {
  margin: 1rem !important;
}

.padding-16-24 {
  padding: 1rem 1.5rem;
}

#delete {
  background-color: #DF6365 !important;
  border-color: #DF6365 !important;
}

.sidebarFlexAlign {
  justify-content: space-between !important;
  padding: 8px;
}
.sidebarFlexAlign .flexItem {
  padding-left: 0;
  flex-grow: 1;
}

.dialogLinkColor a {
  color: #4085B3;
}

.enabled {
  opacity: 1;
  pointer-events: auto;
}

.highlightedRow {
  background-color: #fffacc;
}

.iconWrapperButton {
  background-color: transparent;
  border: none;
  height: 0;
  height: auto;
  line-height: 0;
  margin: 0;
  opacity: 0.7;
  padding: 0;
  width: auto;
  z-index: 7;
}
.iconWrapperButton:hover {
  opacity: 1;
}

.iconCloseSvg {
  height: 9px;
  width: 9px;
}
@media screen and (min-width: 768px) {
  .iconCloseSvg {
    height: 10px;
    width: 10px;
  }
}

.ulDefault {
  padding-left: 20px;
}
.ulDefault li {
  list-style-type: disc;
}

.defaultFlexList, .defaultListHeader {
  display: flex;
  flex-wrap: no-wrap;
  align-items: center;
  position: relative;
  padding: 0 0.75rem;
  margin: 0;
}

.defaultFlexList > *, .defaultListHeader > * {
  padding: 0 0.75rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-grow: 0;
  flex-shrink: 0;
}
.defaultFlexList > :first-child, .defaultListHeader > :first-child {
  padding-left: 0;
}

.sortBy {
  cursor: pointer;
  pointer-events: all;
}
.sortBy .fa {
  display: none;
}
.sortBy[data-sort=true] {
  color: #61B2DE;
}
.sortBy[data-sort=true][data-sort-order=asc] .fa-caret-up {
  display: inline-block;
}
.sortBy[data-sort=true][data-sort-order=desc] .fa-caret-down {
  display: inline-block;
}

.defaultListHeader {
  color: #666666;
}
.defaultListHeader,
.defaultListBody {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

[data-sort=true] {
  color: #61B2DE;
}
[data-sort=true] i {
  display: none;
  color: #262626;
}
[data-sort=true][data-sort-order=asc] .fa-caret-up {
  display: inline-block;
}
[data-sort=true][data-sort-order=desc] .fa-caret-down {
  display: inline-block;
}

[data-sort=false] i {
  display: none;
}

.defaultListWrapText {
  align-items: flex-end;
}
.defaultListWrapText > * {
  white-space: normal;
}

.defaultListHeaderCapitalize {
  text-transform: capitalize;
}

.defaultFlexList {
  color: #262626;
  padding: 0 0.675rem;
  border-bottom: 1px solid #E3E3E3;
}
.defaultFlexList > * {
  padding: 0.8rem;
  font-weight: 300;
}
.defaultFlexList.selected, .defaultFlexList.selected > div {
  background-color: #DCEEF7;
}

.defaultCellSmall {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 8rem;
  min-width: 8rem;
}

.defaultCellMedium {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 10rem;
  min-width: 10rem;
}

.defaultCellLarge {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 12rem;
  text-align: left;
}
.defaultCellLarge._location {
  min-width: 7.5rem;
}

.defaultCellDate {
  width: 7.3rem;
}

.defaultCellTicker {
  width: 8.928rem;
}

.defaultCellExtraLarge {
  min-width: 300px;
  width: 28%;
  flex-grow: 1;
  flex-shrink: 1;
}
.defaultCellExtraLarge i {
  font-size: 20px;
  margin-right: 5px;
}

.defaultCellAlignRight {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .defaultCellHideMobile {
    display: none;
  }
}
@media screen and (max-width: 1022px) {
  .defaultCellHideTablet {
    display: none;
  }
}
.ticker-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: auto;
}
.ticker-wrapper[data-ticker-assigned-by=manual] .hazards-container {
  border-right: 3px solid #AE9BF2;
}
.ticker-wrapper[data-ticker-assigned-by=manual] .fundType {
  border-right: 3px solid #AE9BF2;
}
.ticker-wrapper[data-ticker-assigned-by=machine] .ticker-badge {
  border-right: 1px solid #33475B;
}
.ticker-wrapper[data-ticker-assigned-by=machine] .hazards-container {
  border-right: 3px solid transparent;
}
.ticker-wrapper[data-ticker-assigned-by=machine] .fundType {
  border-right: 3px solid transparent;
}
.ticker-wrapper[data-ticker-fund-type=fund] .ticker-badge {
  background-color: #F6F6F6;
}
.ticker-wrapper[data-ticker-fund-type=fund] .localFund {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ticker-wrapper[data-ticker-fund-type=fund] .productFund {
  display: none;
}
.ticker-wrapper[data-ticker-fund-type=fund] .noFund {
  display: none;
}
.ticker-wrapper[data-ticker-fund-type=product] .ticker-badge {
  background-color: #E1F5FF;
}
.ticker-wrapper[data-ticker-fund-type=product] .productFund {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ticker-wrapper[data-ticker-fund-type=product] .localFund {
  display: none;
}
.ticker-wrapper[data-ticker-fund-type=product] .noFund {
  display: none;
}
.ticker-wrapper[data-ticker-fund-type=blank] .ticker-badge {
  background-color: #F6F6F6;
}
.ticker-wrapper[data-ticker-fund-type=blank] .noFund {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ticker-wrapper[data-ticker-fund-type=blank] .localFund {
  display: none;
}
.ticker-wrapper[data-ticker-fund-type=blank] .productFund {
  display: none;
}
.ticker-wrapper[data-ticker-hazard=orphan] .ticker-badge, .ticker-wrapper[data-ticker-hazard=empty] .ticker-badge, .ticker-wrapper[data-ticker-hazard=low_conf] .ticker-badge {
  background-color: #FFF7B8;
}
.ticker-wrapper[data-ticker-hazard=orphan] .hazardIcon {
  background-image: url("../images/svgIcons/OrphanIcon.svg");
}
.ticker-wrapper[data-ticker-hazard=empty] .hazardIcon {
  background-image: url("../images/svgIcons/EmptyIcon.svg");
}
.ticker-wrapper[data-ticker-hazard=low_conf] .hazardIcon {
  background-image: url("../images/svgIcons/HazardIcon.svg");
}
.ticker-wrapper[data-ticker-hidden=true] .ticker-badge {
  opacity: 0 !important;
}
.ticker-wrapper[data-ticker-hidden=true] .ticker-container {
  border: none;
}
.ticker-wrapper[data-view-type=simple] .tickerFlex:last-child {
  display: none;
}
.ticker-wrapper[data-view-type=simple] .ticker-container {
  border: none;
}
.ticker-wrapper[data-has-fund=false] .tickerFlex:last-child {
  display: none;
}
.ticker-wrapper[data-show-only-ticker-badge=true] .ticker-container {
  display: none;
}
.ticker-wrapper[data-show-only-ticker-badge=true] p {
  padding: 0 !important;
}
.ticker-wrapper .ticker-badge {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 2.5rem;
  min-width: 1.375rem;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #33475B;
  flex-direction: column;
}
.ticker-wrapper .ticker-badge .hazards-container {
  flex: 1;
}
.ticker-wrapper .ticker-badge .hazards-container .hazardIcon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-position: 50%;
}
.ticker-wrapper .ticker-badge .fundType {
  flex: 1;
}
.ticker-wrapper .ticker-badge .fundType p {
  color: #33475B;
  margin: 0;
  font-size: 0.64rem;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  line-height: normal;
}
.ticker-wrapper .ticker-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 0 1 12rem;
  border: 1px solid #33475B;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 0;
  flex-direction: column;
  padding-left: 0.5rem;
}
.ticker-wrapper .ticker-container .tickerFlex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  margin-top: -2px;
}
.ticker-wrapper .ticker-container .tickerFlex .tickerID {
  color: #33475B;
  margin: 0;
  border-top: 3px solid transparent;
  align-self: center;
  padding: 0;
  line-height: normal;
}
.ticker-wrapper .ticker-container .tickerFlex .tickerFundName {
  cursor: pointer;
  color: #33475B;
  font-size: 0.7rem;
  font-weight: 300;
  margin: 0;
  align-self: center;
  padding: 0;
  line-height: normal;
}
.ticker-wrapper .ticker-container .tickerFlex .tickerFundName:hover {
  color: #61B2DE;
}

.tickerWrapper {
  display: flex !important;
  align-items: center;
}
@-moz-document url-prefix() {
  .tickerWrapper {
    align-items: center;
  }
}

.tickerIcon {
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  border: 2px solid #212121;
  border-radius: 50% !important;
  height: 20px !important;
  width: 20px !important;
  margin-right: 5px !important;
  position: relative;
}
.tickerIcon .tickerIcon__icon {
  font-size: 10px !important;
  left: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tickerIcon[data-matched-ticker-type=local_fund][data-system-ticker-source=false] {
  background-color: #ED218E;
  background-image: url("../images/svgIcons/baseline-equalizer-24px-white.svg");
  border-color: #ED218E;
}
.tickerIcon[data-matched-ticker-type=local_fund][data-system-ticker-source=false] .tickerIcon__icon {
  color: #FFFFFF;
}
.tickerIcon[data-matched-ticker-type=local_fund][data-system-ticker-source=true] {
  background-image: url("../images/svgIcons/baseline-settings-20px-magenta.svg");
}
.tickerIcon[data-matched-ticker-type=local_fund][data-system-ticker-source=true] .tickerIcon__icon {
  color: #ED218E;
}
.tickerIcon[data-matched-ticker-type=user_fund][data-system-ticker-source=false] {
  background-color: #00B4FF;
  background-image: url("../images/svgIcons/baseline-show_chart-24px-white.svg");
  border-color: #00B4FF;
}
.tickerIcon[data-matched-ticker-type=user_fund][data-system-ticker-source=false] .tickerIcon__icon {
  color: #FFFFFF;
}
.tickerIcon[data-matched-ticker-type=user_fund][data-system-ticker-source=true] {
  background-image: url("../images/svgIcons/baseline-settings-20px-cyan.svg");
}
.tickerIcon[data-matched-ticker-type=user_fund][data-system-ticker-source=true] .tickerIcon__icon {
  color: #00B4FF;
}
.tickerIcon[data-matched-ticker-type=imported_fund] {
  background-image: url("../images/svgIcons/baseline-settings-20px.svg");
}
.tickerIcon[data-matched-ticker-type=imported_fund] .tickerIcon__icon {
  color: #212121;
}
.tickerIcon[data-matched-ticker-type] {
  /*DZONI DELETE THIS*/
}
.tickerIcon[data-matched-ticker-type][data-has-hazard=true] {
  background-image: url("../images/svgIcons/tickerhazard.svg");
  border: none;
  background-size: 1.15rem;
}
.tickerIcon[data-matched-ticker-type][data-is-orphaned=true] {
  background-image: url("../images/svgIcons/Orphaned.svg");
  border: none;
  background-size: 1.15rem;
}
.tickerIcon[data-matched-ticker-type][data-is-ticker-hidden=true] {
  background-image: url("../images/svgIcons/current_date_dot.svg");
  border: none;
  background-size: 1.15rem;
}
.tickerIcon[data-icon-type=settings] {
  background-image: url("../images/svgIcons/baseline-settings-20px.svg");
}
.tickerIcon[data-icon-type=settings-cyan] {
  background-image: url("../images/svgIcons/baseline-settings-20px-cyan.svg");
}
.tickerIcon[data-icon-type=settings-magenta] {
  background-image: url("../images/svgIcons/baseline-settings-20px-magenta.svg");
}
.tickerIcon[data-icon-type=equalizer] {
  background-image: url("../images/svgIcons/baseline-equalizer-24px-white.svg");
}
.tickerIcon[data-icon-type=show_chart] {
  background-image: url("../images/svgIcons/baseline-show_chart-24px-white.svg");
}
.tickerIcon.size-22 {
  width: 22px;
  height: 22px;
  margin-top: -18px;
  margin-right: 0;
}
.tickerIcon.size-22 .tickerIcon__icon {
  font-size: 12px;
}

.tickerLabel {
  text-transform: uppercase;
}

.groupCongributorsRowHeader__h3,
.groupCongributorsRowHeader__label {
  margin-right: 10px;
}

.groupCongributorsRowHeader {
  position: relative;
}
.groupCongributorsRowHeader .domainOptionWrapper {
  position: absolute;
  top: 0;
  right: 0;
}

.groupCongributorsRowHeader__label {
  display: none;
}
@media screen and (min-width: 768px) {
  .groupCongributorsRowHeader__label {
    display: inline;
  }
}

.groupCongributorsRowHeader__icon {
  display: none;
  height: 18px;
  width: 20px;
}
.groupCongributorsRowHeader__icon img {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .groupCongributorsRowHeader__icon {
    display: inline-block;
  }
}

.groupContributorsIconWrapper {
  position: absolute;
  right: 2rem;
  cursor: pointer;
}
.groupContributorsIconWrapper:hover {
  color: #61B2DE;
}
.groupContributorsIconWrapper .icon {
  font-size: 20px;
}

.scroll {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.inputWithSideIconWrapper .inputWithSideIconWrapper__input {
  width: calc(100% - 2.5rem);
}
.inputWithSideIconWrapper .inputWithSideIconWrapper__icon {
  right: -0.28rem;
  top: 2.07rem;
}

.upmHeader .upmSettingsContainer .restrictSearchOption ul li button.updateButton {
  color: #FFFFFF;
  padding: 0 2rem 0 2rem;
}

.similaritySeparator {
  margin-top: 10px;
  position: relative;
  text-align: center;
  padding: 30px 0;
}
.similaritySeparator .similaritySeparator__text {
  background-color: #FFFFFF;
  color: #212121;
  padding: 0 20px;
}
.similaritySeparator .similaritySeparator__line {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: unset;
  left: 0;
  background-color: #e1e1e1;
  margin: 0;
  z-index: -1;
}

.listOfConcepts ul li.tag a, .listOfConcepts .upmHeader .searchedTermListContainer .searchedTermList ul li.cl-term a, .upmHeader .searchedTermListContainer .searchedTermList .listOfConcepts ul li.cl-term a,
.listOfConcepts ul li button.upmListItem {
  color: #262626;
  cursor: pointer;
  text-align: left;
  height: auto;
}
.listOfConcepts ul li.tag a:hover, .listOfConcepts .upmHeader .searchedTermListContainer .searchedTermList ul li.cl-term a:hover, .upmHeader .searchedTermListContainer .searchedTermList .listOfConcepts ul li.cl-term a:hover,
.listOfConcepts ul li button.upmListItem:hover {
  color: #212121;
}
.listOfConcepts ul li.tag a.active, .listOfConcepts .upmHeader .searchedTermListContainer .searchedTermList ul li.cl-term a.active, .upmHeader .searchedTermListContainer .searchedTermList .listOfConcepts ul li.cl-term a.active,
.listOfConcepts ul li button.upmListItem.active {
  color: #FFFFFF !important;
  background: #33475B;
  border-color: #33475B;
}
.listOfConcepts ul li.tag a.clickable-tag:hover, .listOfConcepts .upmHeader .searchedTermListContainer .searchedTermList ul li.cl-term a.clickable-tag:hover, .upmHeader .searchedTermListContainer .searchedTermList .listOfConcepts ul li.cl-term a.clickable-tag:hover,
.listOfConcepts ul li button.upmListItem.clickable-tag:hover {
  color: #61B2DE;
  cursor: pointer;
}

.flexItem.tooltipField {
  overflow: visible;
}

.dialogSection.edit-file-properties-dialogSection,
.fileTrainingDialog,
.edit-file-properties-name-tab-content {
  padding-bottom: 0;
  max-height: calc(100vh - 370px);
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .dialogSection.edit-file-properties-dialogSection,
  .fileTrainingDialog,
  .edit-file-properties-name-tab-content {
    max-height: calc(100vh - 415px);
  }
}
@media only screen and (max-width: 375px) {
  .dialogSection.edit-file-properties-dialogSection,
  .fileTrainingDialog,
  .edit-file-properties-name-tab-content {
    max-height: calc(100vh - 455px);
  }
}

.modify-file-dialog .innerBorderWrapper {
  position: relative;
}
.modify-file-dialog .numbertext {
  position: absolute;
  right: 0;
  top: -100px;
}
.modify-file-dialog .classificationWrapper .listOfDropdowns li {
  margin-bottom: 10px;
}
.modify-file-dialog .classificationWrapper .listOfDropdowns li select {
  margin: 0;
  height: 44px;
}
.modify-file-dialog .classificationWrapper .listOfDropdowns li span[disabled] {
  border: 1px solid #777777;
  border-radius: 4px;
  height: 44px;
  padding: 9px;
  width: 100%;
  display: block;
  position: relative;
}
.modify-file-dialog .classificationWrapper .listOfDropdowns li span[disabled]::before {
  position: absolute;
  right: 10px;
  content: "\e968";
  top: 10px;
  font-family: "budicon-classic";
  color: #777777;
  font-size: 22px;
}
.modify-file-dialog .classificationWrapper .dinamycTextSentance {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .modify-file-dialog .classificationWrapper .dinamycTextSentance {
    flex-wrap: wrap;
    justify-content: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .modify-file-dialog .classificationWrapper .dinamycTextSentance {
    flex-wrap: wrap;
    justify-content: inherit;
  }
}
.modify-file-dialog .classificationWrapper .dinamycTextSentance > li {
  display: inline-block;
  background: #F6F6F6;
  padding: 10px;
  height: 70px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .modify-file-dialog .classificationWrapper .dinamycTextSentance > li {
    width: 100%;
  }
}
.modify-file-dialog .classificationWrapper .dinamycTextSentance > li:first-child {
  flex-grow: 1;
}
.modify-file-dialog .classificationWrapper .dinamycTextSentance .suggestion--item--container .listOfTags li {
  margin: 0;
}
.modify-file-dialog .classificationWrapper .dinamycTextSentance .listOfDropdowns,
.modify-file-dialog .classificationWrapper .dinamycTextSentance .listOfTags {
  display: inline-block;
  margin-bottom: 0 !important;
}

.ticker-modify .card-active {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-color: #61B2DE !important;
  border-width: 1px;
  background-color: #F4FBFF;
}
.ticker-modify .ticker-unique-id-disabled {
  cursor: not-allowed !important;
  opacity: 0.35 !important;
  pointer-events: none !important;
}
.ticker-modify .ticker-modify-card {
  box-sizing: border-box;
  cursor: pointer;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 15px;
  border: 1px solid #CDD6E2;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ticker-modify .ticker-modify-card input {
  margin: 0;
}
.ticker-modify .ticker-modify-card .ticker-wrapper {
  margin: 0 !important;
}
.ticker-modify .ticker-modify-card p._machine {
  border: 1px solid #61B2DE;
  border-radius: 4px;
  flex: auto;
  height: 42px;
  padding: 10px;
}
.ticker-modify .ticker-modify-card p._machine.margin-16 {
  margin: 0 !important;
}
.ticker-modify .ticker-modify-card p._showNoTickers {
  padding-left: 0;
  margin-top: 4px;
}
@media (hover: hover) and (pointer: fine) {
  .ticker-modify .ticker-modify-card:hover {
    background-color: #F4FBFF;
    border-color: #61B2DE;
  }
}
.ticker-modify .ticker-modify-card.manual--ticker--card[data-selected-ticker=true] {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-color: #61B2DE;
  border-width: 1px;
  background-color: #F4FBFF;
}
.ticker-modify .ticker-modify-card.manual--ticker--card[data-selected-ticker=true] .ticker-wrapper .ticker-badge {
  border-radius: 4px 0 0 4px;
  border: 1px solid #61B2DE;
  border-right: 0;
}
.ticker-modify .ticker-modify-card .modify-label-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.ticker-modify .ticker-modify-card .modify-label-wrapper .modify-label-wrapper-icon i {
  color: #61B2DE;
  line-height: 13px;
  font-size: 18px;
}
.ticker-modify .ticker-modify-card .tickerWrapper {
  align-items: center;
  margin-left: 5px;
}
.ticker-modify .ticker-modify-card .tickerIcon {
  top: -1px;
}
.ticker-modify .hidden--ticker--card {
  cursor: pointer;
}
.ticker-modify .hidden--ticker--card .iconCheckboxWrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ticker-modify .hidden--ticker--card .iconCheckboxWrapper i {
  font-size: 30px;
  color: #33475B;
}
.ticker-modify .hidden--ticker--card .iconCheckboxWrapper i.uncheck {
  opacity: 10;
  display: block;
}
.ticker-modify .hidden--ticker--card .iconCheckboxWrapper i.checked {
  opacity: 0;
  display: none;
}
.ticker-modify .hidden--ticker--card p {
  margin: 0 0 0 10px;
}
.ticker-modify .hidden--ticker--card[data-selected-ticker=true] {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-color: #61B2DE;
}
.ticker-modify .hidden--ticker--card[data-selected-ticker=true] .iconCheckboxWrapper i.uncheck {
  opacity: 0;
  display: none;
}
.ticker-modify .hidden--ticker--card[data-selected-ticker=true] .iconCheckboxWrapper i.checked {
  opacity: 10;
  display: block;
}
.ticker-modify .hidden--ticker--card[data-selected-ticker=true] p {
  color: #33475B;
}

.create-n-assign-fund-step {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F8F7F8;
  border-radius: 6px;
  z-index: 1;
}
.create-n-assign-fund-step .step-header {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.create-n-assign-fund-step .step-header h3 {
  width: calc(100% - 40px);
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .create-n-assign-fund-step .step-header h3 {
    font-size: 1.25rem;
  }
}
.create-n-assign-fund-step .step-body {
  padding: 1rem 1.5rem;
  height: calc(100% - 73px);
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.create-n-assign-fund-step .step-body .step-body-inner {
  max-width: 550px;
  width: 100%;
}
.create-n-assign-fund-step .step-action-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 16px;
  padding-top: 24px;
}
.create-n-assign-fund-step .step-action-btns button {
  max-width: 270px;
  text-align: center;
  display: inline-block;
  margin-top: 8px;
  padding: 18px !important;
  height: unset;
  border-radius: 4px;
}
.create-n-assign-fund-step.create-n-assign-fund-step1 .step-action-btns button {
  max-width: 270px;
}
.create-n-assign-fund-step.create-n-assign-fund-step2 .step-body-inner {
  text-align: center;
}
.create-n-assign-fund-step.create-n-assign-fund-step2 .step-body-inner img {
  max-width: 75px;
  width: 100%;
}
.create-n-assign-fund-step.create-n-assign-fund-step2 .step-body-inner .alert-message {
  font-size: 25px;
  color: #D06A69;
}
.create-n-assign-fund-step.create-n-assign-fund-step2 .step-body-inner .below-alert {
  margin-top: 32px;
}
.create-n-assign-fund-step.create-n-assign-fund-step2 .step-body-inner .below-alert .small-text {
  font-size: 16px;
  margin: 0;
}
.create-n-assign-fund-step.create-n-assign-fund-step2 .step-body-inner .below-alert .ticker-text {
  font-size: 20px;
  margin-bottom: 0;
}
.create-n-assign-fund-step.create-n-assign-fund-step2 .step-action-btns button {
  max-width: 145px;
}
.create-n-assign-fund-step.create-n-assign-fund-step2 .step-action-btns button._secondary-color {
  background-color: #A8AAA9;
  color: #FFFFFF;
}
.create-n-assign-fund-step.create-n-assign-fund-step3 .step-body-inner .unique-identifier-box,
.create-n-assign-fund-step.create-n-assign-fund-step3 .step-body-inner .fund-name-box {
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 16px;
}
.create-n-assign-fund-step.create-n-assign-fund-step3 .step-body-inner .unique-identifier-box h3,
.create-n-assign-fund-step.create-n-assign-fund-step3 .step-body-inner .fund-name-box h3 {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .create-n-assign-fund-step.create-n-assign-fund-step3 .step-body-inner .unique-identifier-box h3,
  .create-n-assign-fund-step.create-n-assign-fund-step3 .step-body-inner .fund-name-box h3 {
    margin-top: 0;
    font-size: 20px;
  }
}
.create-n-assign-fund-step.create-n-assign-fund-step3 .step-body-inner .unique-identifier-box {
  background-color: #f0f3f5;
}
.create-n-assign-fund-step.create-n-assign-fund-step3 .step-body-inner .fund-name-box {
  background-color: #f0f3f5;
}
.create-n-assign-fund-step.create-n-assign-fund-step3 .step-body-inner .fund-name-box h3 {
  font-size: 25px;
}
@media only screen and (max-width: 575px) {
  .create-n-assign-fund-step.create-n-assign-fund-step3 .step-body-inner .fund-name-box h3 {
    margin-top: 0;
    font-size: 20px;
  }
}
.create-n-assign-fund-step.create-n-assign-fund-step3 .step-body-inner .step-action-btns button {
  max-width: 145px;
}
.create-n-assign-fund-step.create-n-assign-fund-step3 .step-body-inner .step-action-btns button._secondary-color {
  background-color: #A8AAA9;
  color: #fff;
}
.create-n-assign-fund-step.create-n-assign-fund-step4 .step-body-inner {
  text-align: center;
}
.create-n-assign-fund-step.create-n-assign-fund-step4 .step-body-inner img {
  max-width: 90px;
  width: 100%;
}
.create-n-assign-fund-step.create-n-assign-fund-step4 .step-body-inner .success-message {
  color: #52b59f;
}
.create-n-assign-fund-step.create-n-assign-fund-step4 .step-body-inner .step-action-btns button {
  max-width: 145px;
}
.create-n-assign-fund-step.create-n-assign-fund-step4 .step-body-inner .step-action-btns button._secondary-color {
  background-color: #A8AAA9;
  color: #fff;
}

.scrolable-table-container {
  overflow: auto;
}

@media screen and (max-width: 1023px) {
  .hideOnSmallScreen {
    display: none;
  }
}

.showOnSmallScreen {
  display: block;
}
@media screen and (min-width: 1024px) {
  .showOnSmallScreen {
    display: none !important;
  }
}

.file-privacy-change-notification {
  text-align: left;
}
.file-privacy-change-notification._left-position {
  right: 55px;
}
.file-privacy-change-notification._public-type {
  background-color: #e7f9f4;
  border-color: #55B5AC;
}
.file-privacy-change-notification._semi-public-type {
  background-color: #fef9e9;
  border-color: #FFAA00;
}
.file-privacy-change-notification._right-position {
  left: 182px;
}
@media screen and (max-width: 693px) {
  .file-privacy-change-notification {
    top: 86px;
  }
  .file-privacy-change-notification._left-position {
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .file-privacy-change-notification {
    max-width: 185px;
  }
}
@media screen and (max-width: 325px) {
  .file-privacy-change-notification {
    max-width: 155px;
    top: 101px;
  }
}

.additional-information-container .fundInfoBox .fund-info-box-col.description-col {
  max-width: unset;
}
.additional-information-container .fundInfoBox .fund-info-box-col.description-col .description-col-header {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .additional-information-container .fundInfoBox .fund-info-box-col.description-col .description-col-header {
    font-size: 16px;
  }
}
.additional-information-container .fundInfoBox .fund-info-box-col.description-col .description-col-header > div {
  padding-right: 32px;
}
@media only screen and (max-width: 767px) {
  .additional-information-container .fundInfoBox .fund-info-box-col.description-col .description-col-header > div {
    width: 100%;
  }
}
.additional-information-container .fundInfoBox .fund-info-box-col.description-col h6 {
  margin-top: 0;
}
.additional-information-container .fundInfoBox .fund-info-box-col.description-col p {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .additional-information-container .fundInfoBox .fund-info-box-col.description-col p {
    font-size: 16px;
  }
}
.additional-information-container .contact-company-investment-row .cci-row-col .cci-row-content-col {
  position: relative;
  font-weight: 500;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .additional-information-container .contact-company-investment-row .cci-row-col .cci-row-content-col {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .additional-information-container .contact-company-investment-row .cci-row-col .cci-row-content-col .umTextPrimary {
    display: block;
  }
}
.additional-information-container .contact-company-investment-row .cci-row-col:last-child .cci-row-content-col:after {
  opacity: 0;
}
.additional-information-container .contactBox .contact-box-col {
  max-width: 30%;
}
@media only screen and (max-width: 768px) {
  .additional-information-container .contactBox .contact-box-col {
    max-width: 100%;
  }
  .additional-information-container .contactBox .contact-box-col .umTextPrimary {
    display: block;
  }
}

.netAssetValueTableBox {
  overflow: auto;
}
@media only screen and (max-width: 990px) {
  .netAssetValueTableBox table {
    width: 991px;
  }
}

.umFormGroup {
  margin-bottom: 24px;
  position: relative;
}
.umFormGroup .notePanel {
  color: #262626;
  font-size: 1rem !important;
  display: block;
  margin-bottom: 8px;
  margin-left: 10px;
  min-height: 18px;
}
.umFormGroup .notePanel.errorMessage {
  color: #DD6467;
}
.umFormGroup input,
.umFormGroup select,
.umFormGroup textarea {
  border: 1px solid #61B2DE;
  margin: 0;
  padding: 4px 10px;
  min-height: 43px;
  width: 100%;
  background-color: #FFFFFF;
}
.umFormGroup input ~ .notePanel,
.umFormGroup select ~ .notePanel,
.umFormGroup textarea ~ .notePanel {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .umFormGroup input,
  .umFormGroup select,
  .umFormGroup textarea {
    font-size: 0.875rem;
  }
}
.umFormGroup textarea.no-resize {
  resize: none;
}
.umFormGroup textarea.h-100 {
  height: 6.25rem;
}
.umFormGroup textarea.h-150 {
  height: 9.375rem;
}
.umFormGroup textarea.h-200 {
  height: 12.5rem;
}
.umFormGroup textarea.h-400 {
  height: 25rem;
}
.umFormGroup select {
  padding-right: 30px;
  position: relative;
  background: #fff url("../images/arrow-blue-select.svg") no-repeat;
  background-size: 15px;
  background-position: calc(100% - 12px);
}
.umFormGroup.umFormGroupSideLabel > .notePanel {
  margin-left: 110px;
}
.umFormGroup.umFormGroupSideLabel .fieldAndLabel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.umFormGroup.umFormGroupSideLabel .fieldAndLabel label {
  font-size: 1rem;
  padding-right: 16px;
  width: 100px;
}
.umFormGroup.umFormGroupSideLabel .fieldAndLabel input {
  width: calc(100% - 100px);
}

.trgtMultiFormGroup-x {
  position: relative;
}
.trgtMultiFormGroup-x::before {
  content: "X";
  position: absolute;
  right: 20px;
  top: 9px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.trgtMultiFormGroup-prcnt {
  position: relative;
}
.trgtMultiFormGroup-prcnt::before {
  content: "%";
  position: absolute;
  right: 20px;
  top: 9px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.trgtMultiFormGroup-prcnt-label {
  position: relative;
}
.trgtMultiFormGroup-prcnt-label::before {
  content: "%";
  position: absolute;
  right: 15px;
  top: 36px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.notePanelWrapper {
  display: flex;
  justify-content: space-between;
}

select.umBgPrimary, select.umBgDarkBlue {
  color: #fff;
  background: transparent url("../images/arrow-white.png") no-repeat;
  background-position: calc(100% - 15px);
  background-size: 15px;
}
select.umBgPrimary option, select.umBgDarkBlue option {
  background-color: #fff;
  color: #444444;
}
select.umBgDarkBlue {
  border: 1px solid #33475B;
}

input.umBgDarkBlue {
  border: 1px solid #33475B;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 1;
  display: block;
  background: url("../images/calendar.svg") no-repeat;
}

.info-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.info-box .icon-box {
  margin-right: 16px;
}
.info-box .icon-box .icon {
  width: 33px;
  height: 33px;
  background-color: rgba(168, 170, 169, 0.7019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  overflow: hidden;
}
.info-box .info-text-box {
  width: calc(100% - 49px);
  font-size: 12.8px;
  line-height: 13px;
}

.fields-box {
  border-radius: 4px;
  padding: 32px;
  background-color: #f0eefd;
}
.fields-box .notePanel {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
  color: #33475B;
}
.fields-box .umFormGroup {
  margin-bottom: 8px;
}
.fields-box .fields-box-simple-text {
  font-size: 13px;
  line-height: 15px;
}

.separated-cols-layout .single-col {
  border-right: 1px solid #CDD6E2;
  padding: 0 20px 0 20px;
}
@media only screen and (max-width: 767px) {
  .separated-cols-layout .single-col {
    border-right: 0;
    padding: 0 10px 0 10px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .separated-cols-layout .single-col {
    border-right: 0;
    padding: 0 10px 0 10px;
    margin-bottom: 30px;
  }
}
.separated-cols-layout .single-col:last-child {
  border-right: 0;
}
.separated-cols-layout .single-col .single-col-content {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .separated-cols-layout .single-col .single-col-content {
    margin-left: 0;
  }
}
.separated-cols-layout .single-col .single-col-content .separated-col-title {
  margin-top: 0;
}
.separated-cols-layout .single-col .single-col-content .separated-col-text {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .separated-cols-layout .single-col .single-col-content .separated-col-text {
    font-size: 16px;
  }
}

.contactBox {
  padding: 40px 40px 26px;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .contactBox {
    padding: 24px 24px 10px;
  }
}
.contactBox .contact-box-title {
  margin-top: 0;
  margin-bottom: 16px;
  min-width: 240px;
  max-width: 25%;
}
@media only screen and (max-width: 768px) {
  .contactBox .contact-box-title {
    min-width: unset;
    max-width: 100%;
    width: 100%;
  }
}
.contactBox .contact-box-col {
  padding-left: 32px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  max-width: 25%;
}
@media only screen and (max-width: 768px) {
  .contactBox .contact-box-col {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    font-size: 16px;
  }
}

.fundInfoBox {
  padding: 40px 40px 26px;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .fundInfoBox {
    padding: 24px 24px 10px;
  }
}
.fundInfoBox .fund-info-box-title {
  margin-top: 0;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .fundInfoBox .fund-info-box-title {
    max-width: 100%;
    width: 100%;
    min-width: unset;
  }
}
.fundInfoBox .fund-info-box-col {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .fundInfoBox .fund-info-box-col {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .fundInfoBox .fund-info-box-col {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .fundInfoBox .fund-info-box-col.description-col {
    max-width: 100%;
    width: 100%;
  }
}
.fundInfoBox .fund-info-box-col.description-col h6 {
  font-size: 20px;
  font-weight: bold;
}
.fundInfoBox .fund-info-box-col.description-col p {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .fundInfoBox .fund-info-box-col.description-col p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .fundInfoBox .fund-info-box-col .umTextPrimary {
    display: block;
  }
}
.fundInfoBox .fund-info-box-row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .fundInfoBox .fund-info-box-row {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .fundInfoBox .fund-info-box-row {
    flex-wrap: wrap;
  }
}
.umAccordion .umAccordionItem {
  margin-bottom: 10px;
}
.umAccordion .umAccordionItem .umAccordionItem-header {
  padding: 0 32px 0 64px;
  background: #F5F8FA;
  border-radius: 8px;
  border: 1px solid transparent;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.umAccordion .umAccordionItem .umAccordionItem-header:hover {
  background: #F4FBFF;
  cursor: pointer;
}
.umAccordion .umAccordionItem .umAccordionItem-header .umAccordionItem-title {
  margin: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 80px;
  display: flex;
  align-items: center;
}
.umAccordion .umAccordionItem .umAccordionItem-header .umAccordionItem-title a {
  position: relative;
}
.umAccordion .umAccordionItem .umAccordionItem-header .umAccordionItem-title a::before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 35px;
  position: absolute;
  top: -1px;
  left: -30px;
  transition: 0.3s;
  transform: rotate(0);
}
.umAccordion .umAccordionItem .umAccordionItem-header .umAccordionItem-title a:hover {
  color: #61B2DE;
}
.umAccordion .umAccordionItem.open .umAccordionItem-header {
  border: 1px solid #CDD6E2;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}
.umAccordion .umAccordionItem.open .umAccordionItem-title a::before {
  transform: rotate(90deg);
}
.umAccordion .umAccordionItem .umAccordionItem-body {
  padding: 30px;
  border: 1px solid #CDD6E2;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  margin-top: -1px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .umAccordion .umAccordionItem .umAccordionItem-body {
    padding: 10px 24px 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .umAccordion .umAccordionItem .umAccordionItem-body {
    padding: 10px 24px 24px;
  }
}

.edit-profile-img-container {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .edit-profile-img-container {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 768px) and (max-width: 979px) {
  .edit-profile-img-container {
    flex-wrap: nowrap;
  }
}
.edit-profile-img-container .edit-profile-img-box {
  max-width: 330px;
  height: 80px;
  width: 100%;
  border: 1px dashed #61B2DE;
  border-radius: 4px;
  position: relative;
  margin-right: 32px;
}
.edit-profile-img-container .edit-profile-img-box::before {
  content: "";
  background-image: url("../images/upload-image-holder.png");
  position: absolute;
  background-repeat: no-repeat;
  height: 50px;
  transform: translateX(-50%);
  width: 70px;
  left: 50%;
  top: 16%;
}
@media only screen and (max-width: 767px) {
  .edit-profile-img-container .edit-profile-img-box {
    max-width: 150px;
    width: 50%;
  }
}
.edit-profile-img-container .edit-profile-img-box .edit-btn {
  color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #61B2DE;
  border-radius: 4px;
  position: absolute;
  bottom: -1px;
  right: -1px;
  font-size: 12px;
  cursor: pointer;
}
.edit-profile-img-container .edit-profile-content-box .title-box {
  margin-bottom: 16px;
}
.edit-profile-img-container .edit-profile-content-box .title-box .title {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.edit-profile-img-container .edit-profile-content-box .title-box .subtitle {
  font-size: 10px;
  line-height: 12px;
}
.edit-profile-img-container .edit-profile-content-box .title-box:last-child {
  margin-bottom: 0;
}

.multiple-fields-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.multiple-fields-group > .umFormGroup {
  margin-bottom: 8px;
  flex: auto;
}
.multiple-fields-group .centeral-label {
  margin: 16px 16px 0;
}
.multiple-fields-group > .notePanel {
  width: 100%;
  font-size: 16px;
  margin-left: 10px;
}

.umMultiSelect form > label {
  color: #999999;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.umMultiSelect .multi-select-container {
  width: 100%;
}
.umMultiSelect .multi-select-container .multi-select-button {
  max-width: 100%;
  display: block;
  box-shadow: none;
  border-radius: 4px;
  padding: 0.765em 1.75em 0.765em 1em;
  background: #fff url("../images/Arrow-blue.png") no-repeat;
  background-size: 15px;
  background-position: calc(100% - 14px);
  border-color: #61B2DE;
}
.umMultiSelect .multi-select-container .multi-select-button:after {
  opacity: 0;
}
.umMultiSelect .multi-select-container .multi-select-menu {
  top: 1.75em;
}
.umMultiSelect .multi-select-container .multi-select-menu .multi-select-menuitem {
  padding: 0 1em 0em 40px;
  line-height: 38px;
}
.umMultiSelect .multi-select-menu .multi-select-menuitem {
  background-color: #fff;
  transition: 0.3s;
}
.umMultiSelect .multi-select-menu .multi-select-menuitem:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  border: 1px solid #4085b3;
  left: 12px;
  top: 8px;
  border-radius: 2px;
}
.umMultiSelect .multi-select-menu .multi-select-menuitem:after {
  content: "";
  width: 12px;
  height: 5px;
  position: absolute;
  top: 14px;
  left: 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  border-left: 2px solid rgba(0, 0, 0, 0);
  transform: rotate(-45deg);
}
.umMultiSelect .multi-select-menu .multi-select-menuitem input {
  left: 20px;
  margin-top: 0;
  opacity: 0;
  appearance: auto;
}
.umMultiSelect .multi-select-menu .multi-select-menuitem.itemSelected:before {
  background-color: #4085b3;
}
.umMultiSelect .multi-select-menu .multi-select-menuitem.itemSelected:after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.umMultiSelect .multi-select-menu .multi-select-menuitem:hover {
  background-color: #eef6fe;
}

.umIconWrap {
  display: flex;
  height: 60px;
  transform: rotate(180deg);
  justify-content: flex-end;
}
.umIconWrap i {
  font-size: 30px;
  color: #000;
}

.preview-text {
  color: #A8AAA9 !important;
}

.InfoTabWrapper {
  max-width: 920px;
}
.InfoTabWrapper .infoHeading {
  font-weight: 700 !important;
  font-size: 32px !important;
}
@media screen and (max-width: 767px) {
  .InfoTabWrapper .infoHeading {
    text-align: center;
  }
}
.InfoTabWrapper .umPartnerInformation-wrapper {
  margin: 0 auto;
  background-color: #F3F3FB;
  border-radius: 4px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .InfoTabWrapper .umPartnerInformation-wrapper {
    padding: 7px;
  }
}
.InfoTabWrapper .umPartnerInformation-wrapper .borderBlue {
  border-bottom: 1px solid #5283AE;
}
.InfoTabWrapper .umPartnerInformation-wrapper .borderGrey {
  border-bottom: 1px solid #CDD6E2;
}
.InfoTabWrapper .umPartnerInformation-wrapper .colorBlue {
  color: #61B2DE;
}
.InfoTabWrapper .umPartnerInformation-wrapper .umPiTitle {
  font-weight: 700;
}
.InfoTabWrapper .umPartnerInformation-wrapper .umPiMainTitle {
  font-size: 25px !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 767px) {
  .InfoTabWrapper .umPartnerInformation-wrapper .umPiMainTitle {
    font-size: 20px !important;
  }
}
.InfoTabWrapper .umPartnerInformation-wrapper .umPiTitleIcon {
  font-size: 18px;
  margin-left: 10px;
  position: relative;
  color: #61B2DE;
}
.InfoTabWrapper .umPartnerInformation-wrapper .umPiTitleIcon .umFileCounter {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #33475B;
  left: -5px;
  top: 9px;
  font-size: 8px;
  margin: 0;
  /* line-height: 1.2; */
  padding: 0;
  color: #fff;
}
.InfoTabWrapper .umPartnerInformation-wrapper .umPiMainSunHead {
  font-size: 12.8px !important;
  font-weight: 500 !important;
}
.InfoTabWrapper .umPartnerInformation-wrapper .umCheckBoxWrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.InfoTabWrapper .umPartnerInformation-wrapper p {
  margin-bottom: 8px;
}
.InfoTabWrapper .umFundsTarget {
  margin: 0 auto;
  background-color: rgba(84, 163, 243, 0.0392156863);
  border-radius: 4px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .InfoTabWrapper .umFundsTarget {
    padding: 7px;
  }
}
.InfoTabWrapper .umFundsTarget .borderBlue {
  border-bottom: 1px solid #5283AE;
}
.InfoTabWrapper .umFundsTarget .borderGrey {
  border-bottom: 1px solid #CDD6E2;
}
.InfoTabWrapper .umFundsTarget .colorBlue {
  color: #61B2DE;
}
.InfoTabWrapper .umFundsTarget .umPiTitle {
  font-weight: 700;
}
.InfoTabWrapper .umFundsTarget .umPiMainTitle {
  font-size: 25px !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 767px) {
  .InfoTabWrapper .umFundsTarget .umPiMainTitle {
    font-size: 20px !important;
  }
}
.InfoTabWrapper .umFundsTarget .umPiTitleIcon {
  font-size: 18px;
  margin-left: 10px;
  position: relative;
  color: #61B2DE;
}
.InfoTabWrapper .umFundsTarget .umPiTitleIcon .umFileCounter {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #33475B;
  left: -5px;
  top: 9px;
  font-size: 8px;
  margin: 0;
  /* line-height: 1.2; */
  padding: 0;
  color: #fff;
}
.InfoTabWrapper .umFundsTarget .umPiMainSunHead {
  font-size: 12.8px !important;
  font-weight: 500 !important;
}
.InfoTabWrapper .umFundsTarget .umCheckBoxWrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.InfoTabWrapper .umFundsTarget p {
  margin-bottom: 8px;
}

.popupDialogStyle.fileLinkingModal {
  border-radius: 0;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .popupDialogStyle.fileLinkingModal {
    top: 0;
    bottom: 0;
  }
}
.popupDialogStyle.fileLinkingModal .header {
  padding: 20px 32px 18px;
  border-color: #262626;
  min-height: unset;
}
@media only screen and (max-width: 991px) {
  .popupDialogStyle.fileLinkingModal .header {
    padding: 20px 16px;
  }
}
@media only screen and (max-width: 991px) {
  .popupDialogStyle.fileLinkingModal .header {
    padding: 16px;
  }
}
.popupDialogStyle.fileLinkingModal .header h4 {
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .popupDialogStyle.fileLinkingModal .header h4 {
    padding-left: 50px;
    text-align: center;
  }
}
.popupDialogStyle.fileLinkingModal .header .close-button {
  color: #000;
  position: absolute;
  top: 12px;
  right: 18px;
}
.popupDialogStyle.fileLinkingModal .fileLinkingModalRow {
  max-width: 968px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.popupDialogStyle.fileLinkingModal .fileLinkingModalBanner {
  background-color: #33475B;
  margin-top: 50px;
  padding: 24px 0;
}
@media only screen and (max-width: 1200px) {
  .popupDialogStyle.fileLinkingModal .fileLinkingModalBanner {
    padding: 24px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .popupDialogStyle.fileLinkingModal .fileLinkingModalBanner {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .popupDialogStyle.fileLinkingModal .fileLinkingModalBanner .search-box-container .search-box {
    padding-left: 16px;
  }
}
.popupDialogStyle.fileLinkingModal .fileLinkingModalBanner .search-box-container .search-box input:focus {
  box-shadow: unset;
}
@media only screen and (max-width: 767px) {
  .popupDialogStyle.fileLinkingModal .fileLinkingModalBanner .search-box-container .search-box input {
    width: calc(100% - 28px);
  }
}
@media only screen and (max-width: 767px) {
  .popupDialogStyle.fileLinkingModal .fileLinkingModalBanner .search-box-container .search-box button {
    display: none;
  }
}
.popupDialogStyle.fileLinkingModal .fileLinkingModalBanner .mobileSearchBtn {
  display: none;
}
@media only screen and (max-width: 767px) {
  .popupDialogStyle.fileLinkingModal .fileLinkingModalBanner .mobileSearchBtn {
    display: block;
  }
}
.popupDialogStyle.fileLinkingModal .fileLinkingModalBanner .mobileSearchBtn .default-button {
  background-color: #fff;
  color: #33475B;
  padding: 16px;
  height: unset;
  min-width: 200px;
}
.popupDialogStyle.fileLinkingModal .fileLinkingModalBanner.fileLinkingModalBannerBlack {
  background-color: #262626;
}
.popupDialogStyle.fileLinkingModal .fileLinkingModalBanner.fileLinkingModalBannerBlack .search-box-container {
  background-color: #262626;
}
@media only screen and (max-width: 767px) {
  .popupDialogStyle.fileLinkingModal .fileLinkingModalBanner .fileLinkingModalBannerFieldsBox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.popupDialogStyle.fileLinkingModal .fileLinkingModalBanner .fileLinkingModalBannerFieldsBox .fieldRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.popupDialogStyle.fileLinkingModal .fileLinkingModalBanner .fileLinkingModalBannerFieldsBox .fieldRow .label1 {
  width: 110px;
}
@media only screen and (max-width: 767px) {
  .popupDialogStyle.fileLinkingModal .fileLinkingModalBanner .fileLinkingModalBannerFieldsBox .fieldRow .label1 {
    width: 100%;
  }
}
.popupDialogStyle.fileLinkingModal .fileLinkingModalBanner .fileLinkingModalBannerFieldsBox .fieldRow .label2 {
  width: 170px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .popupDialogStyle.fileLinkingModal .fileLinkingModalBanner .fileLinkingModalBannerFieldsBox .fieldRow .label2 {
    width: 50px;
  }
}
.popupDialogStyle.fileLinkingModal .fileLinkingModalBanner .fileLinkingModalBannerFieldsBox .fieldRow .umFormGroup {
  width: calc(50% - 140px);
}
@media only screen and (max-width: 767px) {
  .popupDialogStyle.fileLinkingModal .fileLinkingModalBanner .fileLinkingModalBannerFieldsBox .fieldRow .umFormGroup {
    width: calc(50% - 25px);
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .popupDialogStyle.fileLinkingModal .fileLinkingModalBanner .fileLinkingModalBannerFieldsBox .fieldRow.fieldRow2 .label1,
  .popupDialogStyle.fileLinkingModal .fileLinkingModalBanner .fileLinkingModalBannerFieldsBox .fieldRow.fieldRow2 .label2 {
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .popupDialogStyle.fileLinkingModal .fileLinkingModalBanner .fileLinkingModalBannerFieldsBox .fieldRow.fieldRow2 .umFormGroup {
    width: 100%;
  }
}
.popupDialogStyle.fileLinkingModal .dontFindLinkSection {
  text-align: center;
  padding: 50px 16px;
}
.popupDialogStyle.fileLinkingModal .dontFindLinkSection button {
  background: #61B2DE;
  color: #fff;
  min-width: 220px;
}
@media only screen and (max-width: 767px) {
  .popupDialogStyle.fileLinkingModal .fileLinkingModalFooter {
    margin-bottom: 62px;
  }
}
.popupDialogStyle.fileLinkingModal .fileLinkingModalFooter .footerActions a {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .popupDialogStyle.fileLinkingModal .fileLinkingModalFooter .footerActions .col1 {
    text-align: center;
    order: 3;
  }
}
.popupDialogStyle.fileLinkingModal .fileLinkingModalFooter .footerActions .col2 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .popupDialogStyle.fileLinkingModal .fileLinkingModalFooter .footerActions .col2 {
    margin-bottom: 16px;
  }
}
.popupDialogStyle.fileLinkingModal .fileLinkingModalFooter .footerActions .col2 button {
  background: #61B2DE;
  color: #fff;
  min-width: 220px;
}
.popupDialogStyle.fileLinkingModal .fileLinkingModalFooter .footerActions .col3 {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .popupDialogStyle.fileLinkingModal .fileLinkingModalFooter .footerActions .col3 {
    text-align: center;
    margin-bottom: 16px;
  }
}

.resultsBoxWithSideThumbnail .resultsBox .resultsBoxScroller {
  max-height: calc(100vh - 515px);
  overflow-y: auto;
}
.resultsBoxWithSideThumbnail .fileThumbnailBox {
  padding: 24px;
  background-color: #CFD6E1;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.resultsBoxWithSideThumbnail .fileThumbnailBox img {
  max-height: calc(100vh - 510px);
}
.resultsBoxWithSideThumbnail button {
  background: #61B2DE;
  color: #fff;
  min-width: 220px;
}

.search-box {
  border: 1px solid #fff;
  padding-left: 24px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-box input {
  background-color: transparent;
  color: #fff;
  padding: 16px 24px;
  width: calc(100% - 166px);
  border: 0;
  margin: 0;
  height: unset;
}
.search-box button {
  padding: 24px 36px;
  background-color: #fff;
  border-radius: 3px;
  margin-left: auto;
  min-width: 125px;
}

.search-box-container {
  background-color: #33475B;
}
.search-box-container .search-box img {
  width: 39px;
  height: 39px;
}
@media only screen and (max-width: 1600px) {
  .search-box-container .search-box img {
    width: 33px;
    height: 33px;
  }
}
@media only screen and (max-width: 1366px) {
  .search-box-container .search-box img {
    width: 28px;
    height: 28px;
  }
}

.resultsBox {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1607843137);
}
.resultsBox .resultsBoxHeader {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 16px 8px;
  background-color: #C8C8C8;
}
.resultsBox .resultsBoxHeader h5 {
  margin-top: 0;
  margin-bottom: 8px;
}
.resultsBox .resultsBoxScroller {
  max-height: calc(100vh - 700px);
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .resultsBox .resultsBoxScroller {
    max-height: 200px;
  }
}
.resultsBox .resultsBoxScroller .singleResult {
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
}
.resultsBox .resultsBoxScroller .singleResult .material-icons {
  font-size: 28px;
}
.resultsBox .resultsBoxScroller .singleResult a {
  color: #262626;
  padding-top: 3px;
}
.resultsBox .resultsBoxScroller .singleResult a:hover {
  text-decoration: underline;
  color: #61B2DE;
}
.resultsBox .resultsBoxScroller .singleResult:last-child {
  border-bottom: 0;
}

/* Results box end */
.dropdownOnHover {
  cursor: pointer;
  position: relative;
}
.dropdownOnHover > .umDropdownBox {
  position: absolute;
  left: calc(100% + 45px);
  top: -28px;
  width: 300px;
  padding: 16px 0 8px;
  font-size: 14px;
  color: #fff;
  background-color: #33475B;
  border-radius: 4px;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
.dropdownOnHover > .umDropdownBox:before {
  content: "";
  width: 70px;
  height: 70px;
  border: 34px solid transparent;
  position: absolute;
  right: 100%;
  top: 6px;
  border-right: 32px solid #33475B;
}
.dropdownOnHover > .umDropdownBox .linkFile {
  padding: 0 20px;
  display: flex;
  align-items: center;
  color: #61B2DE;
}
.dropdownOnHover > .umDropdownBox .linkFile i {
  margin-right: 10px;
  font-size: 28px;
  line-height: 11px;
  margin-top: -2px;
}
.dropdownOnHover > .umDropdownBox .singleFile {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s;
}
.dropdownOnHover > .umDropdownBox .singleFile .fileName {
  max-width: calc(100% - 40px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
  cursor: pointer;
}
.dropdownOnHover > .umDropdownBox .singleFile .deleteIcon {
  font-size: 24px;
  transition: 0.3s;
  opacity: 0;
  color: #374558;
  cursor: pointer;
}
.dropdownOnHover > .umDropdownBox .singleFile:hover {
  background-color: rgba(248, 247, 248, 0.2);
}
.dropdownOnHover > .umDropdownBox .singleFile:hover .fileName {
  color: #61B2DE;
}
.dropdownOnHover > .umDropdownBox .singleFile:hover .deleteIcon {
  opacity: 1;
}
.dropdownOnHover > .umDropdownBox .seeMore {
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.dropdownOnHover:hover > .umDropdownBox {
  opacity: 1;
  visibility: visible;
}

.checkBoxPanel {
  padding: 16px 0px 16px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  background-color: #F5F8FA;
}
.checkBoxPanel .inner1,
.checkBoxPanel .inner2 {
  padding: 0 16px;
}
.checkBoxPanel .checkboxComponent .iconCheckboxWrapper i {
  color: #A8AAA9;
}
.checkBoxPanel .checkboxComponent .checkboxText {
  font-size: 10px;
  line-height: 25px;
}
.checkBoxPanel.umBgLightDanger .checkboxComponent .iconCheckboxWrapper i {
  color: #DF6365;
}

.netAssetValueBox {
  padding: 40px;
  border-bottom: 1px solid #707070;
}
.netAssetValueBox .net-asset-value-box-title {
  margin-bottom: 16px;
  margin-top: 0;
}

.title-with-counter {
  margin-bottom: 16px;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}
.title-with-counter .counter-bar,
.title-with-counter > div {
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
}
.title-with-counter .counter-bar .counter,
.title-with-counter > div .counter {
  background-color: #33475B;
  color: #fff;
  width: 28px;
  height: 28px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}

.mostRecents,
.relatedFunds,
.timelineBox {
  padding: 40px;
  border-bottom: 1px solid #707070;
}
.mostRecents .mostRecents-title,
.mostRecents .relatedFunds-title,
.mostRecents .timeline-title,
.relatedFunds .mostRecents-title,
.relatedFunds .relatedFunds-title,
.relatedFunds .timeline-title,
.timelineBox .mostRecents-title,
.timelineBox .relatedFunds-title,
.timelineBox .timeline-title {
  margin-bottom: 16px;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}
.mostRecents .mostRecents-title .counter-bar,
.mostRecents .relatedFunds-title .counter-bar,
.mostRecents .timeline-title .counter-bar,
.relatedFunds .mostRecents-title .counter-bar,
.relatedFunds .relatedFunds-title .counter-bar,
.relatedFunds .timeline-title .counter-bar,
.timelineBox .mostRecents-title .counter-bar,
.timelineBox .relatedFunds-title .counter-bar,
.timelineBox .timeline-title .counter-bar {
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
}
.mostRecents .mostRecents-title .counter-bar .counter,
.mostRecents .relatedFunds-title .counter-bar .counter,
.mostRecents .timeline-title .counter-bar .counter,
.relatedFunds .mostRecents-title .counter-bar .counter,
.relatedFunds .relatedFunds-title .counter-bar .counter,
.relatedFunds .timeline-title .counter-bar .counter,
.timelineBox .mostRecents-title .counter-bar .counter,
.timelineBox .relatedFunds-title .counter-bar .counter,
.timelineBox .timeline-title .counter-bar .counter {
  background-color: #33475B;
  color: #fff;
  width: 28px;
  height: 28px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
.mostRecents ul li,
.relatedFunds ul li,
.timelineBox ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 16px;
}
.mostRecents ul li:before,
.relatedFunds ul li:before,
.timelineBox ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #61B2DE;
  position: absolute;
  top: 9px;
  left: 0;
}
.mostRecents ul li a,
.relatedFunds ul li a,
.timelineBox ul li a {
  font-size: 20px;
}
.mostRecents ul li:last-child,
.relatedFunds ul li:last-child,
.timelineBox ul li:last-child {
  margin-bottom: 0;
}

.sectionWithSeparateHeader .title-area-header {
  padding: 50px 0 16px;
}
.sectionWithSeparateHeader .title-area-header .sectionWithSeparateHeader-title {
  margin-bottom: 16px;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}
.sectionWithSeparateHeader .title-area-header .sectionWithSeparateHeader-title .counter-bar {
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
}
.sectionWithSeparateHeader .title-area-header .sectionWithSeparateHeader-title .counter-bar .counter {
  background-color: #33475B;
  color: #fff;
  width: 28px;
  height: 28px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
.sectionWithSeparateHeader .content-area-lower {
  background-color: #F8F7F8;
}
.sectionWithSeparateHeader .content-area-lower .files-thumbs-box {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 0;
}
.sectionWithSeparateHeader .content-area-lower .files-thumbs-box .single-thumb-box {
  padding: 16px;
}
.sectionWithSeparateHeader .content-area-lower .files-thumbs-box .single-thumb-box img {
  height: 360px;
  width: auto;
}
.sectionWithSeparateHeader .content-area-lower .noDocumentsFoundBox {
  text-align: center;
  padding: 50px 0;
}
.sectionWithSeparateHeader .content-area-lower .noDocumentsFoundBox img {
  width: 75px;
  margin-bottom: 8px;
}
.sectionWithSeparateHeader .content-area-lower .noDocumentsFoundBox .material-icons {
  color: #A8AAA9;
  font-size: 75px !important;
}
.sectionWithSeparateHeader .content-area-lower .noDocumentsFoundBox .message {
  font-size: 11px;
  color: #A8AAA9;
}

.fundClassification {
  padding: 52px 0 0px;
}
.fundClassification .fundClassification-title-area {
  border-bottom: 1px solid #707070;
  padding-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.fundClassification .fundClassification-title {
  margin-top: 0;
  margin-bottom: 8px;
  margin-right: 16px;
}
.fundClassification .showAllClassifications {
  margin-bottom: 8px;
}
.fundClassification .upmProductListOfClassification {
  padding-bottom: 60px;
  border-bottom: 1px solid #707070;
}

.relatedPortfolios {
  padding: 40px;
}
.relatedPortfolios .relatedPortfolios-title {
  margin-bottom: 16px;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}
.relatedPortfolios .relatedPortfolios-title .counter-bar {
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
}
.relatedPortfolios .relatedPortfolios-title .counter-bar .counter {
  background-color: #33475B;
  color: #fff;
  width: 28px;
  height: 28px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}

.editFixedButtons {
  position: fixed;
  right: 32px;
  bottom: 76px;
  z-index: 9999;
}
@media only screen and (max-width: 768px) {
  .editFixedButtons {
    right: 16px;
    bottom: 188px;
  }
}
.editFixedButtons .editFixedButtons-inner {
  position: relative;
  width: 50px;
  height: 50px;
}
.editFixedButtons .editFixedButtons-inner .mainButton .mainButton2 {
  display: none;
}
.editFixedButtons .editFixedButtons-inner .action-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.editFixedButtons .editFixedButtons-inner .action-btn img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.editFixedButtons .editFixedButtons-inner .action-btn .title {
  position: absolute;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  top: 16px;
  right: calc(100% + 0px);
  width: 75px;
  text-align: right;
  font-size: 12.8px;
}
.editFixedButtons .editFixedButtons-inner .action-btn:hover .title {
  right: calc(100% + 15px);
  opacity: 1;
  visibility: visible;
}
.editFixedButtons .editFixedButtons-inner.editFixedButtons-clicked .action-btn1 {
  bottom: 70px;
}
.editFixedButtons .editFixedButtons-inner.editFixedButtons-clicked .action-btn2 {
  bottom: 140px;
}
.editFixedButtons .editFixedButtons-inner.editFixedButtons-clicked .action-btn3 {
  bottom: 210px;
}
.editFixedButtons .editFixedButtons-inner.editFixedButtons-clicked .action-btn4 {
  bottom: 280px;
}
.editFixedButtons .editFixedButtons-inner.editFixedButtons-clicked .action-btn5 {
  bottom: 350px;
}
.editFixedButtons .editFixedButtons-inner.editFixedButtons-clicked .mainButton .mainButton2 {
  display: block;
}
.editFixedButtons .editFixedButtons-inner.editFixedButtons-clicked .mainButton .mainButton1 {
  display: none;
}

.action-btn-copy-updoc {
  width: 50px;
  height: 50px;
  background: #61B2DE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.fixed-screen-actions {
  position: fixed;
  z-index: 3;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #CFD6E1;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .fixed-screen-actions {
    padding: 8px;
  }
}
.fixed-screen-actions .tooltip-icon-box {
  position: absolute;
  top: 4px;
  right: -28px;
  border-radius: 50%;
  width: 19px;
}
.fixed-screen-actions .tooltip-icon-box i {
  display: block;
  line-height: 12px;
  cursor: pointer;
}
.fixed-screen-actions .fixed-action-btns {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.fixed-screen-actions .fixed-action-btns button {
  border-radius: 4px;
  padding: 8px;
  width: 96px;
  min-height: 80px;
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 767px) {
  .fixed-screen-actions .fixed-action-btns button {
    width: 80px;
    min-height: auto;
  }
}
.fixed-screen-actions .fixed-action-btns button:hover {
  border-color: #707070;
}
.fixed-screen-actions .fixed-action-btns button.darkgrey-btn {
  background-color: #808080;
  color: #FFFFFF;
}
.fixed-screen-actions .fixed-action-btns button.darkgrey-btn svg path {
  fill: #FFFFFF;
  transition: 0.3s;
}
.fixed-screen-actions .fixed-action-btns button.darkgrey-btn:hover {
  background-color: #666666;
}
.fixed-screen-actions .fixed-action-btns button.darkgrey-btn:focus {
  background-color: #4d4d4d;
  color: #FFFFFF;
}
.fixed-screen-actions .fixed-action-btns button.darkgrey-btn:focus path {
  fill: #FFFFFF;
}
.fixed-screen-actions .fixed-action-btns button.lightgrey-btn {
  background: #F8F8F8;
  color: #4F4F4F;
  position: relative;
}
.fixed-screen-actions .fixed-action-btns button.lightgrey-btn svg path {
  fill: #FFFFFF;
  transition: 0.3s;
}
.fixed-screen-actions .fixed-action-btns button.lightgrey-btn:hover {
  border: 1px solid #4F4F4F;
}
.fixed-screen-actions .fixed-action-btns button.lightgrey-btn:focus {
  border: 1px solid #4F4F4F;
  background: #E9E9E9;
  color: #4F4F4F;
}
.fixed-screen-actions .fixed-action-btns button.lightgrey-btn:focus path {
  fill: #4F4F4F;
}
.fixed-screen-actions .fixed-action-btns button.sky-btn {
  background-color: #F4FBFF;
  color: #2B75AB;
}
.fixed-screen-actions .fixed-action-btns button.sky-btn svg path {
  fill: #2889bd;
  transition: 0.3s;
}
.fixed-screen-actions .fixed-action-btns button.sky-btn i {
  font-size: 34px;
}
.fixed-screen-actions .fixed-action-btns button.sky-btn:hover {
  border: 1px solid #2B75AB;
}
.fixed-screen-actions .fixed-action-btns button.sky-btn:focus {
  border: 1px solid #2B75AB;
  background: #DAF0FC;
  color: #2889bd;
}
.fixed-screen-actions .fixed-action-btns button.sky-btn:focus path {
  fill: #2889bd;
}
.fixed-screen-actions .fixed-action-btns button.light-red-btn {
  background: #FCF4F8;
  color: #DF6365;
}
.fixed-screen-actions .fixed-action-btns button.light-red-btn svg path {
  fill: #E27274;
  transition: 0.3s;
}
.fixed-screen-actions .fixed-action-btns button.light-red-btn:hover {
  border: 1px solid #d84143;
}
.fixed-screen-actions .fixed-action-btns button.light-red-btn:focus {
  border: 1px solid #d84143;
  background: #FFD9D9;
  color: #E27274;
}
.fixed-screen-actions .fixed-action-btns button.light-red-btn:focus path {
  fill: #E27274;
}
.fixed-screen-actions .fixed-action-btns button.navyblue-btn {
  background-color: #374d62;
  color: #FFFFFF;
}
.fixed-screen-actions .fixed-action-btns button.navyblue-btn svg path {
  fill: #FFFFFF;
  transition: 0.3s;
}
.fixed-screen-actions .fixed-action-btns button.navyblue-btn:hover {
  background-color: #2e4052;
}
.fixed-screen-actions .fixed-action-btns button.navyblue-btn:focus {
  background-color: #1c2631;
  color: #FFFFFF;
}
.fixed-screen-actions .fixed-action-btns button.navyblue-btn:focus path {
  fill: #FFFFFF;
}
.fixed-screen-actions .fixed-action-btns button.green-btn {
  background-color: rgba(85, 181, 172, 0.2);
  color: #FFFFFF;
  color: #55B5AC;
}
.fixed-screen-actions .fixed-action-btns button.green-btn:hover {
  border: 1px solid #55B5AC;
}
.fixed-screen-actions .fixed-action-btns button.green-btn:focus {
  border: 1px solid #55B5AC;
}
.fixed-screen-actions .fixed-action-btns button svg {
  height: 40px;
}
.fixed-screen-actions .fixed-action-btns button svg.delete-btn-svg {
  width: 30px;
}
@media only screen and (max-width: 767px) {
  .fixed-screen-actions .fixed-action-btns button svg {
    height: 24px;
    margin-bottom: 5px;
  }
}
.fixed-screen-actions .fixed-action-btns button i {
  font-size: 24px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-screen-actions .fixed-action-btns button i.material-icons {
  font-size: 35px;
  height: 40px;
}
.fixed-screen-actions .fixed-action-btns button .btn-text {
  display: block;
}
@media only screen and (max-width: 767px) {
  .fixed-screen-actions .fixed-action-btns button .btn-text {
    font-size: 10px;
  }
}
.fixed-screen-actions .fixed-action-btns .buttons-separator {
  border-left: 1px solid #A8AAA9;
  display: inline-block;
  margin: 8px 0;
}
.fixed-screen-actions:hover {
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.2);
}
.fixed-screen-actions.modal-floating-btns {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
}
.fixed-screen-actions.file-activity-floating-btns {
  bottom: 0;
  width: 240px;
  left: 0;
}
.fixed-screen-actions .saving--animation {
  position: absolute;
  top: 0;
  right: 3px;
}
.fixed-screen-actions .saving--animation i {
  font-size: 18px !important;
}

.libraryPage .fileSource {
  display: flex;
  align-items: center;
}

.resultPage .appHeader {
  box-shadow: none;
  border-bottom: 0;
}

.searchResultsEntity-input {
  border: 1px solid #33475B !important;
  background-color: #FFFFFF !important;
}

.result-page-fixed-header {
  background-color: #f3fbfe;
  padding: 10px 0 16px;
  max-height: calc(100vh - 120px);
  max-height: -webkit-calc(100vh - 120px);
  max-height: -moz-calc(100vh - 120px);
  overflow-y: auto;
}
@media only screen and (max-width: 768px) {
  .result-page-fixed-header {
    max-height: calc(100vh - 180px);
    max-height: -webkit-calc(100vh - 180px);
    max-height: -moz-calc(100vh - 180px);
  }
}
.result-page-fixed-header .bordered-sec {
  border-radius: 4px;
}
.result-page-fixed-header .bordered-sec .bordered-sec-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12.8px;
}
.result-page-fixed-header .bordered-sec .bordered-sec-header .left {
  margin-right: 16px;
}
.result-page-fixed-header .bordered-sec .bordered-sec-header .left a {
  color: #262626;
}
.result-page-fixed-header .bordered-sec .bordered-sec-header img {
  width: 14px;
  margin-right: 4px;
}
.result-page-fixed-header .bordered-sec .search-all-entities {
  font-size: 12.8px;
  background-color: rgba(108, 86, 242, 0.0823529412);
  padding: 1px 16px 0px;
  border-radius: 12px;
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.result-page-fixed-header .lightgrey-bordered {
  border: 1px solid #DEE5EC;
  border-radius: 4px;
}
@media only screen and (max-width: 990px) {
  .result-page-fixed-header .lightgrey-bordered {
    display: none;
  }
}
.result-page-fixed-header .icon-with-text {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.result-page-fixed-header .icon-with-text i.budicon-search-list {
  font-size: 20px;
  margin-top: -4px;
  margin-right: 4px;
  color: #48b4e4;
}
.result-page-fixed-header .icon-with-text img {
  width: 16px;
  margin-right: 8px;
}
.result-page-fixed-header .icon-with-text .text {
  width: calc(100% - 24px);
  font-size: 12.8px;
}
.result-page-fixed-header .icon-with-text .text .text1 {
  font-weight: 500;
}
.result-page-fixed-header .icon-with-text .text > div {
  line-height: 12px;
}
.result-page-fixed-header .icon-with-text .text > div:not(:last-child) {
  margin-bottom: 8px;
}
.result-page-fixed-header .search-page-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.result-page-fixed-header .search-page-content > div {
  padding-left: 16px;
  padding-right: 16px;
}
.result-page-fixed-header .search-page-content .search-page-content-inner1 {
  width: calc(100% - 230px);
}
.result-page-fixed-header .search-page-content .search-page-content-inner1 .recent-searches-and-other-info {
  background-color: #F6F6F6;
}
.result-page-fixed-header .search-page-content .search-page-content-inner1 .recent-searches-and-other-info .inner1,
.result-page-fixed-header .search-page-content .search-page-content-inner1 .recent-searches-and-other-info .inner2 {
  padding: 16px;
}
.result-page-fixed-header .search-page-content .search-page-content-inner1 .recent-searches-and-other-info .inner1 {
  border-bottom: 1px solid #fff;
}
.result-page-fixed-header .search-page-content .search-page-content-inner1 .recent-searches-and-other-info .inner2 {
  border-top: 1px solid #fff;
}
.result-page-fixed-header .search-page-content .search-page-content-inner1 .recent-searches-and-other-info .inner2 .search-page-content-inner1-row2 .search-items-count {
  width: fit-content;
  padding-right: 70px;
  border-right: 1px solid #33475B;
}
.result-page-fixed-header .search-page-content .search-page-content-inner1 .recent-searches-and-other-info .inner2 .search-page-content-inner1-row2 .search-items-count .search-items-count-tooltip .upmTooltip {
  top: -100px;
}
.result-page-fixed-header .search-page-content .search-page-content-inner1 .recent-searches-and-other-info .inner2 .search-page-content-inner1-row2 .search-items-count .search-items-count-tooltip .upmTooltip::after {
  bottom: unset;
  top: 100%;
  right: 80%;
  transform: rotate(180deg);
}
@media only screen and (max-width: 1200px) {
  .result-page-fixed-header .search-page-content .search-page-content-inner1 .recent-searches-and-other-info .inner2 .search-page-content-inner1-row2 .search-items-count {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .result-page-fixed-header .search-page-content .search-page-content-inner1 .recent-searches-and-other-info .inner2 .search-page-content-inner1-row2 .search-items-count {
    padding-right: 0px;
    border-right: 0;
  }
}
@media only screen and (max-width: 990px) {
  .result-page-fixed-header .search-page-content .search-page-content-inner1 .recent-searches-and-other-info {
    display: none;
  }
}
@media only screen and (max-width: 720px) {
  .result-page-fixed-header .search-page-content .search-page-content-inner1 {
    width: 100%;
  }
}
.result-page-fixed-header .search-page-content .search-page-content-inner1 .search-page-content-inner1-row .search-page-content-inner1a .searched-keywords,
.result-page-fixed-header .search-page-content .search-page-content-inner1 .search-page-content-inner1-row .search-page-content-inner1a .uploaded-date {
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 500;
}
@media only screen and (max-width: 1170px) {
  .result-page-fixed-header .search-page-content .search-page-content-inner1 .search-page-content-inner1-row .search-page-content-inner1a .searched-keywords,
  .result-page-fixed-header .search-page-content .search-page-content-inner1 .search-page-content-inner1-row .search-page-content-inner1a .uploaded-date {
    font-size: 16px;
    margin-top: 4px;
  }
}
.result-page-fixed-header .search-page-content .search-page-content-inner1 .search-page-content-inner1-row .search-page-content-inner1a .searched-keywords {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.result-page-fixed-header .search-page-content .search-page-content-inner1 .search-page-content-inner1-row .search-page-content-inner1a .search-as-phrase {
  font-size: 12.8px;
  line-height: 12px;
  margin-top: 21px;
  min-height: 12px;
  background-color: rgba(108, 86, 242, 0.0823529412);
  padding: 6px 16px 5px;
  border-radius: 12px;
  height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 720px) {
  .result-page-fixed-header .search-page-content .search-page-content-inner1 .search-page-content-inner1-row .search-page-content-inner1a .search-as-phrase {
    display: none;
  }
}
@media only screen and (max-width: 720px) {
  .result-page-fixed-header .search-page-content .search-page-content-inner1 .search-page-content-inner1-row .search-page-content-inner1b {
    display: none;
  }
}
.result-page-fixed-header .search-page-content .search-page-content-inner1 .recent-searches-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.result-page-fixed-header .search-page-content .search-page-content-inner1 .recent-searches-box .title {
  margin-right: 16px;
  font-size: 18px;
  width: 170px;
  margin-top: 4px;
  font-weight: 500;
}
.result-page-fixed-header .search-page-content .search-page-content-inner1 .recent-searches-box .title img {
  margin-right: 8px;
}
.result-page-fixed-header .search-page-content .search-page-content-inner1 .recent-searches-box .all-recent-searches {
  overflow-x: auto;
  white-space: nowrap;
  width: calc(100% - 186px);
  background-color: #fff;
  padding: 2px 16px;
  border-radius: 48px;
  box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
}
.result-page-fixed-header .search-page-content .search-page-content-inner1 .recent-searches-box .all-recent-searches::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.result-page-fixed-header .search-page-content .search-page-content-inner1 .recent-searches-box .all-recent-searches::-webkit-scrollbar-track {
  background-color: rgb(237, 237, 237);
  border-radius: 4px;
}
.result-page-fixed-header .search-page-content .search-page-content-inner1 .recent-searches-box .all-recent-searches::-webkit-scrollbar-thumb {
  background-color: rgb(196, 196, 196);
  border-radius: 4px;
}
.result-page-fixed-header .search-page-content .search-page-content-inner1 .recent-searches-box .all-recent-searches .signle-recent-search {
  font-size: 12.8px;
  display: inline-block;
  padding-right: 16px;
  margin-top: 4px;
  margin-right: 16px;
  border-right: 1px solid #DEE5EC;
  color: #61B2DE;
  line-height: 12px;
}
.result-page-fixed-header .search-page-content .search-page-content-inner1 .recent-searches-box .all-recent-searches .signle-recent-search:hover {
  text-decoration: underline;
}
.result-page-fixed-header .search-page-content .search-page-content-inner2 {
  width: 230px;
}
@media only screen and (max-width: 720px) {
  .result-page-fixed-header .search-page-content .search-page-content-inner2 {
    width: 100%;
    margin-top: 8px;
    display: none;
  }
}
.result-page-fixed-header .search-page-content .search-page-content-inner2 .tab-switch {
  width: 100%;
  max-width: 100%;
  margin-top: 8px;
  float: none;
}
.result-page-fixed-header .search-page-content .search-page-content-inner2 .tab-switch > div {
  max-width: 50%;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dee5ec;
  background-color: #fff;
  transition: 0.3s;
}
.result-page-fixed-header .search-page-content .search-page-content-inner2 .tab-switch > div span {
  color: #666666;
}
.result-page-fixed-header .search-page-content .search-page-content-inner2 .tab-switch > div:hover {
  border-color: #000;
}
.result-page-fixed-header .search-page-content .search-page-content-inner2 .tab-switch > div:nth-child(1) {
  border-radius: 4px 0px 0px 4px !important;
}
.result-page-fixed-header .search-page-content .search-page-content-inner2 .tab-switch > div:nth-child(2) {
  border-radius: 0px 4px 4px 0px !important;
}
.result-page-fixed-header .search-page-content .search-page-content-inner2 .tab-switch > div.active {
  background-color: #EFF9FD;
  border-color: #54A3F3;
}
.result-page-fixed-header .search-page-content .search-page-content-inner2 .tab-switch > div.active span {
  color: #54A3F3;
}
.result-page-fixed-header .search-page-content .search-page-content-inner2 .tabs-scroller {
  height: 176px;
  border: 1px solid #DEE5EC;
  box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  overflow-y: auto;
  margin-top: 12px;
}
.result-page-fixed-header .search-page-content .search-page-content-inner2 .tabs-scroller::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.result-page-fixed-header .search-page-content .search-page-content-inner2 .tabs-scroller::-webkit-scrollbar-track {
  background-color: #CDD6E2;
  border-radius: 4px;
}
.result-page-fixed-header .search-page-content .search-page-content-inner2 .tabs-scroller::-webkit-scrollbar-thumb {
  background-color: #61B2DE;
  border-radius: 4px;
}
@media only screen and (max-width: 990px) {
  .result-page-fixed-header .search-page-content .search-page-content-inner2 .tabs-scroller {
    height: 138px;
  }
}
@media only screen and (max-width: 720px) {
  .result-page-fixed-header .search-page-content .search-page-content-inner2 .tabs-scroller {
    display: none;
  }
}
.result-page-fixed-header .search-page-content .search-page-content-inner2 .tabs-scroller ul li {
  margin: 0;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #dee5ec;
  display: block;
}
.result-page-fixed-header .search-page-content .search-page-content-inner2 .tabs-scroller ul li a {
  padding: 9px 16px 10px;
  display: block;
  color: #262626;
}
.result-page-fixed-header .search-page-content .search-page-content-inner2 .tabs-scroller ul li a:hover {
  background-color: #d3f0fb;
}
.result-page-fixed-header .search-page-content .search-page-content-inner2 .tabs-scroller ul li:last-child {
  border-bottom: 0;
}
.result-page-fixed-header .search-page-content .search-page-content-inner2 .tabs-scroller ul li.active a {
  background-color: #d3f0fb;
  box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
}
.result-page-fixed-header .search-page-content .search-page-content-inner2 .tab-after-scroll {
  margin: 0;
  padding: 7px 16px;
  margin-top: 6px;
  width: 100%;
  text-align: left;
  border: 1px solid #61B2DE;
  color: #61B2DE;
  text-align: center;
  border-radius: 4px;
  display: none;
  transition: 0.3s;
}
@media only screen and (max-width: 720px) {
  .result-page-fixed-header .search-page-content .search-page-content-inner2 .tab-after-scroll {
    display: block;
  }
}
.result-page-fixed-header .search-page-content .search-items-count img {
  margin-right: 8px;
}
.result-page-fixed-header .search-page-content .search-items-count .searched-count {
  padding: 2px 4px;
  border-radius: 4px;
  background-color: #3CB4E4;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.result-page-fixed-header .show-on-ipad {
  display: none;
}
@media only screen and (max-width: 990px) {
  .result-page-fixed-header .show-on-ipad {
    display: block;
  }
}
.result-page-fixed-header .show-on-ipad .toggle-area-on-ipad {
  display: none;
}
.result-page-fixed-header .show-on-ipad .toggle-area-on-ipad .only-show-from-tab {
  display: none;
}
@media only screen and (max-width: 720px) {
  .result-page-fixed-header .show-on-ipad .toggle-area-on-ipad .only-show-from-tab {
    display: block;
  }
}
.result-page-fixed-header .show-on-ipad .toggle-area-on-ipad .search-as-phrase {
  font-size: 12.8px;
  line-height: 12px;
  margin-top: 21px;
  min-height: 12px;
  background-color: rgba(108, 86, 242, 0.0823529412);
  padding: 6px 16px 5px;
  border-radius: 12px;
  height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
}
@media only screen and (max-width: 720px) {
  .result-page-fixed-header .show-on-ipad .toggle-area-on-ipad .search-as-phrase {
    display: block;
  }
}
.result-page-fixed-header .show-on-ipad .toggle-area-on-ipad .lightgrey-bordered {
  display: block;
}
.result-page-fixed-header .show-on-ipad .toggle-area-on-ipad .search-page-content-inner2 {
  width: 230px;
}
@media only screen and (max-width: 991px) {
  .result-page-fixed-header .show-on-ipad .toggle-area-on-ipad .search-page-content-inner2 {
    width: 100%;
    margin-top: 8px;
  }
}
.result-page-fixed-header .show-on-ipad .toggle-area-on-ipad .search-page-content-inner2 .tab-switch {
  width: 100%;
  max-width: 100%;
  margin: 12px 0;
  gap: 8px;
  float: none;
}
.result-page-fixed-header .show-on-ipad .toggle-area-on-ipad .search-page-content-inner2 .tab-switch > div {
  max-width: calc(50% - 4px);
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dee5ec;
}
.result-page-fixed-header .show-on-ipad .toggle-area-on-ipad .search-page-content-inner2 .tabs-scroller {
  height: 220px;
  border: 1px solid #DEE5EC;
  border-radius: 4px;
  overflow-y: auto;
}
.result-page-fixed-header .show-on-ipad .toggle-area-on-ipad .search-page-content-inner2 .tabs-scroller::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.result-page-fixed-header .show-on-ipad .toggle-area-on-ipad .search-page-content-inner2 .tabs-scroller::-webkit-scrollbar-track {
  background-color: rgb(237, 237, 237);
  border-radius: 4px;
}
.result-page-fixed-header .show-on-ipad .toggle-area-on-ipad .search-page-content-inner2 .tabs-scroller::-webkit-scrollbar-thumb {
  background-color: rgb(196, 196, 196);
  border-radius: 4px;
}
@media only screen and (max-width: 990px) {
  .result-page-fixed-header .show-on-ipad .toggle-area-on-ipad .search-page-content-inner2 .tabs-scroller {
    height: 210px;
  }
}
@media only screen and (max-width: 720px) {
  .result-page-fixed-header .show-on-ipad .toggle-area-on-ipad .search-page-content-inner2 .tabs-scroller {
    display: none;
  }
}
.result-page-fixed-header .show-on-ipad .toggle-area-on-ipad .search-page-content-inner2 .tabs-scroller ul li {
  margin: 0;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #dee5ec;
  display: block;
}
.result-page-fixed-header .show-on-ipad .toggle-area-on-ipad .search-page-content-inner2 .tabs-scroller ul li a {
  display: block;
  color: #262626;
  padding: 8px 16px;
}
.result-page-fixed-header .show-on-ipad .toggle-area-on-ipad .search-page-content-inner2 .tabs-scroller ul li a:hover {
  background-color: #DBEDF4;
}
.result-page-fixed-header .show-on-ipad .toggle-area-on-ipad .search-page-content-inner2 .tabs-scroller ul li:last-child {
  border-bottom: 0;
}
.result-page-fixed-header .show-on-ipad .toggle-area-on-ipad .search-page-content-inner2 .tabs-scroller ul li.active a {
  background-color: #d3f0fb;
}
.result-page-fixed-header .show-on-ipad .toggle-area-on-ipad .search-page-content-inner2 .tab-after-scroll {
  margin: 0;
  padding: 12px 16px;
  width: 100%;
  text-align: left;
  border: 1px solid #dee5ec;
  border-radius: 4px;
  display: none;
  transition: 0.3s;
}
@media only screen and (max-width: 720px) {
  .result-page-fixed-header .show-on-ipad .toggle-area-on-ipad .search-page-content-inner2 .tab-after-scroll {
    display: block;
  }
}

.search-cards-container {
  padding: 24px 0 16px;
  margin-top: 24px;
  position: relative;
  overflow-x: auto;
  border-top: 1px solid #5283AE;
}
@media only screen and (max-width: 767px) {
  .search-cards-container {
    margin-top: 0px;
  }
}
.search-cards-container .search-cards-container-inner {
  width: 1665px;
  display: flex;
  gap: 0 8px;
  margin-left: auto;
  margin-right: auto;
}
.search-cards-container .search-cards-container-inner .single-card {
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #DEE5EC;
  width: 380px;
}
.search-cards-container .search-cards-container-inner .single-card .single-card-title {
  margin-top: 0;
  margin-bottom: 8px;
}
.search-cards-container .search-cards-container-inner .single-card .single-card-title img {
  vertical-align: unset;
}
.search-cards-container .search-cards-container-inner .single-card ul li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 24px;
}
.search-cards-container .search-cards-container-inner .single-card ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #000;
  border-radius: 50%;
}
.search-cards-container .search-cards-container-inner .single-card ul li a {
  color: #61B2DE;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.search-cards-container .search-cards-container-inner .single-card ul li:last-child {
  margin-bottom: 0;
}
.search-cards-container .search-cards-container-inner .single-card.single-card-with-date {
  width: 500px;
}
.search-cards-container .search-cards-container-inner .single-card.single-card-with-date ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search-cards-container .search-cards-container-inner .single-card.single-card-with-date ul li a {
  max-width: calc(100% - 100px);
}
.search-cards-container .search-cards-container-inner .single-card.search-hints ul li {
  display: flex;
  flex-wrap: wrap;
}
.search-cards-container .search-cards-container-inner .single-card.search-hints ul li .inner1 {
  width: 80px;
}
.search-cards-container .search-cards-container-inner .single-card.search-hints ul li .inner1 b {
  font-weight: 800;
}
.search-cards-container .search-cards-container-inner .single-card.search-hints ul li .inner2 {
  width: calc(100% - 80px);
}
.search-cards-container .search-cards-container-inner .single-card.search-hints ul li:before {
  display: none;
}

@media only screen and (min-width: 768px) {
  body.scrolled .result-page-fixed-header .search-page-content-inner1 .lightgrey-bordered,
  body.scrolled .result-page-fixed-header .search-page-content-inner1 .search-as-phrase,
  body.scrolled .result-page-fixed-header .search-page-content-inner1 .recent-searches-and-other-info,
  body.scrolled .result-page-fixed-header .search-page-content-inner1 .search-all-entities,
  body.scrolled .result-page-fixed-header .search-page-content-inner2 .tabs-scroller,
  body.scrolled .result-page-fixed-header .search-page-content-inner2 .tab-switch {
    display: none;
  }
  body.scrolled .result-page-fixed-header .search-page-content-inner2 .tab-after-scroll {
    display: block;
  }
  body.scrolled .result-page-fixed-header:hover .search-page-content-inner1 .lightgrey-bordered,
  body.scrolled .result-page-fixed-header:hover .search-page-content-inner1 .recent-searches-and-other-info,
  body.scrolled .result-page-fixed-header:hover .search-page-content-inner1 .search-as-phrase,
  body.scrolled .result-page-fixed-header:hover .search-page-content-inner1 .search-all-entities,
  body.scrolled .result-page-fixed-header:hover .search-page-content-inner2 .tabs-scroller {
    display: block;
  }
  body.scrolled .result-page-fixed-header:hover .search-page-content-inner2 .tab-switch {
    display: flex;
  }
  body.scrolled .result-page-fixed-header:hover .search-page-content-inner2 .tab-after-scroll {
    display: none;
  }
}
body.scrolled .appMainScrollBody {
  top: 160px;
}
body.scrolled .show-on-ipad {
  display: none;
}

@media only screen and (max-width: 990px) {
  body.scrolled .appMainScrollBody {
    top: 200px;
  }
  body.scrolled .result-page-fixed-header .search-page-content-inner2 .tabs-scroller {
    display: none;
  }
  body.scrolled .result-page-fixed-header .search-page-content-inner2 .tab-after-scroll {
    display: block;
  }
  body.scrolled .search-page-content-inner1b {
    display: none;
  }
  body.scrolled .result-page-fixed-header:hover .search-page-content-inner2 .tabs-scroller {
    display: block;
  }
  body.scrolled .result-page-fixed-header:hover .search-page-content-inner2 .tab-after-scroll {
    display: none;
  }
  body.scrolled .result-page-fixed-header:hover .search-page-content-inner1b {
    display: block;
  }
}
.termListActionContainer ul.flexList > li:first-child {
  border-right: 1px solid #A8AAA9;
  padding-right: 13px;
  margin-right: 13px;
}
.termListActionContainer ul.flexList > li .searchBtns {
  font-size: 18px;
}

.searchedTermListContainer ul.flexList {
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  .searchedTermListContainer ul.flexList {
    padding: 0 1rem;
    margin-left: 0;
  }
}
.searchedTermListContainer ul.flexList > li:nth-child(2) {
  margin-right: 8px;
  position: relative;
}
.searchedTermListContainer ul.flexList > li:after {
  margin-left: 6px;
  content: "Searching";
  position: absolute;
  font-size: 12.8px;
}
.searchedTermListContainer ul.flexList > li a.removeTerm {
  width: 8px;
  margin: 0 0.5rem;
}

.searchResultsPreviewContainer .clResultModule {
  padding: 12px !important;
  border-radius: 4px;
  border: 1px solid #DEE5EC;
  width: 380px;
}
.searchResultsPreviewContainer .clResultModule h2 {
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 8px;
}
.searchResultsPreviewContainer .clResultModule > label {
  display: none;
}
.searchResultsPreviewContainer .clResultModule > ul {
  margin-top: 0;
}
.searchResultsPreviewContainer .clResultModule > ul > li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 24px;
}
.searchResultsPreviewContainer .clResultModule > ul > li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #000;
  border-radius: 50%;
}
.searchResultsPreviewContainer .clResultModule > ul > li .relatedFileItem {
  padding: 0;
  border: 0;
}
.searchResultsPreviewContainer .clResultModule > ul > li a {
  color: #61B2DE;
}

.search-accordion-list-container ul.search-accordion-list li {
  padding: 8px 32px;
  border-top: 1px solid #D1D1D1;
}

.cluster-map-collapse .map-header {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  background-color: #33475B;
  padding: 20px 16px;
  color: #fff;
}
.cluster-map-collapse .map-header span {
  display: inline-block;
}
.cluster-map-collapse .map-body {
  padding: 16px;
  border: 1px solid #dee5ec;
  text-align: center;
  height: 200px;
  display: none;
}
.cluster-map-collapse.map-opned .map-header span {
  transform: rotate(180deg);
}

.searchResultsPreviewContainer .search-cards-container {
  border-top: 0;
}

.hybridFileTemplate .fileTemplateMenuList li button.moreFileActions {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .search-page-scrolling-elements {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .search-page-scrolling-elements > * {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .autocomplete-suggestions {
    bottom: 130px;
    width: calc(100vw - 150px) !important;
  }
}

.file-access-list-table {
  border-spacing: 0px 8px !important;
  border-collapse: separate !important;
}
.file-access-list-table [class*=column] + [class*=column]:last-child {
  float: none;
}
.file-access-list-table tr {
  border-bottom: 0;
}
.file-access-list-table tr th {
  border-bottom: 0;
}
.file-access-list-table tr th .userName {
  color: #666666;
  font-size: 1rem;
}
@media only screen and (max-width: 576px) {
  .file-access-list-table tr th, .file-access-list-table tr.wrap-columns-on-mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .file-access-list-table tr th td, .file-access-list-table tr.wrap-columns-on-mobile td {
    display: inline-flex;
    align-items: center;
  }
  .file-access-list-table tr th td.checkbox-col, .file-access-list-table tr.wrap-columns-on-mobile td.checkbox-col {
    width: 56px !important;
  }
  .file-access-list-table tr th td.field-col, .file-access-list-table tr.wrap-columns-on-mobile td.field-col {
    width: calc(50% - 28px) !important;
  }
  .file-access-list-table tr th td.mail-col, .file-access-list-table tr th td.status-col, .file-access-list-table tr.wrap-columns-on-mobile td.mail-col, .file-access-list-table tr.wrap-columns-on-mobile td.status-col {
    width: 50% !important;
    overflow: visible;
  }
  .file-access-list-table tr th td.mail-col .userName, .file-access-list-table tr th td.status-col .userName, .file-access-list-table tr.wrap-columns-on-mobile td.mail-col .userName, .file-access-list-table tr.wrap-columns-on-mobile td.status-col .userName {
    white-space: nowrap;
  }
  .file-access-list-table tr th td.status-col, .file-access-list-table tr.wrap-columns-on-mobile td.status-col {
    justify-content: flex-end;
  }
}
.file-access-list-table tr .userName {
  color: #61B2DE;
  font-size: 1.25rem;
}
.file-access-list-table tr .userFrom {
  color: #DF6365;
}
.file-access-list-table tr .userFrom,
.file-access-list-table tr .date {
  text-align: right;
  display: block;
}
@media only screen and (max-width: 767px) {
  .file-access-list-table tr .hide-from-tab {
    display: none;
  }
}
.file-access-list-table.approved tr {
  background-color: #f2f8f1;
}
.file-access-list-table.approved tr .date {
  color: #52B59F;
}
.file-access-list-table.pending tr {
  background-color: #fef8eb;
}
.file-access-list-table.pending tr .date {
  color: #262626;
}
.file-access-list-table.declined tr, .file-access-list-table.expired tr {
  background-color: #eef0f1;
}

.file-access-component-section .title-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.file-access-component-section .content-above-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.adding-file-access-list {
  position: relative;
}
.adding-file-access-list .umFormGroup input {
  font-size: 1.25rem;
  z-index: 1;
  height: 5.5rem;
  background: #F4FBFF !important;
  padding-left: 30px !important;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .adding-file-access-list .umFormGroup {
    margin-bottom: 24px;
  }
}
.adding-file-access-list button {
  font-size: 1.25rem;
  height: 5.5rem;
}

/* New list view styles START */
.fileTypeIcon-header {
  flex: 0.4 !important;
}

.fileName-header {
  flex: 10 !important;
}

.fileDate-header {
  flex: 3 !important;
  justify-content: center;
}

.fileTicker-header {
  flex: 5.5 !important;
}

.fileSource-header {
  flex: 0 !important;
}

.filePrivacy-header {
  flex: 1.1 !important;
}

.file-item-name {
  flex: 10 !important;
}

.hybridItem-file-type-icon {
  flex: 0 !important;
}

.hybridItem-file-name {
  flex: 18 !important;
}

.file-item-date {
  flex: 3 !important;
  justify-content: center;
}

.file-item-ticker {
  flex: 4 !important;
}

.file-item-flags {
  flex: 2 !important;
  justify-content: end !important;
}

.file-item-icon-negative {
  color: #E3E3E3;
}

.file-item-icons {
  gap: 0.5rem;
  flex: 1 !important;
  margin-left: 1rem !important;
}

@media only screen and (max-width: 1400px) {
  .file-item-name {
    flex: 8 !important;
  }
  .hybridItem-file-name {
    flex: 14 !important;
  }
  .fileName-header {
    flex: 8.1 !important;
  }
}
@media only screen and (max-width: 1300px) {
  .file-item-name {
    flex: 6 !important;
  }
  .hybridItem-file-name {
    flex: 10 !important;
  }
  .hybridItem-file-ticker {
    flex: 3 !important;
  }
  .fileName-header {
    flex: 6.1 !important;
  }
}
@media only screen and (max-width: 1100px) {
  .file-item-name {
    flex: 4.5 !important;
  }
  .hybridItem-file-name {
    flex: 8 !important;
  }
  .hybridItem-file-ticker {
    flex: 2 !important;
  }
  .fileName-header {
    flex: 4.6 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .fileName-header {
    flex: 5.5 !important;
  }
  .fileDate-header {
    flex: 3.2 !important;
  }
  .filePrivacy-header {
    flex: 1.4 !important;
  }
}
@media only screen and (max-width: 1000px) {
  .file-item-name {
    flex: 7 !important;
  }
  .hybridItem-file-name {
    flex: 8 !important;
  }
  .file-item-ticker {
    display: none !important;
  }
  .library--header--ticker {
    display: none !important;
  }
  .fileTicker-header {
    display: none !important;
  }
  .fileName-header {
    flex: 6.8 !important;
  }
  .filePrivacy-header {
    flex: 1.2 !important;
  }
}
@media only screen and (max-width: 930px) {
  .file-item-name {
    flex: 6 !important;
  }
  .hybridItem-file-name {
    flex: 8 !important;
  }
  .file-item-icons {
    flex: 1.2 !important;
  }
  .fileName-header {
    flex: 5 !important;
  }
}
@media only screen and (max-width: 834px) {
  .file-item-name {
    flex: 5 !important;
  }
  .hybridItem-file-name {
    flex: 8 !important;
  }
  .file-item-icons {
    flex: 1.4 !important;
  }
  .fileName-header {
    flex: 2.4 !important;
  }
  .fileSource-header {
    flex: 2 !important;
  }
  .filePrivacy-header {
    display: flex !important;
    flex: 1 !important;
  }
}
@media only screen and (max-width: 730px) {
  .file-item-flags {
    display: none !important;
  }
  .hybridItem-file-name {
    flex: 12 !important;
  }
  .fileName-header {
    flex: 5.2 !important;
  }
  .filePrivacy-header {
    flex: 1.6 !important;
  }
}
@media only screen and (max-width: 630px) {
  .file-item-name {
    flex: 4 !important;
  }
  .hybridItem-file-name {
    flex: 12 !important;
  }
}
@media only screen and (max-width: 590px) {
  .file-item-name {
    flex: 6 !important;
  }
  .hybridItem-file-name {
    flex: 12 !important;
  }
  .file-item-date {
    display: none !important;
  }
  .library--header--date {
    display: none !important;
  }
  .filePrivacy-header {
    flex: 2.3 !important;
  }
}
@media only screen and (max-width: 480px) {
  .fileSource-header {
    display: none !important;
  }
  .file-item-icons {
    display: none !important;
  }
}
/* New list view styles END */
.hybridFileTemplate[data-document-is-read-by-user=true] .fileTemplateContentContainer .fileTemplateContent .highlightedField .label {
  color: #AAAAAA;
  background-color: yellow;
  transition: all 0.25s linear;
}

.hybridFileTemplate .fileTemplateContentContainer .highlightedField .label {
  background-color: yellow;
}

.uploader-contact-name-box {
  display: flex;
  flex-wrap: wrap;
}
.uploader-contact-name-box ul.line-heightx2 {
  margin-top: 0;
  margin-left: 8px;
  width: calc(100% - 84px);
}
.uploader-contact-name-box ul.line-heightx2 li a {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .uploader-contact-name-box ul.line-heightx2 {
    width: 100%;
    margin-left: 0;
  }
  .uploader-contact-name-box ul.line-heightx2 li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .library-listing .upFileRow .checkboxFlexPosition,
  .library-listing .upFileRow .fileNamingConvention,
  .library-listing .upFileRow .flexIconColumns {
    display: none;
  }
}

@media only screen and (max-width: 680px) {
  .pageBarNotification ul li a .add-bg-on-mobile:before {
    background: #48b4e4;
    border-radius: 4px;
    padding: 1px;
    color: #fff;
  }
}

.library-header-date {
  display: flex;
  align-items: center;
}
.library-header-date i {
  margin-left: 4px;
}

@media only screen and (max-width: 480px) {
  .library-header .fileTypeIcon {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .library-header .hiddenHoverElement {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .library-header .fileName {
    margin-left: 0;
  }
}

.library-pagebar-botification ul li a,
.library-pagebar-botification ul li a:hover {
  border: 0 !important;
}

@media only screen and (min-width: 1451px) {
  .appMainScrollBody,
  .appHeader,
  .upmHeader .commandLineContainers {
    padding-left: 80px;
  }
  .upmBranding {
    margin-left: 80px;
  }
  .searchPreviewContainer {
    margin-left: 80px;
  }
  .upmProductPageWrapper .tabsWrapper {
    margin-left: 80px;
  }
  .wizardStepsContainer {
    margin-left: 80px;
  }
  .newPortfolioPage .smartSection.sticky {
    left: 80px;
    width: calc(100% - 80px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.percentage-input-group {
  border: 1px solid #61B2DE;
  height: 43px;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
}
.percentage-input-group__input {
  background: none;
  border-radius: 0;
  border: 0;
  flex-grow: 1;
  text-align: right;
  padding: 0 10px 0 0;
  margin: 0;
}
.percentage-input-group__input:focus {
  box-shadow: none;
}
.percentage-input-group__icon-wrap {
  border-left: 1px solid #61B2DE;
  width: 45px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

/*percentage input box end*/
.calendar-input-group {
  border: 1px solid #61B2DE;
  height: 43px;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
}
.calendar-input-group__input {
  background: none;
  border-radius: 0;
  border: 0;
  flex-grow: 1;
  padding: 0 0 0 10px;
  margin: 0;
}
.calendar-input-group__input:focus {
  box-shadow: none;
}
.calendar-input-group__icon-wrap {
  border-left: 1px solid #61B2DE;
  width: 45px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

/*calendar input box end*/
.add-square-btn__new {
  margin-left: 8px;
  background-color: #F6F6F6 !important;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 43px;
}
.add-square-btn__new i {
  color: #888888 !important;
  font-size: 2rem !important;
  font-weight: bold;
}
.add-square-btn__new:hover {
  background-color: #61B2DE !important;
}
.add-square-btn__new:hover i {
  color: #FFFFFF !important;
}
.add-square-btn__new.input-active {
  background-color: #61B2DE !important;
}
.add-square-btn__new.input-active i {
  color: #FFFFFF !important;
}

/*add square button end*/
.createEditFundSection-dialog-container {
  padding-bottom: 310px !important;
}

.fundSection-addTags-row {
  display: flex;
}

.fundSectionGroupType-dropdown {
  width: 100%;
  position: absolute;
  border: 1px solid #61B2DE;
}

.fundSectionGroupType-dropdown-options {
  max-height: 299px !important;
  overflow-y: auto !important;
}

.fundSection-groupType-selectLink-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 10px;
  border-top: 1px solid #cbd6e2;
  border-bottom: 1px solid #cbd6e2;
  padding-left: 1.35rem;
  background: white;
}

.fundSection-groupType-option-container {
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #cbd6e2 !important;
}

.upm-dropdown-card .upm-dropdown-card__list._collapsed .fundSection-groupType-option-container:last-child {
  border-bottom: none !important;
}

.fundSection-groupType-selectLink {
  color: #61B2DE;
  cursor: pointer;
}
.fundSection-groupType-selectLink:hover {
  color: #33475B;
}

.groupTypeTags-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

.filterTypeSection-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  margin-left: 0.5rem;
}

.filterTypeSection-subHeader {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.filterTypeSection-remove {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 5px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DF6365;
}
.filterTypeSection-remove:hover {
  border: 1px solid #DF6365;
}

.filterTypeSection-body {
  display: none;
}

.filterTypeSection-collapse-hidden {
  opacity: 0;
  pointer-events: none;
}

.filterTypeSection-collapse {
  background-color: transparent;
  color: #262626;
  cursor: pointer;
  transition: 0.2s;
}
.filterTypeSection-collapse:hover {
  color: #61B2DE;
}

.filterTypeSection-collapse i {
  transform: rotate(-90deg);
  font-size: 2rem;
}

.filterTypeSection-container.open .filterTypeSection-collapse i {
  transform: rotate(0deg);
}
.filterTypeSection-container.open .filterTypeSection-body {
  display: block;
  margin-left: 3.75rem;
  transition: 0.2s;
}

.filterType-hiddenCount {
  background-color: #FFF;
  border: 1px solid #61B2DE;
  border-radius: 4px;
  color: #262626;
  display: flex;
  align-items: center;
  padding: 0.8rem 1rem;
  margin-bottom: 8px;
}

.filterTypeSection-tag a {
  cursor: default;
}

.filterTypeSectionTag-remove {
  cursor: pointer;
}

/*fund section create edit dialog*/
.innerBorderWrapper {
  border: 1px solid #CDD6E2;
  border-radius: 8px;
  margin-bottom: 1.5rem !important;
  margin-top: 0 !important;
  padding: 40px !important;
}
@media screen and (max-width: 767px) {
  .innerBorderWrapper {
    padding: 20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .innerBorderWrapper {
    padding: 30px !important;
  }
}

/*inner border wrapper end*/
.command-line-wrapper {
  width: 100%;
  display: flex;
  border-radius: 0.2em;
}

.command-line-container {
  position: relative;
  width: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.75rem 1.5rem;
  flex: 1 1 0%;
  flex-wrap: wrap;
  row-gap: 0.2rem;
  border: 1px solid #cbd6e2;
  border-radius: 5rem;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
}

@media only screen and (max-width: 768px) {
  .command-line-container {
    width: 80vw;
    border: none;
    padding: 1rem 0.5rem;
  }
}
.command-line-inner-container {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 0.5rem;
}

.command-line-input-container {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 1 1 auto;
  display: inline-grid;
  grid-area: 1/1/2/3;
  grid-template-columns: 0px min-content;
  justify-content: space-between;
}

.command-line-main-input {
  outline: none;
  border-radius: 0;
  background-color: transparent !important;
  position: absolute;
  width: 100%;
  height: inherit;
  color: #61B2DE;
  font-size: 1.95rem;
  font-weight: 500;
  padding: 0;
  box-shadow: none;
  top: -0.82rem;
  padding-right: 78px !important;
}

.command-line-dummy-input {
  visibility: hidden;
  font-size: 1.4rem;
  font-weight: 500;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .command-line-main-input {
    font-size: 1rem !important;
    height: inherit !important;
    width: 78vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
    height: 36px !important;
    border-radius: 0px;
  }
}
.command-line-options-container {
  position: fixed;
  left: 164px;
  top: 140px;
  width: 40%;
  height: 322px;
  z-index: 1;
  right: 24px;
  background-color: #FFF;
  border: 1px solid #DEE5ED;
  border-top: none;
  border-radius: 0 0 0.5rem 0.5rem;
  overflow: hidden;
  cursor: pointer;
  animation: fadeIn 0.1s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  -webkit-transform: translateZ(0);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 1450px) {
  .command-line-options-container {
    left: 82px;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .command-line-options-container {
    max-height: 35vh;
    width: 100%;
    top: 47px;
    left: 0;
  }
}
.command-line-options-container > ul {
  overflow-x: hidden;
  height: 100%;
}

.command-line-option {
  padding: 9px 0;
  font-size: 0.9rem;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  color: #000000;
  padding: 0.5rem 1.5rem;
}

.command-line-option-selected {
  background-color: #f9fafc;
}

.command-line-option-text-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.command-line-option-additional-text {
  opacity: 0.5;
}

.command-line-option-description {
  font-style: italic;
  color: #868686;
  font-size: 0.9rem;
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .command-line-option-description {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
  }
}
.options-description-tooltip {
  white-space: unset !important;
}

.command-line-options-header {
  display: none;
}

@media only screen and (max-width: 768px) {
  .command-line-options-header {
    padding: 1rem;
  }
}
.command-line-options-header-info-container {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  color: #33475B;
}

.command-line-options-header-info-title {
  /* font-style: italic; */
  color: #33475B;
  font-size: 0.9rem;
  font-weight: 500;
  margin-left: 1rem;
}

.command-line-options-header-commands-container {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-left: 2rem;
}

.command-line-options-header-commands-group {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-left: 0.2rem;
  font-size: 0.8rem;
  font-weight: 400;
}

.command-line-options-header-info-icon {
  animation: pulse-animation 1s ease-in-out;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.command-line-option-search-icon {
  background: url("../images/svgIcons/autocomplete-search.svg");
  width: 15px;
  height: 15px;
}

.command-line-option-tag-icon {
  background: url("../images/svgIcons/autocomplete-tag.svg");
  width: 15px;
  height: 15px;
}

.command-line-option-text-box-icon {
  background: url("../images/svgIcons/autocomplete-text-box.svg");
  width: 15px;
  height: 15px;
}

.menu-library-icon {
  background: url("../images/svgIcons/icn-library.svg");
  width: 16px;
  height: 20px;
}

.menu-fund-icon {
  background: url("../images/svgIcons/icn-funds.svg");
  width: 19px;
  height: 17px;
}

.menu-contacts-icon {
  background: url("../images/svgIcons/icn-contacts.svg");
  width: 18px;
  height: 18px;
}

.context-view-icon {
  background: url("../images/svgIcons/icn-context-view.svg");
  width: 19px;
  height: 21px;
}

.sign-document-icon-solid {
  background: url("../images/svgIcons/icn-sign-solid.svg");
  width: 27px;
  height: 25px;
  margin-left: -7px;
}

.sign-document-icon {
  background: url("../images/svgIcons/icn-sign.svg");
  width: 27px;
  height: 25px;
  margin-left: -7px;
}

.sign-document-icon-blue {
  background: url("../images/svgIcons/icn-sign-blue.svg");
  width: 27px;
  height: 25px;
  margin-left: -5px;
}

.sign-document-icon-blue-solid {
  background: url("../images/svgIcons/icn-sign-blue-solid.svg");
  width: 27px;
  height: 25px;
  margin-left: -5px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.command-line-options-header-command {
  padding: 0 0.4rem;
  background-color: #33475B;
  color: #fff;
  border-radius: 10%;
}

.command-line-help-icon {
  font-weight: 900;
  font-size: 0.7rem;
}

@media only screen and (max-width: 768px) {
  .command-line-options-header-commands-container {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .command-line-option {
    font-size: 0.8rem;
    padding: 0.5rem 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .upmCloudLoader {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .commandLineInputContainer {
    width: 60vw;
  }
}
.command-line-outer-container {
  background: #FFF;
  border-bottom: 1px solid #E7EBF0;
  padding: 1rem 1.5rem 0;
}

@media only screen and (min-width: 1451px) {
  .command-line-outer-container {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .command-line-outer-container {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    background: transparent;
  }
}
.command-line-search-button {
  position: absolute;
  right: -12px;
  padding: 0.75rem;
  cursor: pointer;
}
.command-line-search-button:hover {
  color: #61B2DE;
}

.command-line-vertical-line {
  border-left: 1px solid #DEE5ED;
  height: 1.5rem;
  position: absolute;
  right: 35px;
}

@media only screen and (max-width: 768px) {
  .command-line-search-button-text {
    display: none;
  }
}
.command-line-options-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 2rem;
  background: #F6F6F6;
  border-top: 1px solid #DEE5ED;
  cursor: default;
  font-size: 0.9rem;
  gap: 1rem;
}

.command-line-options-footer-link {
  color: #61B2DE;
  cursor: pointer;
  white-space: nowrap;
}
.command-line-options-footer-link:hover {
  color: #33475B;
}

.command-line-reset-input-button {
  position: absolute;
  right: 48px;
  color: #262626;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  transition: all 0.25s ease-in-out;
}
.command-line-reset-input-button i {
  font-size: 24px;
}
.command-line-reset-input-button:hover {
  color: #DF6365;
}

@media only screen and (max-width: 768px) {
  .command-line-main-input {
    width: 100% !important;
  }
}
/* autocomplete input end */
/* search filters start */
.searchSuggestion-container {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem 2rem 1rem;
  gap: 1.5rem;
}

.searchSuggestion-text {
  white-space: nowrap;
}

.searchSuggestion-subContainer {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.searchInterpretation-container {
  display: flex;
  align-items: baseline;
  padding: 0 0.5rem;
  gap: 1.2rem;
  color: #33475B;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 1.9rem;
  padding-left: 0.8rem;
}
.searchInterpretation-container .searchInterpretation-icon {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  font-size: 1.25rem;
}
.searchInterpretation-container .searchInterpretation-icon i {
  animation: pulse-animation 1s ease-in-out;
  border-radius: 50%;
}

.search-button-active {
  color: #61B2DE !important;
}

.searchInterpretation-text {
  font-size: 0.9rem;
  font-weight: 500;
  width: 100%;
  background: #E4F2EE;
  border-radius: 4px;
  padding: 0.15rem 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.55rem;
}

.searchSuggestion-item {
  color: #262626;
  background: #F6F6F6;
  border-radius: 12px;
  cursor: pointer;
  padding: 2px 14px;
  font-size: 0.9rem;
}
.searchSuggestion-item:hover {
  background: #F6F8FA;
  color: #61B2DE;
}

.searchFilters-title {
  width: 100%;
  padding: 0 1rem;
  display: flex;
  margin-bottom: 0.5rem;
  justify-content: space-between;
}

.searchFilters-title-subContainer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.searchFilters-title-subContainer:hover {
  color: #61B2DE;
}

.searchFilters-toggle {
  display: flex;
}
.searchFilters-toggle i {
  transition: all 0.1s ease-in-out;
  font-weight: 600;
}

.searchFilters-toggle i.rotate-chevron {
  transform: rotate(-90deg);
}

.searchFilters-clearAll {
  color: #61B2DE;
  cursor: pointer;
}
.searchFilters-clearAll:hover {
  color: #33475B;
}

.searchFilters-mainContainer {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0 1rem 1rem 1rem;
  column-gap: 2rem;
  justify-content: space-around;
}

@media only screen and (max-width: 1300px) {
  .searchFilters-mainContainer {
    justify-content: start;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1150px) {
  .searchFilters-mainContainer {
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 1012px) {
  .searchFilters-mainContainer {
    padding-right: 0;
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 865px) {
  .searchFilters-mainContainer {
    padding-right: 0.25rem;
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .searchFilters-mainContainer {
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 1179px) {
  .searchInterpretation-container {
    padding-bottom: 4.15rem;
  }
}
@media only screen and (max-width: 1800px) {
  .searchFilters-mainContainer {
    flex-wrap: wrap;
  }
  .searchFilter-dropdown {
    max-width: 23%;
  }
}
@media only screen and (max-width: 1300px) {
  .searchFilter-dropdown {
    max-width: 31%;
  }
}
@media only screen and (max-width: 1012px) {
  .searchFilter-dropdown {
    max-width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .command-line-options-footer {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .searchSuggestion-container {
    display: none;
  }
  .searchInterpretation-container {
    display: none;
  }
}
@media only screen and (max-width: 690px) {
  .searchFilters-mainContainer {
    display: none;
  }
  .searchFilters-title {
    display: none;
  }
}
.searchFilter-date-parent-option-container {
  width: 140px;
}

.searchFilter-dropdown-input-container {
  padding: 0 0.5rem;
}
.searchFilter-dropdown-input-container input {
  border: none;
  border-bottom: 1px solid #CBD6E2;
  border-radius: 0;
}
.searchFilter-dropdown-input-container input:focus {
  box-shadow: none;
}

.searchFilter-dropdown {
  font-size: 1rem;
  transition: all 0.15s ease-out;
  color: #262626;
  display: block;
  margin: 0.5rem 0;
  font-weight: 300;
  height: 42px;
  width: 100%;
  border: 1px solid #cbd6e2;
  border-radius: 4px;
  background: #FFF;
  cursor: pointer;
}
.searchFilter-dropdown .searchFilter-delete-icon {
  display: none;
}

.searchFilter-dropdown-text-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
}
.searchFilter-dropdown-text-container span:first-child {
  display: flex;
  gap: 0.25rem;
}
.searchFilter-dropdown-text-container:hover {
  background: #f9fafc;
  border-radius: 4px;
}

.searchFilter-text-count {
  font-weight: 500;
}

.searchFilter-options-container {
  position: fixed;
  margin-top: 8px;
  z-index: 1;
  background: white;
  border: 1px solid #cbd6e2;
  border-radius: 4px;
  max-height: 400px;
  overflow: auto;
  min-width: 240px;
  max-width: 340px;
  -webkit-transform: translateZ(0);
}

.searchFilter-fund-options-container {
  width: 340px;
}

.searchFilter-multi-level-options-container {
  position: fixed;
  margin-top: 8px;
  z-index: 1;
  background: white;
  border: 1px solid #cbd6e2;
  border-radius: 4px;
  display: flex;
  -webkit-transform: translateZ(0);
}

.searchFilter-date-child-container {
  display: flex;
}

.searchFilter-action-options-subContainer {
  width: 180px;
}

.searchFilter-date-options-subContainer {
  width: 140px;
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
}

.searchFilter-date-range-container {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.searchFilter-dropdown-toggle-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 1rem 0.5rem 1rem;
  border-bottom: 1px solid #E3E3E3;
  padding-left: 1.35rem;
}

.searchFilter-option {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  height: 50px;
  line-height: 1;
  padding: 0 10px;
  border-bottom: 1px solid #E3E3E3;
}
.searchFilter-option:last-child {
  border-bottom: none;
}
.searchFilter-option:hover {
  background-color: #f9fafc;
}

.search-filter-option-active {
  color: #61B2DE;
}

.search-filter-parent-option-open {
  background: #F6F8FA !important;
}

.searchFilter-dropdown-options-list {
  overflow: auto;
}

.searchFilter-single-dropdown-options-list {
  overflow: auto;
  height: 300px;
}

.searchFilter-action-dropdown-options-list {
  overflow: auto;
  height: 242px;
}

.searchFilter-parent-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.searchFilter-autocomplete-container {
  padding-top: 2px;
  display: flex;
  border-left: 1px solid #E3E3E3;
  display: flex;
  flex-direction: column;
  width: 356px;
}

.searchFilter-autocomplete:focus {
  box-shadow: none;
}

.searchFilter-active {
  background: #F6F8FA;
}
.searchFilter-active .searchFilter-delete-icon {
  display: block;
  color: #DF6365;
  font-size: 20px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.25s ease-in-out;
  padding: 1px;
}
.searchFilter-active .searchFilter-delete-icon:hover {
  border: 1px solid #DF6365;
}
.searchFilter-active .searchFilter-dropdown-icon {
  display: none;
}

/* search filter dropdowns in 2 rows */
@media only screen and (max-width: 1800px) and (max-height: 960px) {
  .searchFilter-multi-level-options-container[data-filter-group=CLASSIFICATION] ul {
    height: 399px;
    overflow: auto;
  }
  .searchFilter-dropdown-options-list[data-filter-type=CLASSIFICATION] {
    height: 307px !important;
  }
}
@media only screen and (max-width: 1800px) and (max-height: 810px) {
  .searchFilter-multi-level-options-container[data-filter-group=CLASSIFICATION] ul {
    height: 299px;
  }
  .searchFilter-dropdown-options-list[data-filter-type=CLASSIFICATION] {
    height: 207px !important;
  }
  .searchFilter-single-dropdown-options-list[data-filter-type=FLAG] {
    height: 249px;
  }
  .searchFilter-single-dropdown-options-list[data-filter-type=FILE_TYPE] {
    height: 249px;
  }
}
@media only screen and (max-width: 1800px) and (min-width: 1301px) {
  .searchFilter-multi-level-options-container[data-filter-group=DOC_GROUP] {
    right: 50px;
    flex-direction: row-reverse;
  }
  .searchFilter-multi-level-options-container[data-filter-group=DOC_GROUP] .searchFilter-autocomplete-container {
    border-left: none;
    border-right: 1px solid #E3E3E3;
  }
  .searchFilter-multi-level-options-container[data-filter-group=DOC_GROUP] .searchFilter-parent-option {
    flex-direction: row-reverse;
    justify-content: start;
    gap: 0.5rem;
  }
  .searchFilter-multi-level-options-container[data-filter-group=DOC_GROUP] .searchFilter-parent-option i {
    transform: rotate(180deg);
  }
}
/* search filter dropdowns in 3 rows */
@media only screen and (max-width: 1300px) and (max-height: 1050px) {
  .searchFilter-multi-level-options-container[data-filter-group=CLASSIFICATION] ul {
    height: 399px;
    overflow: auto;
  }
  .searchFilter-dropdown-options-list[data-filter-type=CLASSIFICATION] {
    height: 307px !important;
  }
}
@media only screen and (max-width: 1300px) and (max-height: 900px) {
  .searchFilter-multi-level-options-container[data-filter-group=CLASSIFICATION] ul {
    height: 299px;
  }
  .searchFilter-dropdown-options-list[data-filter-type=CLASSIFICATION] {
    height: 207px !important;
  }
  .searchFilter-single-dropdown-options-list[data-filter-type=FLAG] {
    height: 249px;
  }
}
@media only screen and (max-width: 1300px) and (max-height: 800px) {
  .searchFilter-multi-level-options-container[data-filter-group=CLASSIFICATION] ul {
    height: 249px;
  }
  .searchFilter-dropdown-options-list[data-filter-type=CLASSIFICATION] {
    height: 157px !important;
  }
  .searchFilter-single-dropdown-options-list[data-filter-type=FLAG] {
    height: 199px;
  }
}
/* search filter dropdowns in 3 rows + quick commands in 2 rows */
@media only screen and (max-width: 1179px) and (max-height: 850px) {
  .searchFilter-single-dropdown-options-list[data-filter-type=FLAG] {
    height: 199px;
  }
}
@media only screen and (max-width: 1179px) and (max-height: 800px) {
  .searchFilter-single-dropdown-options-list[data-filter-type=FLAG] {
    height: 149px;
  }
  .searchFilter-single-dropdown-options-list[data-filter-type=TAG] {
    height: 249px;
  }
  .searchFilter-single-dropdown-options-list[data-filter-type=FILE_TYPE] {
    height: 199px;
  }
  .searchFilter-multi-level-options-container[data-filter-group=DOC_GROUP] .searchFilter-action-options-subContainer {
    height: 299px;
    overflow: auto;
  }
  .searchFilter-multi-level-options-container[data-filter-group=DOC_GROUP] .searchFilter-dropdown-options-list {
    height: 209px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .searchFilter-fund-options-container {
    width: 300px;
  }
}
@media only screen and (max-width: 930px) {
  .searchFilter-fund-options-container {
    width: 240px;
  }
}
/* search filters end */
/* search examples accordion start */
.searchExamples-accordion-container {
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

@media only screen and (max-width: 1024px) {
  .searchExamples-accordion-container {
    padding: 1rem 2rem;
  }
}
.searchExamples-inner-container {
  display: flex;
}

.searchExamples-title {
  min-width: 40%;
  font-size: 1.1rem;
  font-weight: 500;
  color: #666666;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 0.5rem;
}

@media only screen and (max-width: 768px) {
  .searchExamples-title {
    font-size: 1rem;
    min-width: 50%;
  }
  .searchExample-column {
    gap: 1rem !important;
  }
}
.searchExamples-title::after {
  content: "-------------------------------------------------------------------------------------------------------";
  display: inline-block;
  width: 100%;
  height: auto;
  position: absolute;
  margin-left: 0.5rem;
  color: #C9D2DE;
}

.searchExample-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.searchExample-item {
  background: #F5F8FA;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}

/* search examples accordion end */
/* search results header start */
.search-results-scroll-body {
  position: unset;
  height: 81vh;
}

.search-results-main-container {
  background: #f9fafc;
}

.search-results-sub-container-main {
  border-bottom: 1px solid #cbd6e2;
  padding: 1rem 4rem;
  background: #FFF;
}

.search-results-sub-container {
  border-bottom: 1px solid #cbd6e2;
  padding: 1rem 4rem;
}

.search-results-top-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  font-weight: 400;
  align-items: center;
}

.search-results-share-dropdown {
  position: absolute;
  right: 64px;
  margin-top: 8px;
  z-index: 1;
  background: white;
  border: 1px solid #cbd6e2;
  border-radius: 4px;
  font-weight: 300 !important;
}

.search-results-share-button {
  background: transparent;
  color: #262626;
  border-radius: 4px;
  display: inline-table;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 8px;
}
.search-results-share-button:hover {
  color: #61B2DE;
  border: 1px solid #61B2DE;
  background-color: #F4FBFF;
}
.search-results-share-button._active {
  background-color: #33475B;
  color: #FFFFFF;
}

.portfolio-search-section-buttons--container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.portfolio-search-section-button {
  transition: all 0.25s ease-in-out;
  color: #666666;
  font-weight: 300;
  font-size: 1rem;
  padding: 10px 15px;
  display: flex;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
}
.portfolio-search-section-button:hover {
  color: #262626;
  background: #F4FBFF;
}
.portfolio-search-section-button._active {
  border-color: #61B2DE !important;
  background: none;
  color: #262626;
  font-weight: 500;
}

.search-results-top-subrow {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.searched-count {
  padding: 2px 4px;
  border-radius: 4px;
  background-color: #3CB4E4;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  margin-left: 0.5rem;
}

.search-results-interpretation {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  font-weight: 500;
  margin-top: 0.5rem;
}

.search-results-alternate-search-label {
  font-size: 0.8rem;
  margin-top: 1rem;
}

.search-results-grouping-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}

.search-results-select-label {
  font-size: 0.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.search-results-select-label i {
  font-size: 1rem;
}
.search-results-select-label img {
  filter: brightness(0.2);
}

.searchResults-dropdown {
  font-size: 1rem;
  transition: all 0.15s ease-out;
  color: #262626;
  display: block;
  margin: 0.5rem 0;
  font-weight: 300;
  height: 42px;
  width: 180px;
  border: 1px solid #cbd6e2;
  border-radius: 4px;
  background: #FFF;
  cursor: pointer;
}

.searchResults-options-container {
  position: absolute;
  margin-top: 8px;
  z-index: 1;
  background: white;
  border: 1px solid #cbd6e2;
  border-radius: 4px;
  max-height: 400px;
  overflow: auto;
  min-width: 180px;
  max-width: 240px;
}

.search-results-grouping-sub-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.search-results-sort-button {
  margin-top: 1.5rem;
  height: 42px;
  width: 42px;
  border: 1px solid #cbd6e2;
  background: #FFFFFF;
  border-radius: 4px;
  color: #262626;
  font-size: 18px;
  margin-left: -0.5rem;
  margin-right: 1rem;
}
.search-results-sort-button:hover {
  background-color: #f9fafc;
}

.search-results-vertical-line {
  border-left: 1px solid #cbd6e2;
  height: 42px;
  margin-top: 1.5rem;
}

.search-results-display-view-row {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-left: 1rem;
}

.search-results-display-view-button {
  margin-top: 1.5rem;
  height: 42px;
  width: 42px;
  background: transparent;
  border-radius: 4px;
  color: #262626;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-results-display-view-button:hover {
  color: #61B2DE;
  border: 1px solid #61B2DE;
  background-color: #F4FBFF;
}

.search-results-display-view-button._active {
  background: #33475B;
  color: #FFFFFF;
}
.search-results-display-view-button._active .context-view-icon {
  filter: invert(1);
}

.search-results-expand-all-container {
  margin-bottom: 2rem;
  margin-left: 0.5rem;
  margin-top: -0.5rem;
}

.search-results-expand-collapse-link {
  color: #61B2DE;
  cursor: pointer;
}

@media only screen and (max-width: 1049px) {
  .search-results-display-view-row {
    display: none;
  }
  .search-results-vertical-line {
    display: none;
  }
}
@media only screen and (min-width: 1050px) {
  .setup--file--search--settings {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .search-results-sub-container {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .search-results-search-share {
    display: none;
  }
}
/* search results header end */
.edit-current-search-button {
  margin-right: 30px !important;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .edit-current-search-button {
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .upmHeader .searchedTermListContainer .termListActionContainer > ul > li .searchedTermList ul {
    margin-top: 38px;
    margin-left: -170px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .upmHeader .searchedTermListContainer .searchedTermList ul .cl-term {
    padding: 2px 8px;
    margin-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .searchedTermListContainer ul.flexList > li:nth-child(2):after {
    top: 0;
  }
}
.command-line-term-invalid {
  border: 1px solid #DF6365 !important;
}

.command-line-term-text-invalid {
  color: #DF6365 !important;
}

.term-inner-container {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0.5rem 0;
  height: 2rem;
}

/* terms container end */
@media only screen and (max-width: 768px) {
  .search-preview-toggle-button {
    position: absolute;
    top: 344px;
    z-index: -1;
    width: 100%;
    margin: 0 !important;
    padding: 0.5rem 0 !important;
  }
  .search-preview-toggle-button .upmTooltip {
    display: none;
  }
}
@media only screen and (max-width: 690px) {
  .search-preview-toggle-button {
    position: absolute;
    top: 58px;
    z-index: -1;
    width: 100%;
    margin: 0 !important;
    padding: 0.5rem 0 !important;
  }
  .search-preview-toggle-button .upmTooltip {
    display: none;
  }
}
.hide-search-preview, .show-search-preview {
  font-size: 30px;
  font-weight: 900;
}

.search-preview-toggle-button {
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 0 -1.5rem;
  padding: 0.125rem 0;
  cursor: pointer;
  background: #FFF;
}

.search-preview-toggle-button .search-preview-icon {
  font-size: 0.8rem;
  padding-right: 1.5rem;
  color: #61B2DE;
}
.search-preview-toggle-button .search-preview-icon:hover {
  color: #33475B;
}

.search-preview-toggle-button:hover {
  background-color: #f9fafc;
}

.search-preview-toggle-action-button {
  display: none;
}

@media only screen and (max-width: 768px) {
  .search-preview-toggle-action-button {
    transition: all 0.25s ease-in-out;
    transform: translateZ(0);
    border-left: none;
    display: block;
    margin: 0;
    position: relative;
    z-index: 2000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #61B2DE !important;
    color: #FFFFFF;
    font-size: 20px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .search-preview-toggle-button:hover {
    background-color: #F7F7F7;
  }
}
.search-preview-accordion-container {
  padding: 0.5rem 0.8rem;
  background: #FFF;
  border: 1px solid #E7EBF0;
  border-radius: 0.5rem;
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .search-preview-accordion-container {
    padding: 0.5rem 0.8rem;
    background: #FFF;
    border: 0;
    border-radius: 0;
    margin: 0 !important;
  }
}
.upm-header-blur {
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  background-color: rgba(255, 255, 255, 0.6);
}

.search-page-accordion-header {
  padding: 15px !important;
}

.search-page-accordion-title {
  height: 40px !important;
  font-size: 1.2rem !important;
  margin-left: 2rem !important;
}

/* search preview end */
/* link files start */
.linkFiles-autocomplete-parent-container {
  position: relative;
}

.linkFiles-autocomplete-parent-row {
  display: flex;
  align-items: center;
  width: 100%;
}

.linkFiles-autocomplete-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #61B2DE;
  border-right: none;
  width: 70px;
  padding: 4px 10px;
  min-height: 43px;
  border-radius: 4px 0 0 4px;
}

.linkFiles-autocomplete-select-options-container {
  display: flex;
  flex-direction: column;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0 0 0.5rem 0.5rem;
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 72px;
  left: 8px;
  right: 8px;
  width: 120px;
}
.linkFiles-autocomplete-select-options-container li {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.1s linear;
  color: #262626;
  font-size: 1rem;
  height: 50px;
  line-height: 1;
  padding: 0 10px;
  border-bottom: 1px solid #E3E3E3;
}
.linkFiles-autocomplete-select-options-container li:hover {
  background-color: #f9fafc;
}
.linkFiles-autocomplete-select-options-container li:last-child {
  border-bottom: none;
  border-radius: 0 0 0.5rem 0.5rem;
}
.linkFiles-autocomplete-select-options-container li.selected {
  background-color: #F6F8FA;
}

.linkFiles-autocomplete-container {
  background: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0 0 0.5rem 0.5rem;
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 72px;
  left: 8px;
  right: 8px;
  max-height: 300px;
  overflow: auto;
  padding: 1.5rem;
}
.linkFiles-autocomplete-container li {
  padding-bottom: 8px;
  cursor: pointer;
  transition: all 0.1s linear;
  color: #212121;
  line-height: 2;
  font-weight: normal;
}
.linkFiles-autocomplete-container li.linked-autocomplete-option-hover {
  color: #61B2DE;
}
.linkFiles-autocomplete-container li strong {
  border-bottom: 2px solid #61B2DE;
  font-weight: normal;
  text-decoration: none;
}

/* link files end */
.rule-conditions-autocomplete .autocomplete-suggestions {
  top: 43px;
  width: 100% !important;
}
@media only screen and (max-width: 768px) {
  .rule-conditions-autocomplete .autocomplete-suggestions {
    height: 200px;
    right: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .rule-conditions-autocomplete .autocomplete-suggestions {
    height: 130px;
  }
}

.userProfile-fileActivity-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  padding: 0.5rem;
  border: 1px solid #61B2DE;
  border-radius: 0.5rem;
  background: #F7F7F7;
  cursor: pointer;
  margin-top: 0;
}
.userProfile-fileActivity-button i {
  font-size: 14px;
  margin-right: 0;
}
.userProfile-fileActivity-button:hover {
  color: #61B2DE;
}

.shared-with-by-dropdown-label {
  margin-left: 1rem !important;
  margin-bottom: 0 !important;
}

.addDistList-button {
  display: none;
}

.shared-with-by-dropdown {
  width: 160px;
  margin-left: 0.5rem;
  margin-bottom: 1.5rem;
}

/*# sourceMappingURL=upMonthStyle.css.map */
